Files
bl/logic/service/player/ai.go
xinian 37cd641942
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed
refactor: 重构 Prop 字段位置至 baseplayer
2026-04-05 07:45:51 +08:00

9 lines
74 B
Go

package player
type AI_player struct {
baseplayer
CanCapture int
}