wManager.Wow.Helpers Namespace
WRobot

EasyQuestProfile..::..Npc Property

Gets or sets the NPC (vendor, repair, ...).

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


public List<Npc> Npc { get; set; }
Public Property Npc As List(Of Npc)
	Get
	Set
public:
property List<Npc^>^ Npc {
	List<Npc^>^ get ();
	void set (List<Npc^>^ value);
}

Field Value

The NPCs.