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

19 lines
552 B
C++

#include "FortMiniMapData.h"
FFortMiniMapData::FFortMiniMapData() {
this->MiniMapIcon = NULL;
this->bUseIconSize = false;
this->bIsVisible = false;
this->bIsVisibleOnMiniMap = false;
this->bShowVerticalOffset = false;
this->bShowFarOffIndicator = false;
this->bDisplayIconEvenOnFogOfWar = false;
this->bAllowLocalOverrides = false;
this->bUseTeamAffiliationColors = false;
this->ColorPulsesPerSecond = 0.00f;
this->SizePulsesPerSecond = 0.00f;
this->ViewableDistance = 0.00f;
this->Priority = 0;
}