Exemplo n.º 1
0
 public VerdictResultPhase(IMatch match, VerdictManager verdicts, uint duration = 10) :
     base(match, "Vote Recount", duration)
 {
     Verdicts = verdicts;
 }
Exemplo n.º 2
0
 public VerdictVotePhase(IMatch match, IPlayer player, uint duration = 15) : base(match, "Vote", duration)
 {
     Verdicts = new VerdictManager(player);
 }