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.
198 B · 12 lines
C++
at master
12345678910111213#include "stdafx.h"
#include "SimpleFoiledItem.h"
SimpleFoiledItem::SimpleFoiledItem(int id) : Item(id){}
bool SimpleFoiledItem::isFoil(shared_ptr<ItemInstance> itemInstance){ return true;}