wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..CloseAfterXLevel Property

Close the game after increasing your level by X levels.

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

Syntax


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