feat: Mod Adapter struct updates

This commit is contained in:
mrhid6
2024-12-06 22:34:18 +00:00
parent f8a322d5c1
commit b309136b5c
2 changed files with 10 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ enum class ERRDADSInventorySlotAccessInteraction : uint8
Ignore,
ImportToNetworkFromSlot,
ExportFromNetworkToSlot,
};
LetPlayerDecide,
};