예제 #1
0
 public void Restart()
 {
     player.Init();
     wall.Init();
     obstacles.Init();
     Init();
 }