コード例 #1
0
ファイル: LevelManager.cs プロジェクト: ScottJams/Moonshot
 public int TotalMoonsCollected()
 {
     return(levelProgress.TotalMoonsCollected());
 }