ecs/proto/old/external_game_common.go
2025-06-04 18:17:39 +08:00

14 lines
242 B
Go

package old
type MsgTipNoticeAck struct {
Message string `json:"Message"` //提示消息
}
type MsgGmCommandReq struct {
Command string `json:"Command,omitempty"` //命令
}
type MsgServerTimeSyncAck struct {
Time int64 `json:"Time"`
}