2023-08-30 10:56:20 +03:00
|
|
|
|
namespace Content.Server.GameTicking.Rules.Components;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Tags grid as nuke ops shuttle
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
|
public sealed partial class NukeOpsShuttleComponent : Component
|
|
|
|
|
|
{
|
2024-04-24 21:31:45 -04:00
|
|
|
|
[DataField]
|
|
|
|
|
|
public EntityUid AssociatedRule;
|
2023-08-30 10:56:20 +03:00
|
|
|
|
}
|