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