Files
2026-04-22 15:51:07 +02: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;
}