mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +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;
|
|
}
|
|
|