mirror of
https://gitea.murdle.top/murdle/mc-lce.git
synced 2026-03-14 04:49:01 +02:00
8 lines
119 B
C++
8 lines
119 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class MushroomIslandBiome : public Biome
|
|
{
|
|
public:
|
|
MushroomIslandBiome(int id);
|
|
}; |