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