mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
13 lines
365 B
C++
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;
|
|
}
|
|
|