Files
OldThink/Content.Shared/_White/Blocking/BlockBlockerComponent.cs

9 lines
182 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared._White.Blocking;
[RegisterComponent, NetworkedComponent]
public sealed partial class BlockBlockerComponent : Component
{
}