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

18 lines
269 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EVanitySlot.generated.h"
UENUM(BlueprintType)
enum class EVanitySlot : uint8 {
Head,
Beard,
Armor,
BeardColor,
SkinColor,
Moustache,
Eyebrows,
Sideburns,
ArmorMaterial,
Count,
};