#include "stdafx.h"
#include "IceBiome.h"

IceBiome::IceBiome(int id) : Biome(id)
{
};