6 lines
119 B
C++
6 lines
119 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include "NetherrackTile.h"
|
||
|
|
|
||
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone)
|
||
|
|
{
|
||
|
|
}
|