Ejemplo n.º 1
0
 public static char GetTargetLocksLetterPair(Ship.GenericShip thisShip, Ship.GenericShip targetShip)
 {
     return(thisShip.GetTargetLockLetterPair(targetShip));
 }