mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-13 17:47:02 +00:00
6 lines
124 B
C++
6 lines
124 B
C++
#include "stdafx.h"
|
|
#include "NetherrackTile.h"
|
|
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone)
|
|
{
|
|
} |