﻿using UnityEngine;
using System.Collections;

namespace Nostalgia.Example
{
	[AddScriptMenu("Example/ThroughFloor")]
	public sealed class ThroughFloorTile : TileComponent
	{
	}
}
