Back to Server.Mobiles

GenericBuyInfo : IBuyItemInfo

(ctor) GenericBuyInfo( Type type, int price, int amount, int itemID, int hue )
(ctor) GenericBuyInfo( string name, Type type, int price, int amount, int itemID, int hue )
int Amount( get; set; )
int Hue( get; )
int ItemID( get; )
int MaxAmount( get; )
string Name( get; )
int Price( get; )
virtual Item GetItem()
virtual void OnRestock()
virtual bool Restock( Item item )