mirror of
https://git.neolegacy.dev/Elysium/Project-Elysium.git
synced 2026-08-09 16:51:22 +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)
|
|
{
|
|
} |