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

13 lines
365 B
C++

#include "FortEventTeamMatchHistoryEntry.h"
UFortEventTeamMatchHistoryEntry::UFortEventTeamMatchHistoryEntry() {
this->Text_MatchNumber = NULL;
this->Text_TimeAlive = NULL;
this->Text_Eliminations = NULL;
this->Text_Placement = NULL;
this->Overlay_OnlineStatus = NULL;
this->Border_InteractionContent = NULL;
this->MatchData = NULL;
}