aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/IceBiome.h
blob: 306ba14f32d0fb0d6f084792d18558f54ca4fe68 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "Biome.h"

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