Beispiel #1
0
 public Biome(BiomeTopography topography)
 {
     this.topography = topography;
 }
Beispiel #2
0
        private float avgTemperature = 20f; // 20 deg, celsius

        public Biome()
        {
            this.topography = BiomeTopography.Plains;
        }