Example #1
0
 public static void setMode(AIBot.Mode mode)
 {
     ai_bot.setMode(mode);
 }
Example #2
0
 public static void loadAIBot()
 {
     // Setup the AI Bot
     ai_bot = new AIBot();
 }
Example #3
0
 public static void loadAIBot()
 {
     // Setup the AI Bot
     ai_bot = new AIBot();
 }