改动与优化

This commit is contained in:
FloatGaming
2026-07-20 22:19:25 +08:00
parent 0a0872c4f4
commit b5d1cdcbc5
83 changed files with 2475 additions and 276 deletions
@@ -144,7 +144,13 @@ public class UnimplementedFeaturePrompt : MonoBehaviour
flashRoutine = null;
}
if (root != null)
root.SetActive(false);
{
UI_PanelExitUtility.PlayExitThen(root, () =>
{
if (root != null)
root.SetActive(false);
});
}
}
private void BindOkayButton()