qstbak/Questionable/Questionable.Controller.Conditions/EStopConditionType.cs
2026-08-17 20:27:25 +10:00

14 lines
208 B
C#

namespace Questionable.Controller.Conditions;
internal enum EStopConditionType
{
QuestComplete,
QuestAccept,
Level,
GlobalSequence,
TimePlayed,
InventoryFull,
QuestCount,
BeforeDuty,
GilThreshold
}