学习结束后跳出Tips

This commit is contained in:
liuyu 2024-08-30 16:08:15 +08:00
parent ae7a14afe3
commit f5dbbc4842
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ public class ProcessManager : BaseManager<ProcessManager>
else
{
Debug.Log($"<color=red>完成所有</color>");
//HQB 20240828完成后展示学习完成Tips
GameManager.UIMgr.ShowPanel<UI_TipsForPracticePanel>(E_UI_Layer.System);
return false;
}