DEG-126 [fix] Housework용어 수정
This commit is contained in:
parent
32529f84f6
commit
d73dbd3a64
@ -47,7 +47,7 @@ public class InteractionPanelController : MonoBehaviour
|
|||||||
{
|
{
|
||||||
case LoadingState.Housework:
|
case LoadingState.Housework:
|
||||||
doingText.text = "세탁하는 중";
|
doingText.text = "세탁하는 중";
|
||||||
animator.Play("Laundry");
|
animator.Play("Housework");
|
||||||
break;
|
break;
|
||||||
case LoadingState.Go2Work:
|
case LoadingState.Go2Work:
|
||||||
doingText.text = "출근하는 중";
|
doingText.text = "출근하는 중";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user