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