feat: More options on DS assets

This commit is contained in:
mrhid6
2024-11-12 13:45:38 +00:00
parent 36ef9be1bf
commit d4167cfd88
3 changed files with 45 additions and 7 deletions

View File

@@ -3,9 +3,9 @@
#include "CoreMinimal.h"
UENUM(BlueprintType)
enum class ERRDADSInventorySlotAccess : uint8
enum class ERRDADSInventorySlotAccessInteraction : uint8
{
None,
Ignore,
ImportToNetworkFromSlot,
ExportFromNetworkToSlot,
};