Exemple #1
0
 public void RemoveBiome(Biome b)
 {
     Biomes.Remove(b);
 }
Exemple #2
0
 public void AddBiome(Biome b)
 {
     Biomes.Add(b);
 }