the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1#pragma once
2#include "QuadrupedModel.h"
3
4class CowModel : public QuadrupedModel
5{
6public:
7 CowModel();
8// virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
9// virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale);
10};