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

8 lines
170 B
C++

#include "SupplyDropSpawner.h"
ASupplyDropSpawner::ASupplyDropSpawner() {
this->MinSpawnHeightOverride = 28000.00f;
this->MaxSpawnHeightOverride = 32000.00f;
}