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

12 lines
234 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "ConvexMeshWithCachedTree.h"
#include "CSGPlane.generated.h"
UCLASS(Blueprintable)
class UCSGPlane : public UConvexMeshWithCachedTree {
GENERATED_BODY()
public:
UCSGPlane();
};