ecs/proto/old/external_game_ad.go

11 lines
147 B
Go
Raw Normal View History

2025-06-04 18:17:39 +08:00
package old
type MsgAdGetRewardReq struct {
Id uint32 `json:"Id"`
}
type MsgAdGetRewardAck struct {
*MsgRewardListAck
Id uint32 `json:"Id"`
}