コード例 #1
0
 public void RemoveBiome(Biome b)
 {
     Biomes.Remove(b);
 }
コード例 #2
0
 public void AddBiome(Biome b)
 {
     Biomes.Add(b);
 }