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

21 lines
447 B
C++

#include "FortCreativeServersView.h"
void UFortCreativeServersView::RefreshServerList() {
}
void UFortCreativeServersView::NavigateServerRight() {
}
void UFortCreativeServersView::NavigateServerLeft() {
}
UFortCreativeServersView::UFortCreativeServersView() {
this->MaxSuggestedServers = 3;
this->bShowDebugServers = false;
this->TileItemClass = NULL;
this->ServerButtonGroup = NULL;
this->ScrollBox_ServerList = NULL;
}