コード例 #1
0
 public void AddToScore(int playerId, int time)
 {
     scores.AddToScore(playerId, time);
 }