Files
FNGameProj/Source/FortniteGame/Private/RepFortMeshAttachment.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
134 B
C++

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