4jcraft/targets/minecraft/world/level/biome/IceBiome.h
2026-04-01 13:27:58 -05:00

8 lines
144 B
C++

#pragma once
#include "Biome.h"
#include "minecraft/world/level/biome/Biome.h"
class IceBiome : public Biome {
public:
IceBiome(int id);
};