mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
19 lines
445 B
C++
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;
|
|
}
|
|
|