|
Britbot
|
Creates a new SmartIsland.
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;
}
|
1.7.6.1