first commit
This commit is contained in:
9
Minecraft.World/BeachBiome.h
Normal file
9
Minecraft.World/BeachBiome.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Biome.h"
|
||||
|
||||
class BeachBiome : public Biome
|
||||
{
|
||||
public:
|
||||
BeachBiome(int id);
|
||||
};
|
||||
Reference in New Issue
Block a user