mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 04:42:26 +08:00
init commit
This commit is contained in:
7
common/utils/alg/common_pathfinding.go
Normal file
7
common/utils/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