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.
210 B · 16 lines
C
at main
1234567891011121314151617#pragma once
#include "Model.h"
class Cube;
class SignModel : public Model{public: using Model::render; ModelPart *cube; ModelPart *cube2; SignModel(); void render(bool usecompiled);};