mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 10:43:35 +00:00
6 lines
128 B
C++
6 lines
128 B
C++
#include "../Platform/stdafx.h"
|
|
#include "HellStoneTile.h"
|
|
|
|
HellStoneTile::HellStoneTile(int id) : Tile(id, Material::stone)
|
|
{
|
|
} |