static GameCommonInfo() { GameConfig = new GameConfigBean(); mGameConfigController = new GameConfigController(null, new GameConfigCallBack()); mUITextController = new UITextController(null, null); mGameConfigController.GetGameConfigData(); }
private void Awake() { gameData = new GameDataBean(); controllerForGameData = new GameDataController(this, this); controllerForUserRevenue = new UserRevenueController(this, this); controllerForGameConfig = new GameConfigController(this, this); controllerForGameConfig.GetGameConfigData(); }
protected void Awake() { controllerForGameConfig = new GameConfigController(this, this); controllerForChunkSave = new ChunkSaveController(this, this); controllerForUserData = new UserDataController(this, this); controllerForBase = new BaseDataController(this, this); controllerForGameConfig.GetGameConfigData(); }
protected void Awake() { controllerForGameConfig = new GameConfigController(this, this); controllerForGameConfig.GetGameConfigData(); }