Exemple #1
0
 void LoadGold(JObject o)
 {
     gold = new GoldStatic((int?)o["base"],
                           (bool?)o["purchasable"],
                           (int?)o["sell"],
                           (int?)o["total"]);
 }
 void LoadGold(JObject o)
 {
     gold = new GoldStatic((int?)o["base"],
         (bool?)o["purchasable"],
         (int?)o["sell"],
         (int?)o["total"]);
 }