mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:42:25 +08:00
8 lines
69 B
Go
8 lines
69 B
Go
package pfalg
|
|
|
|
type MeshVector struct {
|
|
X int16
|
|
Y int16
|
|
Z int16
|
|
}
|