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