This commit is contained in:
CortexCore
2025-04-30 14:18:13 +08:00
parent f8bcf8a4d4
commit fc189b98cc
13 changed files with 3880 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ Object.Destroy(gameObject);
}
if (_entryQueue.TryPop(out var nextPanel))
{
if (nextPanel.IsWindow)
if (nextPanel is {IsWindow:true})
{
_windowEntryGroup.TransitionState(nextPanel);
return;