mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
7 lines
179 B
C#
7 lines
179 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Blocking;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class BlockBlockerComponent : Component;
|