Preview File AiTest/Direction.cs
Download aitest.zip , last updated 19 June 2010 (11.27 KB)
DownloadPreview
namespace AiTest
{
enum Direction
{
Up,
Left,
Down,
Right
}
}
Download aitest.zip , last updated 19 June 2010 (11.27 KB)
Download
namespace AiTest
{
enum Direction
{
Up,
Left,
Down,
Right
}
}