﻿using Gamelogic.Grids;
using UnityEngine;

public class LandscapeCell : SpriteCell
{
	public SpriteRenderer foreground;
}
