13 lines
205 B
C
13 lines
205 B
C
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
UENUM(BlueprintType)
|
|
enum class ERRDADSInventorySlotAccessInteraction : uint8
|
|
{
|
|
Ignore,
|
|
ImportToNetworkFromSlot,
|
|
ExportFromNetworkToSlot,
|
|
LetPlayerDecide,
|
|
};
|