2024-11-12 13:45:38 +00:00

11 lines
186 B
C

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