- using Robust.Shared.GameStates;
- namespace Content.Shared.Silicons.StationAi;
- /// <summary>
- /// Indicates this entity is currently held inside of a station AI core.
- /// </summary>
- [RegisterComponent, NetworkedComponent]
- public sealed partial class StationAiHeldComponent : Component;
|