Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
10 lines
234 B
C#
10 lines
234 B
C#
namespace Content.Server.Roles;
|
|
|
|
/// <summary>
|
|
/// Added to mind entities to tag that they are a nuke operative.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class NukeopsRoleComponent : AntagonistRoleComponent
|
|
{
|
|
}
|