first commit
This commit is contained in:
14
Minecraft.World/ItemStat.h
Normal file
14
Minecraft.World/ItemStat.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include "Stat.h"
|
||||
|
||||
class ItemStat : public Stat
|
||||
{
|
||||
private:
|
||||
const int itemId;
|
||||
|
||||
public:
|
||||
ItemStat(int id, const wstring& name, int itemId);
|
||||
int getItemId();
|
||||
};
|
||||
Reference in New Issue
Block a user