Exemple #1
0
 public HexDirection GetHexDirection(HexCell otherCell)
 {
     return(coordinates.DirectionTo(otherCell.coordinates));
 }