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

11 lines
147 B
Go

package old
type MsgAdGetRewardReq struct {
Id uint32 `json:"Id"`
}
type MsgAdGetRewardAck struct {
*MsgRewardListAck
Id uint32 `json:"Id"`
}