1#include "stdafx.h" 2#include "AirTile.h" 3 4AirTile::AirTile(int id) : Tile(id, Material::air) 5{ 6}