ThiefRoleComponent.cs 252 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 thief.
  5. /// </summary>
  6. [RegisterComponent]
  7. public sealed partial class ThiefRoleComponent : BaseMindRoleComponent
  8. {
  9. }