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

8 lines
203 B
C++

#include "FortEventPlayerStatProfileSelectorEntry.h"
UFortEventPlayerStatProfileSelectorEntry::UFortEventPlayerStatProfileSelectorEntry() {
this->PlayerName = NULL;
this->ProfileData = NULL;
}