Add barebone nuke (#5242)
Co-authored-by: Alexander Evgrashin <evgrashin.adl@gmail.com>
This commit is contained in:
14
Content.Server/Nuke/NukeCodePaperComponent.cs
Normal file
14
Content.Server/Nuke/NukeCodePaperComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Nuke
|
||||
{
|
||||
/// <summary>
|
||||
/// Paper with a written nuclear code in it.
|
||||
/// Can be used in mapping or admins spawn.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class NukeCodePaperComponent : Component
|
||||
{
|
||||
public override string Name => "NukeCodePaper";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user