2023-10-04 21:47:33 -04:00
|
|
|
namespace Content.Server.Revolutionary.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-10-18 16:43:05 +07:00
|
|
|
/// Given to heads at round start. Used for assigning traitors to kill heads and for revs to check if the heads died or not.
|
2023-10-04 21:47:33 -04:00
|
|
|
/// </summary>
|
2024-10-18 16:43:05 +07:00
|
|
|
[RegisterComponent]
|
2023-10-04 21:47:33 -04:00
|
|
|
public sealed partial class CommandStaffComponent : Component
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2024-10-10 10:48:56 +02:00
|
|
|
|
|
|
|
|
//TODO this should probably be on a mind role, not the mob
|