2024-03-30 21:02:10 +09:00
|
|
|
using Content.Shared.Tag;
|
|
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared._White.Implants.NeuroControl;
|
|
|
|
|
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2024-04-06 21:30:40 +09:00
|
|
|
public sealed partial class NeuroStabilizationComponent : Component
|
2024-03-30 21:02:10 +09:00
|
|
|
{
|
|
|
|
|
[ValidatePrototypeId<TagPrototype>]
|
2024-04-06 21:30:40 +09:00
|
|
|
public const string NeuroStabilizationTag = "NeuroStabilization";
|
2024-03-30 21:02:10 +09:00
|
|
|
}
|