feat: DS Adapter data assets

This commit is contained in:
mrhid6
2024-11-11 16:47:42 +00:00
parent 31b8963757
commit 4aa2b4ccb0
10 changed files with 185 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include "CoreMinimal.h"
UENUM(BlueprintType)
enum class ERRDADSInventorySlotAccess : uint8
{
None,
ImportToNetworkFromSlot,
ExportFromNetworkToSlot,
};