StoreAfterFailedInteractComponent.cs 200 B

12345678
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Storage.Components;
  3. [RegisterComponent, NetworkedComponent]
  4. public sealed partial class StoreAfterFailedInteractComponent : Component
  5. {
  6. }