Files
crystall-punk-14/Content.Shared/Silicons/StationAi/StationAiOverlayComponent.cs
metalgearsloth f7e08ec343 Station AI overlay (#31335)
Split
2024-08-22 23:13:47 -06:00

10 lines
262 B
C#

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