Beispiel #1
0
 //점수 추가.
 public void AddScore(int score)
 {
     currentScore += score;
     ingameUI.SetScore(currentScore);
 }