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

10 lines
222 B
C++

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