Files
bl/logic/service/fight/rule/rule312.go
xinian 9a1a181ecd
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
refactor: 拆分战斗规则文件为独立模块
2026-03-21 00:34:47 +08:00

7 lines
93 B
Go

package rule
// Rule312 奇数回合击败后获取奖励
type Rule312 struct {
RuleBase
}