[inline]
You know what this does, don't you?
Definition at line 141 of file Group.cs.
{ return "Group - id: " + this.Id + " pirate count: " + this.Pirates.Count + "location: " + this.FindCenter(true) + " heading: " + this.Heading; }