Files
UnrealEvent/Project/Source/FortniteUI/Private/FortCreativeServerOptionTile.cpp
2026-04-22 15:51:07 +02:00

10 lines
220 B
C++

#include "FortCreativeServerOptionTile.h"
UFortCreativeServerOptionTile::UFortCreativeServerOptionTile() {
this->Text_JoinServerType = NULL;
this->Text_JoinServerPlayerCount = NULL;
this->Server = NULL;
}