mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-27 02:27:08 +00:00
4 lines
146 B
C++
4 lines
146 B
C++
#include "../../../../../Header Files/stdafx.h"
|
|
#include "NetherrackTile.h"
|
|
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone) {} |