refactor(logic): 更新 Effect 接口注释

- 修改 OnActive 方法的注释,明确其相当于每次激活
- 优化代码结构,提高可读性和维护性
This commit is contained in:
2025-08-31 21:53:44 +08:00
parent 9ef6b7b8bc
commit 593b5c5917
3 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ type Effect interface {
OnTurnStart() bool //回合开始
OnActive() bool //效果生效
OnActive() bool //效果生效相当于每次激活
UseSkill() bool //使用技能 可以取消用技能节点
OnSkillPP() bool //技能PP减少节点
BeforeMultiHit() bool //多段攻击前

Binary file not shown.

BIN
public/oldswf/xincore.swf Normal file

Binary file not shown.