コード例 #1
0
 public DummyStandalone()
 {
     _Storage = new DummyFrature();
     _Updater = new Updater();
     _Center  = new Center(_Storage, _Storage, _Storage, _Storage);
 }
コード例 #2
0
ファイル: Complex.cs プロジェクト: jiowchern/Regulus
        private void _Play(BuildCenterStage.ExternalFeature features)
        {
            _Center = new Center(features.AccountFinder, features.FishStageQueryer, features.GameRecorder, features.TradeAccount);

            _Updater.Add(_Center);
        }
コード例 #3
0
ファイル: DummyStandalong.cs プロジェクト: jiowchern/Regulus
 public DummyStandalone()
 {
     _Storage = new DummyFrature();
     _Updater = new Updater();
     _Center = new Center(_Storage, _Storage, _Storage, _Storage);
 }