改动与优化
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user