StationAiHeldComponent.cs 285 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Silicons.StationAi;
  3. /// <summary>
  4. /// Indicates this entity is currently held inside of a station AI core.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class StationAiHeldComponent : Component;