mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 09:48:14 +05:00
8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class HellBiome : public Biome
|
|
{
|
|
public:
|
|
HellBiome(int id);
|
|
}; |