DRG-Femboy-Voice/Source/FSD/Public/EGameOwnerStatus.h
2025-04-15 12:39:31 -07:00

13 lines
237 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EGameOwnerStatus.generated.h"
UENUM(BlueprintType)
enum class EGameOwnerStatus : uint8 {
Supporter,
ContentCreator,
Developer,
Modder,
EGameOwnerStatus_Max = 0xFF,
};