character 기본 공격 애니메이션 추가

This commit is contained in:
aube.lee
2025-02-01 18:39:30 +09:00
parent b5247ff034
commit 7d2cf46b3c
3 changed files with 150 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ namespace TON
{
// TODO: 공격 애니메이션 적용
Debug.Log("character Attack");
animator.Play("Default Attack");
}