refactor(logic): 更新 Effect 接口注释
- 修改 OnActive 方法的注释,明确其相当于每次激活 - 优化代码结构,提高可读性和维护性
This commit is contained in:
@@ -5,7 +5,7 @@ type Effect interface {
|
||||
|
||||
OnTurnStart() bool //回合开始
|
||||
|
||||
OnActive() bool //效果生效
|
||||
OnActive() bool //效果生效相当于每次激活
|
||||
UseSkill() bool //使用技能 可以取消用技能节点
|
||||
OnSkillPP() bool //技能PP减少节点
|
||||
BeforeMultiHit() bool //多段攻击前
|
||||
|
||||
BIN
public/oldswf/Client - 副本.swf
Normal file
BIN
public/oldswf/Client - 副本.swf
Normal file
Binary file not shown.
BIN
public/oldswf/xincore.swf
Normal file
BIN
public/oldswf/xincore.swf
Normal file
Binary file not shown.
Reference in New Issue
Block a user