wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AddToNpcDb Property

Add NPCs of used profiles to your NpcDB.

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

Syntax


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