Files
cafeberry/Minecraft.World/PlainsBiome.h
T
2026-07-03 18:34:01 +01:00

10 lines
134 B
C++

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