wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ToTownTimer Property

Force to go to town every X minutes (you need to activate ToTownTimerActivated)

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

Syntax


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