(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 object GetObject()
virtual void OnRestock()
virtual bool Restock( Item item )