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