Example #1
0
 public Game()
 {
     adv = new Adv(AddScore);
 }
Example #2
0
 public Scene_1()
 {
     adv = new Adv(GoToAnotherScene);
 }