Beispiel #1
0
 public int EatenScore()
 {
     ghosts.UpdateGhostEatenCounter();
     return(ghosts.ScoreForEatingGhost());
 }