6446074dee
Work still in Progress so keep in mind that the Block is not fully functional yet.
7 lines
104 B
C++
7 lines
104 B
C++
#include "stdafx.h"
|
|
#include "SlimeTile.h"
|
|
|
|
SlimeTile::SlimeTile(int id) : Tile(id, Material::dirt)
|
|
{
|
|
}
|