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

11 lines
176 B
C++

#include "FortInfoWindow.h"
UWidget* UFortInfoWindow::GetListWidget(UObject* Item) {
return NULL;
}
UFortInfoWindow::UFortInfoWindow() {
this->InfoEntries = NULL;
}