4jcraft/targets/minecraft/world/level/biome/PlainsBiome.h
2026-04-01 13:27:58 -05:00

11 lines
179 B
C++

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