캐릭터 스킬 공격 투사체 적용

This commit is contained in:
aube.lee
2025-02-03 16:38:11 +09:00
parent 059a5f5be9
commit f0b6359d61
12 changed files with 234 additions and 0 deletions

View File

@@ -23,5 +23,10 @@ namespace TON
{
linkedCharactor.Attack();
}
public void OnClickSkillButton(string skill)
{
linkedCharactor.SkillAttack(skill);
}
}
}