Files
4jcraft/Minecraft.World/IceBiome.h
ThePixelMoon 1a0dd4bd06 Initial dump
2026-03-01 15:49:25 +02:00

8 lines
97 B
C++

#pragma once
#include "Biome.h"
class IceBiome : public Biome
{
public:
IceBiome(int id);
};