mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
344 B
C++
12 lines
344 B
C++
#include "FortEventTeamMatchHistoryModal.h"
|
|
|
|
void UFortEventTeamMatchHistoryModal::SetupMatchHistory(const UFortEventLeaderboardEntryData* DataForDisplay) {
|
|
}
|
|
|
|
UFortEventTeamMatchHistoryModal::UFortEventTeamMatchHistoryModal() {
|
|
this->ListView_MatchHistory = NULL;
|
|
this->Text_TeamNames = NULL;
|
|
this->LeaderboardEntryData = NULL;
|
|
}
|
|
|