using Robust.Shared.GameStates; namespace Content.Shared.Silicons.StationAi; /// /// Handles the static overlay for station AI. /// [RegisterComponent, NetworkedComponent] public sealed partial class StationAiOverlayComponent : Component;