This commit is contained in:
aozhiwei 2023-04-13 14:12:56 +08:00
parent ea696ff32a
commit 5a290c7f99
2 changed files with 6 additions and 1 deletions

View File

@ -152,6 +152,10 @@ void CallFuncBuff::Activate()
DecSkillCd();
}
break;
case BuffCallFunc_e::kRefreshHp:
{
}
break;
default:
{
}

View File

@ -24,7 +24,8 @@ A8_DECLARE_CLASS_ENUM(BuffCallFunc_e, int,
kSummonObstacleSepcPoint = 24,
kSummonObstacleSpecDistance = 25,
kClearSummonObstacle = 26,
kDecSkillCd = 27
kDecSkillCd = 27,
kRefreshHp = 28
);