コード例 #1
0
 static GameCommonInfo()
 {
     GameConfig            = new GameConfigBean();
     mGameConfigController = new GameConfigController(null, new GameConfigCallBack());
     mUITextController     = new UITextController(null, null);
     mGameConfigController.GetGameConfigData();
 }
コード例 #2
0
ファイル: GameDataManager.cs プロジェクト: wobushiren79/IL
 private void Awake()
 {
     gameData = new GameDataBean();
     controllerForGameData    = new GameDataController(this, this);
     controllerForUserRevenue = new UserRevenueController(this, this);
     controllerForGameConfig  = new GameConfigController(this, this);
     controllerForGameConfig.GetGameConfigData();
 }
コード例 #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();
 }
コード例 #4
0
 protected void Awake()
 {
     controllerForGameConfig = new GameConfigController(this, this);
     controllerForGameConfig.GetGameConfigData();
 }