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