Britbot
override string Britbot.EnemyGroup.ToString ( ) [inline]

Definition at line 593 of file EnemyGroup.cs.

        {
            return "EnemyGroup- id: " + this.Id + ", fight power: " + this.GetMaxFightPower()
                   + ", Heading: " + this.GetHeading() + " location: " + GetLocation();
        }