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