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