wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..MillingTime Property

Milling every X minutes (you need to enable Milling).

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

Syntax


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