mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 03:32:25 +08:00
优化服务器之间的底层连接方式
This commit is contained in:
@@ -12,6 +12,8 @@ const (
|
||||
type NetMsg struct {
|
||||
MsgType uint8 `msgpack:"MsgType"`
|
||||
EventId uint16 `msgpack:"EventId"`
|
||||
ServerType string `msgpack:"-"`
|
||||
AppId string `msgpack:"-"`
|
||||
Topic string `msgpack:"-"`
|
||||
GameMsg *GameMsg `msgpack:"GameMsg"`
|
||||
FightMsg *FightMsg `msgpack:"FightMsg"`
|
||||
|
||||
Reference in New Issue
Block a user