@@ -3,11 +3,11 @@ using namespace std;
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
class RedStoneItem : public Item
|
||||
class RedStoneItem : public Item
|
||||
{
|
||||
public:
|
||||
RedStoneItem(int id);
|
||||
|
||||
public:
|
||||
virtual bool useOn(std::shared_ptr<ItemInstance> itemInstance, std::shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
|
||||
virtual bool useOn(shared_ptr<ItemInstance> itemInstance, shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
|
||||
};
|
||||
Reference in New Issue
Block a user