Ejemplo n.º 1
0
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchGameType(mode);

            await battle.SayBattle("Game type changed to " + mode.Description());
        }