Download aitest.zip, last updated 19/06/2010 (11.27 KB)

Download
using System.Drawing;

namespace AiTest
{
  class Tile
  {
		#region  Public Properties  

    public Point Location { get; set; }

    public bool Solid { get; set; }

		#endregion  Public Properties  
  }
}

Donate

Donate