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