Files
tbd-station-14/Content.Shared/Turrets/StationAiTurretComponent.cs
2025-08-08 21:56:01 +03:00

13 lines
298 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Turrets;
/// <summary>
/// This component designates a turret that is under the direct control of the station AI.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class StationAiTurretComponent : Component
{
}