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