2024-11-11 16:47:42 +00:00

11 lines
173 B
C

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