Table of Contents

Enum QuestTargetType

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll
[Flags]
public enum QuestTargetType

Fields

Capture = 16
CaptureMonster = Monster | Capture
Deliver = 2
Hunt = Capture | Slay
HuntMonster = Monster | Hunt
Monster = 1
None = 0
Slay = 32
SlayMonster = Monster | Slay