mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 02:24:13 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "ItemStat.h"
|
||||
|
||||
ItemStat::ItemStat(int id, const std::wstring& name, int itemId) : Stat( id, name ), itemId(itemId)
|
||||
{
|
||||
}
|
||||
ItemStat::ItemStat(int id, const std::wstring& name, int itemId)
|
||||
: Stat(id, name), itemId(itemId) {}
|
||||
|
||||
int ItemStat::getItemId()
|
||||
{
|
||||
return itemId;
|
||||
}
|
||||
int ItemStat::getItemId() { return itemId; }
|
||||
|
||||
Reference in New Issue
Block a user