Britbot
Location Britbot.EnemyGroup.GetLocation ( ) [inline]

Returns the average location for this group.

Returns:
Returns the average location for this group or the pirate closest to the average

Implements Britbot.ITarget.

Definition at line 117 of file EnemyGroup.cs.

        {
            return this.GetLocation(false);
        }