9 lines
186 B
C++
Executable file
9 lines
186 B
C++
Executable file
#include "PlanetZoneSetup.h"
|
|
|
|
UPlanetZone* UPlanetZoneSetup::GetPlanetZoneForBiome(UBiome* Biome, int32& zoneIndex) const {
|
|
return NULL;
|
|
}
|
|
|
|
UPlanetZoneSetup::UPlanetZoneSetup() {
|
|
}
|
|
|