示例#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
 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>();
 }