Files
FNGameProj/Source/FortniteGame/Private/FortAthenaSMVehicle.cpp
2024-01-21 00:41:14 +01:00

8 lines
214 B
C++

#include "FortAthenaSMVehicle.h"
#include "Components/StaticMeshComponent.h"
AFortAthenaSMVehicle::AFortAthenaSMVehicle() {
this->Mesh = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("MeshComponent"));
}