Files
2026-04-22 15:51:07 +02:00

19 lines
445 B
C++

#include "FortLobbyPlayerPanel.h"
void UFortLobbyPlayerPanel::ClosePanel() {
}
UFortLobbyPlayerPanel::UFortLobbyPlayerPanel() {
this->ManageModalClass = NULL;
this->Button_AddFriend = NULL;
this->Button_InviteParty = NULL;
this->Button_Manage = NULL;
this->Button_Close = NULL;
this->Banner_Player = NULL;
this->RichText_PlayerName = NULL;
this->Text_InviteSent = NULL;
this->Image_PlatformIcon = NULL;
}