11 enum class ActionState :
int {
59 MenuInventoryDrop = 106,
60 MenuInventoryCancel = 107,
62 BuildOrInteract = 130,
63 DestroyOrAttack = 131,
65 DestroyOrInteract = 141,
71 ::ll::TypedStorage<4, 4, int> mActionId;
72 ::ll::TypedStorage<4, 4, ::ActionEvent::ActionState> mActionState;
73 ::ll::TypedStorage<1, 1, bool> mIsExclusive;
74 ::ll::TypedStorage<1, 1, ::FocusImpact> mFocusImpact;