6
2025-08-05 10:00:54 +03:00

12 lines
263 B
C#

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