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

17 lines
279 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EArmorSetLegs.generated.h"
UENUM(BlueprintType)
enum class EArmorSetLegs : uint8 {
Invalid,
LeftUpperLeg,
LeftLowerLeg,
LeftFoot,
LeftToe,
RightUpperLeg,
RightLowerLeg,
RightFoot,
RightToe,
};