This commit is contained in:
1
2025-08-26 22:29:33 +00:00
parent e465fb671c
commit c757a38a6b

View File

@@ -23,6 +23,8 @@ func (this *Effect1) ID() int {
// 重写POST_DAMAGE ,伤害结束后触发回血
func (this *Effect1) PostDamage() bool {
//获取技能+PET上下文然后修改
//但是这里会产生循环依赖问题
return true
}