Exemplo n.º 1
0
 public void StartGame()
 {
     this.Status = GAME_STATUS.InGame;
     pipelineManger.StartRun();
     uniManager.Begin();
     player.Fly();
     this.player.onScore = onPlayerScore;
     this.hpbar.value    = this.player.HP;
 }