mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 02:42:28 +08:00
拆分了聊天数据,减小玩家数据结构大小
This commit is contained in:
@@ -6,11 +6,11 @@ const (
|
||||
)
|
||||
|
||||
type ChatMsg struct {
|
||||
Time uint32 `bson:"time"`
|
||||
ToUid uint32 `bson:"toUid"`
|
||||
Uid uint32 `bson:"uid"`
|
||||
IsRead bool `bson:"isRead"`
|
||||
MsgType uint8 `bson:"msgType"`
|
||||
Text string `bson:"text"`
|
||||
Icon uint32 `bson:"icon"`
|
||||
Time uint32
|
||||
ToUid uint32
|
||||
Uid uint32
|
||||
IsRead bool
|
||||
MsgType uint8
|
||||
Text string
|
||||
Icon uint32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user