mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 04:15:43 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
|
|
#include "Biome.h"
|
|
|
|
class BeachBiome : public Biome {
|
|
public:
|
|
BeachBiome(int id);
|
|
}; |