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