LCEMP/Minecraft.World/BeachBiome.h

9 lines
99 B
C++

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