CommandStaffComponent.cs 353 B

123456789101112
  1. namespace Content.Server.Revolutionary.Components;
  2. /// <summary>
  3. /// Given to heads at round start. Used for assigning traitors to kill heads and for revs to check if the heads died or not.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class CommandStaffComponent : Component
  7. {
  8. }
  9. //TODO this should probably be on a mind role, not the mob