Files
FNGameProj/Source/FortniteGame/Private/FortTheaterRuntimeData.cpp
2024-01-21 00:41:14 +01:00

12 lines
358 B
C++

#include "FortTheaterRuntimeData.h"
FFortTheaterRuntimeData::FFortTheaterRuntimeData() {
this->TheaterType = EFortTheaterType::Standard;
this->RequiredSubGameForVisibility = ESubGame::Campaign;
this->bOnlyMatchLinkedQuestsToTiles = false;
this->WorldMapPinClass = NULL;
this->TheaterImage = NULL;
this->HighestDifficulty = 0.00f;
}