6
StarHorizon_Public/Content.Shared/Nuke/NukeDiskComponent.cs
2025-08-05 10:00:54 +03:00

13 lines
272 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Nuke;
/// <summary>
/// Used for tracking the nuke disk - isn't a tag for pinpointer purposes.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class NukeDiskComponent : Component
{
}