Exemplo n.º 1
0
 /**
  * 自身のプレイヤー情報を設定
  *
  * @param player 自身のプレイヤー情報
  * @return this
  */
 public DoMatchmakingRequest WithPlayer(global::Gs2.Gs2Matchmaking.Model.Player player)
 {
     this.player = player;
     return(this);
 }
 /**
  * 自身のプレイヤー情報を設定
  *
  * @param player 自身のプレイヤー情報
  * @return this
  */
 public CreateGatheringByUserIdRequest WithPlayer(global::Gs2.Gs2Matchmaking.Model.Player player)
 {
     this.player = player;
     return(this);
 }