Files
tbd-station-14/Content.Shared/Nuke/NukeDiskComponent.cs
2022-03-19 19:27:26 +01:00

10 lines
262 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 class NukeDiskComponent : Component {}