mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-16 12:22:28 +00:00
3 lines
65 B
C++
3 lines
65 B
C++
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id) {}; |