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