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

8 lines
273 B
C++

#include "FortPhysicsReplicatedTargetGhost.h"
#include "Components/SkeletalMeshComponent.h"
AFortPhysicsReplicatedTargetGhost::AFortPhysicsReplicatedTargetGhost() {
this->SkeletalMesh = CreateDefaultSubobject<USkeletalMeshComponent>(TEXT("SkeletalMeshComponent"));
}