|
Britbot
|
Definition at line 593 of file EnemyGroup.cs. {
return "EnemyGroup- id: " + this.Id + ", fight power: " + this.GetMaxFightPower()
+ ", Heading: " + this.GetHeading() + " location: " + GetLocation();
}
|
1.7.6.1