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

Download
  • md5: 9764f053887f43bd6b0b57f7db7496fa
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