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

12 lines
203 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "DeepPathFinderPreference.generated.h"
UENUM(BlueprintType)
enum class DeepPathFinderPreference : uint8 {
None,
Floor,
Walls,
Ceiling,
};