Update NewSeIdx_10.go

This commit is contained in:
2026-01-22 08:59:25 +08:00
committed by GitHub
parent a4baf22c04
commit e51b11cc18

View File

@@ -12,7 +12,7 @@ type NewSel10 struct {
can bool can bool
} }
func (e *NewSel10) SwitchOut(in *input.Input) bool { func (e *NewSel10) SwitchOut(in *input.Input) bool {
e.ALive(false) e.can=false
return true return true
} }
func (e *NewSel10) TurnStart(fattack *action.SelectSkillAction, sattack *action.SelectSkillAction) { func (e *NewSel10) TurnStart(fattack *action.SelectSkillAction, sattack *action.SelectSkillAction) {