the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 113 B view raw
1#pragma once 2 3#include "ChestModel.h" 4 5class LargeChestModel : public ChestModel 6{ 7public: 8 LargeChestModel(); 9};