예제 #1
0
 public void AddEatenGhostPoints(int eatenGhosts)
 {
     score.AddEatenGhostPoints(eatenGhosts);
 }