Files
crystall-punk-14/Content.Shared/Storage/Components/StoreAfterFailedInteractComponent.cs

9 lines
200 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared.Storage.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class StoreAfterFailedInteractComponent : Component
{
}