DEG-126 [fix] Housework용어 수정

This commit is contained in:
Lim0_C 2025-05-07 14:57:44 +09:00
parent 32529f84f6
commit d73dbd3a64

View File

@ -47,7 +47,7 @@ public class InteractionPanelController : MonoBehaviour
{
case LoadingState.Housework:
doingText.text = "세탁하는 중";
animator.Play("Laundry");
animator.Play("Housework");
break;
case LoadingState.Go2Work:
doingText.text = "출근하는 중";