mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-10 13:42:26 +08:00
寻路服务器
This commit is contained in:
7
pathfinding/pfalg/mesh_vector.go
Normal file
7
pathfinding/pfalg/mesh_vector.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package pfalg
|
||||
|
||||
type MeshVector struct {
|
||||
X int16
|
||||
Y int16
|
||||
Z int16
|
||||
}
|
||||
Reference in New Issue
Block a user