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