Files
tbd-station-14/Content.Shared/Stunnable/StunnedComponent.cs

11 lines
220 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Stunnable
{
[Access(typeof(SharedStunSystem))]
[RegisterComponent, NetworkedComponent]
public sealed class StunnedComponent : Component
{
}
}