编辑文件 effect_472.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -22,5 +22,5 @@ func (e *Effect472) Skill_Use() bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
func init() {
|
func init() {
|
||||||
input.InitEffect(input.EffectType.NewSel, 472, &Effect472{})
|
input.InitEffect(input.EffectType.Skill, 472, &Effect472{})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user