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