示例#1
0
 public void EndLevel()
 {
     _gameOn = false;
     _avatar.BreakDown();
     _pursuitCtrl.LevelEnded();
     _globStats.Score += Score;
 }