Пример #1
0
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchMaxLevel(lvl);

            await battle.SayBattle("Max level changed to " + lvl);

            await battle.SayBattle($"Warning: This command will have no effect if there are more than {DynamicConfig.Instance.MaximumStatLimitedBattlePlayers} players in the room!");
        }
Пример #2
0
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchMaxLevel(lvl);

            await battle.SayBattle("Max level changed to " + lvl);
        }