コード例 #1
0
ファイル: NetService.cs プロジェクト: OlegGelezcov/Casual
 public void TakeGift(string giftId)
 {
     GiftsRequest.TakeGift(giftId);
 }