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

12 lines
219 B
C++

#include "CampaignLobbyPlayerPanel.h"
UCampaignLobbyPlayerPanel::UCampaignLobbyPlayerPanel() {
this->Button_ShowHeadAccessory = NULL;
this->Button_ShowBackpack = NULL;
this->Number_PowerLevel = NULL;
}