12 lines
263 B
C#
12 lines
263 B
C#
using Content.Shared.Roles;
|
|
|
|
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
|
|
{
|
|
}
|