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