punish v6.8.18.0
This commit is contained in:
commit
cfb4dea47e
316 changed files with 554088 additions and 0 deletions
|
@ -0,0 +1,39 @@
|
|||
using System.Text.Json.Serialization;
|
||||
using Questionable.Model.Questing.Converter;
|
||||
|
||||
namespace Questionable.Model.Questing;
|
||||
|
||||
[JsonConverter(typeof(InteractionTypeConverter))]
|
||||
public enum EInteractionType
|
||||
{
|
||||
None,
|
||||
Interact,
|
||||
WalkTo,
|
||||
AttuneAethernetShard,
|
||||
AttuneAetheryte,
|
||||
RegisterFreeOrFavoredAetheryte,
|
||||
AttuneAetherCurrent,
|
||||
Combat,
|
||||
UseItem,
|
||||
EquipItem,
|
||||
PurchaseItem,
|
||||
EquipRecommended,
|
||||
Say,
|
||||
Emote,
|
||||
Action,
|
||||
StatusOff,
|
||||
WaitForObjectAtPosition,
|
||||
WaitForManualProgress,
|
||||
Duty,
|
||||
SinglePlayerDuty,
|
||||
Jump,
|
||||
Dive,
|
||||
Craft,
|
||||
Gather,
|
||||
Snipe,
|
||||
SwitchClass,
|
||||
UnlockTaxiStand,
|
||||
Instruction,
|
||||
AcceptQuest,
|
||||
CompleteQuest
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue