示例#1
0
 public ElevationEdgeTypes GetEdgeType(Hex otherHex)
 {
     return(HexagonPoint.GetEdgeType(elevation, otherHex.elevation));
 }