学习结束后跳出Tips
This commit is contained in:
parent
ae7a14afe3
commit
f5dbbc4842
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue