コード例 #1
0
 public LampController(GameController game)
 {
     this.game = game;
     this.show = new LampShowMode(game);
     this.saved_state_dicts = new Dictionary <string, SavedLampState>();
     this.shows             = new Dictionary <string, string>();
 }
コード例 #2
0
ファイル: LampController.cs プロジェクト: Compy/NetProcGame
 public LampController(GameController game)
 {
     this.game = game;
     this.show = new LampShowMode(game);
     this.saved_state_dicts = new Dictionary<string, SavedLampState>();
     this.shows = new Dictionary<string, string>();
 }