Files
hk4e/common/utils/alg/common_pathfinding.go
2022-11-20 15:38:00 +08:00

8 lines
67 B
Go

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