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