forked from liza/Deliveroo
25 lines
454 B
C#
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,
|
|
}
|