Beispiel #1
0
 public void RemoveBiome(string biomeName)
 {
     BiomesHash.Remove(biomeName);
     Biomes.Remove(biomeName);
 }