Example #1
0
 public string CurrentScoreString(Score s)
 {
     return("Game: " + Score.ScoreStringHuman(s));
 }