wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FoodPercent Property

Start character regen if less than X % of health.

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

Syntax


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