コード例 #1
0
 public bool Deserialize(Json_LimitedShopResponse response)
 {
     if (response.shopitems == null || !this.Deserialize(response.shopitems))
     {
         return(false);
     }
     this.UpdateCount = response.relcnt;
     return(true);
 }
コード例 #2
0
 public bool Deserialize(Json_LimitedShopResponse response)
 {
     if (response.shopitems == null || !this.Deserialize(response.shopitems))
     {
         return(false);
     }
     this.UpdateCount = response.relcnt;
     GlobalVars.ConceptCardNum.Set(response.concept_count);
     return(true);
 }