mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 18:17:12 +00:00
5 lines
113 B
C++
5 lines
113 B
C++
#include "IceBiome.h"
|
|
|
|
#include "minecraft/world/level/biome/Biome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id) {}; |