Files
LCERenewed/Minecraft.World/PlainsBiome.h
T
2026-03-08 10:09:54 +01:00

10 lines
134 B
C++

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