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

10 lines
222 B
C++

#include "BacchusHUDLayoutToolPanel.h"
UBacchusHUDLayoutToolPanel::UBacchusHUDLayoutToolPanel() {
this->ButtonLayer = NULL;
this->ZoomWidget = NULL;
this->Background = NULL;
this->BackgroundMID = NULL;
}