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

9 lines
204 B
C++

#include "FortTournamentLiveGameSessionEntry.h"
UFortTournamentLiveGameSessionEntry::UFortTournamentLiveGameSessionEntry() {
this->Text_PlayerList = NULL;
this->Text_GameTimeDuration = NULL;
}