forked from aly/qstbak
14 lines
208 B
C#
14 lines
208 B
C#
namespace Questionable.Controller.Conditions;
|
|
|
|
internal enum EStopConditionType
|
|
{
|
|
QuestComplete,
|
|
QuestAccept,
|
|
Level,
|
|
GlobalSequence,
|
|
TimePlayed,
|
|
InventoryFull,
|
|
QuestCount,
|
|
BeforeDuty,
|
|
GilThreshold
|
|
}
|