Files
LegacyMultiplayerProject/Minecraft.World/BeachBiome.h
DrPerkyLegit 5b19646cc6 init
2026-06-23 01:27:12 -04:00

9 lines
99 B
C++

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