the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 7 lines 108 B view raw
1#pragma once 2 3class EntityTile 4{ 5public: 6 virtual shared_ptr<TileEntity> newTileEntity(Level *level) = 0; 7};