feat: DS Adapter data assets
This commit is contained in:
11
Source/RefinedRDApi/Public/Enums/RRDADSEnums.h
Normal file
11
Source/RefinedRDApi/Public/Enums/RRDADSEnums.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
UENUM(BlueprintType)
|
||||
enum class ERRDADSInventorySlotAccess : uint8
|
||||
{
|
||||
None,
|
||||
ImportToNetworkFromSlot,
|
||||
ExportFromNetworkToSlot,
|
||||
};
|
||||
Reference in New Issue
Block a user