first commit
This commit is contained in:
12
Minecraft.World/BookItem.h
Normal file
12
Minecraft.World/BookItem.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
class BookItem : public Item
|
||||
{
|
||||
public:
|
||||
BookItem(int id);
|
||||
|
||||
bool isEnchantable(shared_ptr<ItemInstance> itemInstance);
|
||||
int getEnchantmentValue();
|
||||
};
|
||||
Reference in New Issue
Block a user