the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 64 B view raw
1#pragma once 2 3enum MobType 4{ 5 UNDEFINED, 6 7 UNDEAD, 8 ARTHROPOD 9};