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