4jcraft/targets/minecraft/world/level/biome/IceBiome.cpp
2026-04-09 15:24:13 +10:00

5 lines
112 B
C++

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