aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/IceBiome.cpp
blob: 3156d8696aa3e1c7697c1429b8e7495ea3e3209d (plain)
1
2
3
4
5
6
#include "stdafx.h"
#include "IceBiome.h"

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