mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 10:24:46 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -2,16 +2,13 @@
|
||||
#include "../Headers/net.minecraft.stats.h"
|
||||
#include "GeneralStat.h"
|
||||
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name, StatFormatter *formatter) : Stat(id, name, formatter)
|
||||
{
|
||||
}
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name,
|
||||
StatFormatter* formatter)
|
||||
: Stat(id, name, formatter) {}
|
||||
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name) : Stat(id, name)
|
||||
{
|
||||
}
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name) : Stat(id, name) {}
|
||||
|
||||
Stat *GeneralStat::postConstruct()
|
||||
{
|
||||
Stat* GeneralStat::postConstruct() {
|
||||
Stat::postConstruct();
|
||||
Stats::generalStats->push_back(this);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user