mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-08 09:32:37 +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)
|
|
{
|
|
} |