Files
2026-04-22 15:51:07 +02:00

11 lines
250 B
C++

#include "FortGlobalMission.h"
FFortGlobalMission::FFortGlobalMission() {
this->MaxDifficultyLevel = 0.00f;
this->MinDifficultyLevel = 0.00f;
this->bIsPrototype = false;
this->bAllowInTestMaps = false;
this->bEnabled = false;
}