Files
OldThink/Content.Shared/_White/Implants/NeuroControl/NeuroStabilizationComponent.cs

12 lines
337 B
C#
Raw Permalink Normal View History

using Content.Shared.Tag;
using Robust.Shared.GameStates;
namespace Content.Shared._White.Implants.NeuroControl;
[RegisterComponent, NetworkedComponent]
public sealed partial class NeuroStabilizationComponent : Component
{
[ValidatePrototypeId<TagPrototype>]
public const string NeuroStabilizationTag = "NeuroStabilization";
}