mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-01 20:22:27 +00:00
8 lines
144 B
C++
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);
|
|
}; |