Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
108 B · 7 lines
C
at master
1234567#pragma once
class EntityTile{public: virtual shared_ptr<TileEntity> newTileEntity(Level *level) = 0;};