root/src/AIDemos/GameClasses/GameConsts.cs

User picture

Author: conkerjo

Revision: 30 («Previous)


File Size: 245 Bytes

(July 08, 2009 19:40 UTC) Almost 3 years ago


  

 
Show/hide line numbers
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Brains.Framework.Utility;

namespace AIDemos.GameClasses
{
    static class GameConsts
    {
        public const int TEAMID=99;
    }
}