Files
tbd-station-14/Content.Shared/Stunnable/StunnedComponent.cs
2022-05-13 17:59:03 +10:00

11 lines
220 B
C#

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