DRG-Femboy-Voice/Source/FSD/Private/PlagueMeteorSpawner.cpp
2025-04-15 12:39:31 -07:00

11 lines
371 B
C++
Executable file

#include "PlagueMeteorSpawner.h"
APlagueMeteorSpawner::APlagueMeteorSpawner() {
this->EscortSpawnFromImportantRange = 500.00f;
this->EscortMinimum2DSpawnDistFromPath = 1000.00f;
this->EscortMinimumZSpawnDistFromPath = 600.00f;
this->DropLocationHeightOffset = 0.00f;
this->ImportantLocationRange = -1.00f;
this->MeteorActorClassLoaded = NULL;
}