wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FoodAmount Property

Number of FoodName item to buy (0 to don't buy food, you need to have food vendor in your profile of NpcDB)

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public int FoodAmount { get; set; }
Public Property FoodAmount As Integer
	Get
	Set
public:
property int^ FoodAmount {
	int^ get ();
	void set (int^ value);
}