namespace Content.Server.Nuke { /// /// Paper with a written nuclear code in it. /// Can be used in mapping or admins spawn. /// [RegisterComponent] public sealed partial class NukeCodePaperComponent : Component { /// /// Whether or not paper will contain a code for a nuke on the same /// station as the paper, or if it will get a random code from all /// possible nukes. /// [DataField("allNukesAvailable")] public bool AllNukesAvailable; } }