mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
init commit
This commit is contained in:
7
service/game-hk4e/model/vector.go
Normal file
7
service/game-hk4e/model/vector.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Vector struct {
|
||||
X float64 `bson:"x"`
|
||||
Y float64 `bson:"y"`
|
||||
Z float64 `bson:"z"`
|
||||
}
|
||||
Reference in New Issue
Block a user