feat: More options on DS assets
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
UENUM(BlueprintType)
|
||||
enum class ERRDADSInventorySlotAccess : uint8
|
||||
enum class ERRDADSInventorySlotAccessInteraction : uint8
|
||||
{
|
||||
None,
|
||||
Ignore,
|
||||
ImportToNetworkFromSlot,
|
||||
ExportFromNetworkToSlot,
|
||||
};
|
||||
Reference in New Issue
Block a user