示例#1
0
 public HexTile Neighbor(int direction)
 {
     return(Add(HexTile.Direction(direction)));
 }