mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
11 lines
176 B
C++
11 lines
176 B
C++
#include "FortInfoWindow.h"
|
|
|
|
UWidget* UFortInfoWindow::GetListWidget(UObject* Item) {
|
|
return NULL;
|
|
}
|
|
|
|
UFortInfoWindow::UFortInfoWindow() {
|
|
this->InfoEntries = NULL;
|
|
}
|
|
|