first commit
This commit is contained in:
11
Minecraft.World/BirchFeature.h
Normal file
11
Minecraft.World/BirchFeature.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "Feature.h"
|
||||
|
||||
class Level;
|
||||
|
||||
class BirchFeature : public Feature
|
||||
{
|
||||
public:
|
||||
BirchFeature(bool doUpdate);
|
||||
virtual bool place(Level *level, Random *random, int x, int y, int z);
|
||||
};
|
||||
Reference in New Issue
Block a user