mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-19 17:27:11 +00:00
9 lines
149 B
C++
9 lines
149 B
C++
#pragma once
|
|
|
|
#include "Biome.h"
|
|
#include "minecraft/world/level/biome/Biome.h"
|
|
|
|
class BeachBiome : public Biome {
|
|
public:
|
|
BeachBiome(int id);
|
|
}; |