wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ToTownTimerActivated Property

Activate go to town every ToTownTimer minutes

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

Syntax


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