Files
vRp.CD2g_test/utils/astar/point3d.go
2023-05-23 12:07:36 +08:00

6 lines
52 B
Go

package astar
type Point3D struct {
X, Y, Z int
}