mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-09 04:12:26 +00:00
8 lines
146 B
C++
8 lines
146 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
#include "minecraft/world/level/biome/Biome.h"
|
|
|
|
class HellBiome : public Biome {
|
|
public:
|
|
HellBiome(int id);
|
|
}; |