mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
14 lines
303 B
C++
14 lines
303 B
C++
#include "FortMainMenu.h"
|
|
|
|
TSoftClassPtr<UUserWidget> UFortMainMenu::GetOutpostPermissionsWidgetClass() {
|
|
return NULL;
|
|
}
|
|
|
|
UFortMainMenu::UFortMainMenu() {
|
|
this->Text_CountDownTimer = NULL;
|
|
this->LeaveButton = NULL;
|
|
this->Button_MobileBack = NULL;
|
|
this->ContextualHelpText = NULL;
|
|
}
|
|
|