Ejemplo n.º 1
0
 public override async Task ExecuteArmed(ServerBattle battle, Say e)
 {
     battle.SwitchCbal(!battle.IsCbalEnabled);
     if (battle.IsCbalEnabled)
     {
         await battle.SayBattle("This battle will attempt to place clan members together when balancing.");
     }
     else
     {
         await battle.SayBattle("This battle will NOT attempt to place clan members together when balancing.");
     }
 }