예제 #1
0
 public XmlRpcCardsRequest(string guid, string rank, string packid, string worldid)
 {
     this.mRequest           = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
     this.mRequest.mPackID   = packid;
     this.mRequest.mRank     = rank;
     this.mRequest.mWorldID  = worldid;
 }
 public XmlRpcCardsRequest(string guid, string rank, string packid, string worldid)
 {
     this.mRequest = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
     this.mRequest.mPackID = packid;
     this.mRequest.mRank = rank;
     this.mRequest.mWorldID = worldid;
 }
예제 #3
0
 public XmlRpcCardsRequest(string guid, string session, string cardid, string villageid, string worldid)
 {
     this.mRequest              = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID    = guid;
     this.mRequest.mSessionGUID = session;
     this.mRequest.mUserCardID  = cardid;
     this.mRequest.mVillageID   = villageid;
     this.mRequest.mWorldID     = worldid;
 }
 public XmlRpcCardsRequest(string guid, string session, string cardid, string villageid, string worldid)
 {
     this.mRequest = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
     this.mRequest.mSessionGUID = session;
     this.mRequest.mUserCardID = cardid;
     this.mRequest.mVillageID = villageid;
     this.mRequest.mWorldID = worldid;
 }
예제 #5
0
 public XmlRpcCardsRequest()
 {
     this.mRequest           = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = string.Empty;
 }
예제 #6
0
 public XmlRpcCardsRequest(string guid, string offer)
 {
     this.mRequest           = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
     this.mRequest.mOfferID  = offer;
 }
예제 #7
0
 public XmlRpcCardsRequest(string guid)
 {
     this.mRequest           = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
 }
 public XmlRpcCardsRequest(string guid, string offer)
 {
     this.mRequest = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
     this.mRequest.mOfferID = offer;
 }
 public XmlRpcCardsRequest(string guid)
 {
     this.mRequest = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = guid;
 }
 public XmlRpcCardsRequest()
 {
     this.mRequest = new XmlRpcReqStruct_Cards();
     this.mRequest.mUserGUID = string.Empty;
 }