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

8 lines
149 B
C++

#include "FortPayoutInfoEntry.h"
UFortPayoutInfoEntry::UFortPayoutInfoEntry() {
this->Text_Points = NULL;
this->Text_PointsLabel = NULL;
}