diff options
Diffstat (limited to 'Minecraft.World/HellPortalFeature.h')
| -rw-r--r-- | Minecraft.World/HellPortalFeature.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.World/HellPortalFeature.h b/Minecraft.World/HellPortalFeature.h new file mode 100644 index 00000000..d4699ee3 --- /dev/null +++ b/Minecraft.World/HellPortalFeature.h @@ -0,0 +1,8 @@ +#pragma once +#include "Feature.h" + +class HellPortalFeature : public Feature +{ +public: + virtual bool place(Level *level, Random *random, int x, int y, int z); +};
\ No newline at end of file |
