// adds +1 to the score when a bullet hits an asteroid protected void AddScore() { _scoreHandler.AsteriodAddScore(); Debug.Log("Added Score"); }