Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
393 B · 18 lines
C++
at master
123456789101112131415161718#include "stdafx.h"#include "net.minecraft.stats.h"#include "GeneralStat.h"
GeneralStat::GeneralStat(int id, const wstring& name, StatFormatter *formatter) : Stat(id, name, formatter){}
GeneralStat::GeneralStat(int id, const wstring& name) : Stat(id, name){}
Stat *GeneralStat::postConstruct() { Stat::postConstruct(); Stats::generalStats->push_back(this); return this;}