the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 116 B view raw
1#pragma once 2 3class MobGroupData 4{ 5public: 6 // Required so this class is polymorphic 7 virtual void emptyFunc() {} 8};