Exemplo n.º 1
0
 public int GetDistanceBetween(Piece from, Piece to)
 {
     return(BoardCoord.Distance(from.GetPosition(), to.GetPosition()));
 }