wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SpellRotationSpeed Property

Try improve spells rotation speed, don't wait that cast finished before to cast new spell (we lose reliability)

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

Syntax


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