コード例 #1
0
ファイル: Logic.cs プロジェクト: RayStoun/MyProgress
 public List <Reward> GetRewards()
 {
     return(data.GetRewards());
 }