mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 02:32:26 +08:00
refactor
This commit is contained in:
7
pkg/alg/common_pathfinding.go
Normal file
7
pkg/alg/common_pathfinding.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package alg
|
||||
|
||||
type MeshMapPos struct {
|
||||
X int16
|
||||
Y int16
|
||||
Z int16
|
||||
}
|
||||
Reference in New Issue
Block a user