mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
21 lines
447 B
C++
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;
|
|
}
|
|
|