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

8 lines
176 B
C++

#include "FortTournamentLobbyPanel.h"
UFortTournamentLobbyPanel::UFortTournamentLobbyPanel() {
this->Button_EventDetails = NULL;
this->TournamentModalClass = NULL;
}