﻿namespace Gamelogic.Grids.Examples
{
	public class ScrollingGridCell : SpriteCell
	{
		public int x = 0;
		public int y = 0;
	}
}