[inline]
Definition at line 385 of file SmartIsland.cs.
{ return "Island " + this.Id + " enemies: " + string.Join(", ", this.approachingEnemies) + this.Loc; }