コード例 #1
0
ファイル: GameManager.cs プロジェクト: carlplaylab/CBlocker
 public string GetHighScoreLog()
 {
     return(highScores.GetLog());
 }