Пример #1
0
 public LampShowMode(GameController game)
     : base(game, 3)
 {
     this.lampshow = new LampShow(game);
     this.show_over = true;
 }
Пример #2
0
 public LampShowMode(GameController game)
     : base(game, 3)
 {
     this.lampshow  = new LampShow(game);
     this.show_over = true;
 }