Ejemplo n.º 1
0
 public override async Task ExecuteArmed(ServerBattle battle, Say e)
 {
     battle.StopVote();
     await battle.SayBattle("poll cancelled");
 }
Ejemplo n.º 2
0
 public override async Task ExecuteArmed(ServerBattle battle, Say e)
 {
     battle.StopVote(e);
     await battle.SayBattle("poll cancelled");
 }