mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
358 B
C++
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;
|
|
}
|
|
|