コード例 #1
0
 public bool isHighscore(double time, GameDifficulty d)
 {
     return(data.isHighscore(time, d));
 }