Files
tbd-station-14/Content.Server/Nuke/NukeCodePaperComponent.cs
Alex Evgrashin df970b2283 Nuke fixes (#6868)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-02-23 17:00:51 -07:00

12 lines
271 B
C#

namespace Content.Server.Nuke
{
/// <summary>
/// Paper with a written nuclear code in it.
/// Can be used in mapping or admins spawn.
/// </summary>
[RegisterComponent]
public sealed class NukeCodePaperComponent : Component
{
}
}