1
0
forked from liza/Deliveroo
Deliveroo/Deliveroo/Stage.cs

25 lines
454 B
C#

namespace Deliveroo;
internal enum Stage
{
TargetPersonnelOfficer,
OpenGcSupply,
SelectExpertDeliveryTab,
SelectItemToTurnIn,
TurnInSelected,
FinalizeTurnIn,
CloseGcSupplySelectString,
CloseGcSupplySelectStringThenStop,
CloseGcSupplyWindowThenStop,
TargetQuartermaster,
SelectRewardTier,
SelectRewardSubCategory,
SelectReward,
ConfirmReward,
CloseGcExchange,
RequestStop,
Stopped,
}