Ejemplo n.º 1
0
 public void OnInit()
 {
     // initialize all of our game systems
     player.OnInit();
     camera.OnInit();
     obstacles.AddObstacles(m_Progress);
 }