mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-24 20:48:12 +05:00
6 lines
119 B
C++
6 lines
119 B
C++
#include "stdafx.h"
|
|
#include "NetherrackTile.h"
|
|
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone)
|
|
{
|
|
} |