using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Requires that the player is on the emergency shuttle's grid when docking to CentCom. /// [RegisterComponent, Access(typeof(EscapeShuttleConditionSystem))] public sealed partial class EscapeShuttleConditionComponent : Component { }