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

12 lines
219 B
C++

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