Example #1
0
 public static void initFacroty()
 {
     gm = null;
     um = null;
     nm = null;
     am = null;
 }
Example #2
0
 public static game.ai.AiManager getAiManager()
 {
     if (am == null)
     {
         am = new game.ai.AiManager();
     }
     return(am);
 }