9 lines
200 B
C#
9 lines
200 B
C#
|
|
using Robust.Shared.GameStates;
|
|||
|
|
|
|||
|
|
namespace Content.Shared.Storage.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent, NetworkedComponent]
|
|||
|
|
public sealed partial class StoreAfterFailedInteractComponent : Component
|
|||
|
|
{
|
|||
|
|
}
|