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

10 lines
247 B
C++

#include "HUDLayoutToolButtonLayer.h"
UHUDLayoutToolButtonLayer::UHUDLayoutToolButtonLayer() {
this->CanvasPanel_Combat = NULL;
this->CanvasPanel_Build = NULL;
this->CanvasPanel_Persistent = NULL;
this->InternalSizeBox = NULL;
}