#include "stdafx.h"
#include "AirTile.h"

AirTile::AirTile(int id) : Tile(id, Material::air)
{
}
