Files
bl/logic/controller/active_传送仓稀有.go
昔念 836bafc6f9
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
1
2026-01-31 22:02:55 +08:00

13 lines
369 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package controller
// CatchPet 传送仓抓稀有宠物
// data: 空输入结构
// c: 当前玩家对象
// 返回: 捕捉结果消耗的EV值和错误码
// func (h Controller) CatchPet(data *pet.C2S_9756, c *player.Player) (result *pet.S2C_9756, err errorcode.ErrorCode) {
// result = &pet.S2C_9756{
// UseEV: uint32(grand.N(1, 13)),
// }
// return
// }