Britbot
Britbot.SmartIsland.SmartIsland ( int  encapsulate) [inline, private]

Creates a new SmartIsland.

Parameters:
encapsulateThe regular island index to encapsulate

Definition at line 111 of file SmartIsland.cs.

        {
            this.Id = encapsulate;
            this.approachingEnemies = new List<KeyValuePair<EnemyGroup, bool>>();
            //this.SurroundingForces = new Queue<int>()
            this.coolDownCount = 0;
            this._lastAssignmentTurn = 0;
        }