public void EndLevel() { _gameOn = false; _avatar.BreakDown(); _pursuitCtrl.LevelEnded(); _globStats.Score += Score; }