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

9 lines
186 B
C++
Executable file

#include "PlanetZoneSetup.h"
UPlanetZone* UPlanetZoneSetup::GetPlanetZoneForBiome(UBiome* Biome, int32& zoneIndex) const {
return NULL;
}
UPlanetZoneSetup::UPlanetZoneSetup() {
}