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