示例#1
0
 public Currency(JSONProxy.Item item) : base(item)
 {
     ItemType   = ItemType.Currency;
     Type       = ProxyMapper.GetOrbType(item);
     ChaosValue = CurrencyHandler.GetChaosValue(Type);
 }