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

18 lines
498 B
C++

#include "FortZoneTheme.h"
UFortZoneTheme::UFortZoneTheme() {
this->ZoneType = EFortZoneType::PVE;
this->ZoneIndex = -1;
this->PlaylistId = 0;
this->TeamSize = 0;
this->TeamCount = 0;
this->MaxPartySize = 0;
this->MaxPlayers = 0;
this->CriticalMissionEligibilityLength = 480.00f;
this->CriticalMissionEligibilityGracePeriodLength = 180.00f;
this->IgnoreGeneratedRewards = false;
this->bOverrideConningText = false;
this->MusicManagerBank = NULL;
}