mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-27 06:55:00 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "DirtTile.h"
|
||||
|
||||
DirtTile::DirtTile(int id) : Tile(id, Material::dirt)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user