Exemple #1
0
 public static void SetBotCount(int botCount)
 {
     instance.BotCount = botCount;
     instance.ConfigureBots();
 }