Files
2026-04-22 15:51:07 +02: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;
}