wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..IgnoreFightDuringFarmIfDruidForm Property

Ignore fight during farm when in druid form (bot skip node if he is attacked and don't harvest the gameboject).

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

Syntax


public bool IgnoreFightDuringFarmIfDruidForm { get; set; }
Public Property IgnoreFightDuringFarmIfDruidForm As Boolean
	Get
	Set
public:
property bool^ IgnoreFightDuringFarmIfDruidForm {
	bool^ get ();
	void set (bool^ value);
}