Files
hk4e/pkg/alg/common_pathfinding.go
2022-11-24 22:47:24 +08:00

8 lines
67 B
Go

package alg
type MeshMapPos struct {
X int16
Y int16
Z int16
}