wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AttackElite Property

Can start fight with elite mobs (in any case the bot will attack if it is attacked).

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

Syntax


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