1#pragma once 2#include "Tile.h" 3 4class NetherrackTile : public Tile 5{ 6public: 7 NetherrackTile(int id); 8};