Exemplo n.º 1
0
 void LoadGold(JObject o)
 {
     gold = new GoldStatic((int?)o["base"],
                           (bool?)o["purchasable"],
                           (int?)o["sell"],
                           (int?)o["total"]);
 }
Exemplo n.º 2
0
 void LoadGold(JObject o)
 {
     gold = new GoldStatic((int?)o["base"],
         (bool?)o["purchasable"],
         (int?)o["sell"],
         (int?)o["total"]);
 }