wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SkinMobs Property

Skin mobs killed by character (enable SkinNinja to skin all corpse available).

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

Syntax


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