Faucet/Minecraft.World/PlainsBiome.h
2026-03-09 16:37:23 +11:00

10 lines
125 B
C++

#pragma once
#include "Biome.h"
class PlainsBiome : public Biome
{
friend class Biome;
protected:
PlainsBiome(int id);
};