ecs/proto/old/external_game_common.go

14 lines
242 B
Go
Raw Normal View History

2025-06-04 18:17:39 +08:00
package old
type MsgTipNoticeAck struct {
Message string `json:"Message"` //提示消息
}
type MsgGmCommandReq struct {
Command string `json:"Command,omitempty"` //命令
}
type MsgServerTimeSyncAck struct {
Time int64 `json:"Time"`
}