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

12 lines
340 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Components/SceneComponent.h"
#include "DeepPathfinderSceneComponent.generated.h"
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UDeepPathfinderSceneComponent : public USceneComponent {
GENERATED_BODY()
public:
UDeepPathfinderSceneComponent();
};