6
2026-01-24 12:49:55 +03:00

10 lines
285 B
C#

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;