Files
hk4e/pathfinding/pfalg/mesh_vector.go
2022-12-21 17:42:56 +08:00

8 lines
69 B
Go

package pfalg
type MeshVector struct {
X int16
Y int16
Z int16
}