SurvivorRoleComponent.cs 247 B

123456789
  1. using Content.Shared.Roles;
  2. namespace Content.Server.Roles;
  3. /// <summary>
  4. /// Adds to a mind role ent to tag they're a Survivor
  5. /// </summary>
  6. [RegisterComponent]
  7. public sealed partial class SurvivorRoleComponent : BaseMindRoleComponent;