GrinderGathererEasyQuestClass..::..EntryGathererTarget Property
Gets or sets the entry gatherer target.
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
public List<EntryObjectiveQuest> EntryGathererTarget { get; set; }
Public Property EntryGathererTarget As List(Of EntryObjectiveQuest) Get Set
public: property List<EntryObjectiveQuest^>^ EntryGathererTarget { List<EntryObjectiveQuest^>^ get (); void set (List<EntryObjectiveQuest^>^ value); }