wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..DontStartFighting Property

Gets or sets a value indicating to don't start fight (defend oneself only).

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

Syntax


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

Field Value

true if don't start fight; otherwise, false.