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