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

8 lines
146 B
C++

#include "RepFortMeshAttachment.h"
FRepFortMeshAttachment::FRepFortMeshAttachment() {
this->SkeletalMesh = NULL;
this->AnimBP = NULL;
}