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.
193 B · 11 lines
C++
at master
123456789101112#include "stdafx.h"#include "ItemStat.h"
ItemStat::ItemStat(int id, const wstring& name, int itemId) : Stat( id, name ), itemId(itemId){}
int ItemStat::getItemId() { return itemId;}