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

13 lines
282 B
C++

#include "AthenaLobbyPlayerPanel.h"
UAthenaLobbyPlayerPanel::UAthenaLobbyPlayerPanel() {
this->Button_Mute = NULL;
this->Button_ViewProfile = NULL;
this->Text_BattlePassTier = NULL;
this->Text_BattlePassSelfXP = NULL;
this->Text_BattlePassSharedXP = NULL;
}