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

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