Files
FNGameProj/Source/FortniteGame/Public/ESpawnMachineSubTextState.h
2024-01-21 00:41:14 +01:00

12 lines
197 B
C

#pragma once
#include "CoreMinimal.h"
#include "ESpawnMachineSubTextState.generated.h"
UENUM(BlueprintType)
enum class ESpawnMachineSubTextState : uint8 {
NoCards,
VanInUse,
None,
};