mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 23:55:09 +00:00
4 lines
130 B
C++
4 lines
130 B
C++
#include "../Platform/stdafx.h"
|
|
#include "NetherrackTile.h"
|
|
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone) {} |