This commit is contained in:
Tnze
2022-11-16 23:32:33 +08:00
parent 59f946302b
commit 64667826d0
11 changed files with 22 additions and 21 deletions

View File

@ -37,7 +37,7 @@ func NewClient() *Client {
}
}
//Position is a 3D vector.
// Position is a 3D vector.
type Position struct {
X, Y, Z int
}