コード例 #1
0
 public void GivePlayerReward(int id, int playerId)
 {
     _iplayerContext.GivePlayerReward(id, playerId);
 }