public void Awake() { if (_instance == null) _instance = this; gameDataController = new GameDataController(); gameDataController.LoadGameData(); }
// Init the game. public void Awake() { #if ONLINE NetworkRequestController.registerUserDevice(); #endif InitConstantData(); GameDataController.LoadGameData(); SetCanvas(playPageCanvas); }