Ejemplo n.º 1
0
 static GameCommonInfo()
 {
     GameConfig            = new GameConfigBean();
     mGameConfigController = new GameConfigController(null, new GameConfigCallBack());
     mUITextController     = new UITextController(null, null);
     mGameConfigController.GetGameConfigData();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     gameData = new GameDataBean();
     controllerForGameData    = new GameDataController(this, this);
     controllerForUserRevenue = new UserRevenueController(this, this);
     controllerForGameConfig  = new GameConfigController(this, this);
     controllerForGameConfig.GetGameConfigData();
 }
Ejemplo n.º 3
0
 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();
 }
Ejemplo n.º 4
0
 protected void Awake()
 {
     controllerForGameConfig = new GameConfigController(this, this);
     controllerForGameConfig.GetGameConfigData();
 }