mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 05:33:40 +00:00
6 lines
182 B
C++
6 lines
182 B
C++
#include "MetalTile.h"
|
|
|
|
#include "minecraft/world/level/material/Material.h"
|
|
#include "minecraft/world/level/tile/Tile.h"
|
|
|
|
MetalTile::MetalTile(int id) : Tile(id, Material::metal) {} |