13 lines
294 B
C#
13 lines
294 B
C#
|
|
using Robust.Shared.GameStates;
|
|||
|
|
|
|||
|
|
namespace Content.Shared._White.Nuke;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Used for tracking the nuke bomb - isn't a tag for pinpointer purposes.
|
|||
|
|
/// </summary>
|
|||
|
|
[RegisterComponent, NetworkedComponent]
|
|||
|
|
public sealed partial class NuclearBombSyndicateComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|