NukeopsRoleComponent.cs 263 B

1234567891011
  1. using Content.Shared.Roles;
  2. namespace Content.Server.Roles;
  3. /// <summary>
  4. /// Added to mind role entities to tag that they are a nuke operative.
  5. /// </summary>
  6. [RegisterComponent]
  7. public sealed partial class NukeopsRoleComponent : BaseMindRoleComponent
  8. {
  9. }