Beispiel #1
0
 /// <summary>
 /// Generates a string representation of this <see cref="Shot"/>.
 /// </summary>
 /// <returns>A string representing this <see cref="Shot"/>.</returns>
 public override string ToString()
 {
     return(Coordinates.ToString() + "=>[" + ReceiverPlr.ID + "]");
 }