Files
bl/common/core/info/pet/PetSetExpInboundInfo.go

10 lines
221 B
Go
Raw Normal View History

package pet
// PetSetExpInboundInfo 宠物设置经验输入信息
type PetSetExpInboundInfo struct {
// CatchTime 精灵获取时间
CatchTime uint64 `json:"catchTime"`
// Exp 分配经验
Exp uint64 `json:"exp"`
}