示例#1
0
 public void DestroyOnClick(int countDestroyable)
 {
     _score = ScoreLogic.UpdateScore(_score, ScoreLogic.DestroyType.OnClick, countDestroyable);
     ChangeScoreEvent.Invoke(_score);
 }