New Objective: Ensure another traitor stays alive. (#6020)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Rane
2022-01-13 09:53:50 -05:00
committed by GitHub
parent b336a394f9
commit b5f03f4682
7 changed files with 123 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ public class TraitorRuleSystem : GameRuleSystem
private readonly List<TraitorRole> _traitors = new ();
private const string TraitorPrototypeID = "Traitor";
public int TotalTraitors => _traitors.Count;
public override void Initialize()
{