mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-15 06:32:02 +00:00
8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class HellBiome : public Biome
|
|
{
|
|
public:
|
|
HellBiome(int id);
|
|
}; |