mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
17 lines
354 B
C++
17 lines
354 B
C++
#include "FortTheaterSelect.h"
|
|
|
|
|
|
|
|
bool UFortTheaterSelect::GetTheaterRecommendedRatingRange(const FString& UniqueId, int32& Minimum, int32& Maximum) const {
|
|
return false;
|
|
}
|
|
|
|
bool UFortTheaterSelect::GetSurvivalCMSText(FText& Title, FText& Body) const {
|
|
return false;
|
|
}
|
|
|
|
UFortTheaterSelect::UFortTheaterSelect() {
|
|
this->OverlayMain = NULL;
|
|
}
|
|
|