캐릭터 이동 애니메이션 적용
This commit is contained in:
@@ -20,12 +20,14 @@ namespace TON
|
||||
}
|
||||
|
||||
UIManager.Show<IngameUI>(UIList.IngameUI);
|
||||
UIManager.Show<ControllerUI>(UIList.ControllerUI);
|
||||
}
|
||||
public override IEnumerator OnEnd()
|
||||
{
|
||||
yield return null;
|
||||
|
||||
UIManager.Hide<IngameUI>(UIList.IngameUI);
|
||||
UIManager.Hide<ControllerUI>(UIList.ControllerUI);
|
||||
}
|
||||
|
||||
void OnEscapeExecute()
|
||||
|
||||
Reference in New Issue
Block a user