This commit is contained in:
aozhiwei 2023-10-19 16:30:32 +08:00
parent b9547d6b1f
commit 04cce15c4c

View File

@ -152,7 +152,7 @@ bool HeroAgent::CanShot()
bool HeroAgent::CanUseSkill(int skill_id)
{
return false;
return owner_->CanUseSkill(skill_id);
}
void HeroAgent::UseSkill(int skill_id)