mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 21:42:26 +08:00
8 lines
67 B
Go
8 lines
67 B
Go
package alg
|
|
|
|
type MeshMapPos struct {
|
|
X int16
|
|
Y int16
|
|
Z int16
|
|
}
|