public static void SetGameState(GameState game)
 {
     GameObject.game = game;
 }
Beispiel #2
0
 public AI(GameState game)
 {
     this.game = game;
     Init();
 }