mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-12 14:02:26 +08:00
拆分了聊天数据,减小玩家数据结构大小
This commit is contained in:
@@ -3,9 +3,9 @@ package model
|
||||
import "math"
|
||||
|
||||
type Vector struct {
|
||||
X float64 `bson:"x"`
|
||||
Y float64 `bson:"y"`
|
||||
Z float64 `bson:"z"`
|
||||
X float64
|
||||
Y float64
|
||||
Z float64
|
||||
}
|
||||
|
||||
// Distance 两坐标之间的距离
|
||||
|
||||
Reference in New Issue
Block a user