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