Esempio n. 1
0
 public GenericBuyInfo(Type type, int amount, int itemID, int hue) : this(null, type, PrixNPC.BuyPrice(type), amount, itemID, hue, null)
 {
 }
Esempio n. 2
0
 public void Add(Type type)
 {
     m_Table[type] = PrixNPC.SellPrice(type);
     m_Types       = null;
 }