the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 6 lines 104 B view raw
1#include "stdafx.h" 2#include "MetalTile.h" 3 4MetalTile::MetalTile(int id) : Tile(id, Material::metal) 5{ 6}