namespace Content.Server.GameTicking.Rules.Components; /// /// Tags grid as nuke ops shuttle /// [RegisterComponent] public sealed partial class NukeOpsShuttleComponent : Component { [DataField] public EntityUid AssociatedRule; }