Merge remote-tracking branch 'origin/master' into LouDi_Pig

This commit is contained in:
李浩 2024-12-23 11:49:02 +08:00
commit 3c844cb1b3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
using static UnityEditor.Progress;
namespace QFramework
{

View File

@ -54,6 +54,7 @@ public class UIShowAction : IAction
else
{
UIKit.ClosePanel(ActionHelper.typeDict[uiName]);
this.Finish();
}
}