Files
bl/logic/service/player/ai.go
xinian 65f696dfc3
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
refactor: 将 CanFight 方法移至基类
2026-03-23 01:03:49 +08:00

9 lines
91 B
Go

package player
type AI_player struct {
baseplayer
CanCapture int
Prop [6]int8
}