Files
2026-04-22 15:51:07 +02:00

8 lines
261 B
C++

#include "FortDecoPreview_GenericTrap.h"
#include "Components/StaticMeshComponent.h"
AFortDecoPreview_GenericTrap::AFortDecoPreview_GenericTrap() {
this->TrapRangeMeshComponent = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("TrapRangeMeshComp0"));
}