mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
#include "Biome.h"
|
|
|
|
class BeachBiome : public Biome
|
|
{
|
|
public:
|
|
BeachBiome(int id);
|
|
}; |