yyl
2026-01-09 dbf227157aecf375c2048417fa867a438b5337fe
Main/System/Battle/RecordPlayer/RecordPlayer.cs
@@ -154,7 +154,7 @@
                        if (prevAction != null && prevAction.parentAction == action.parentAction)
                        {
                            //  找到同级前置节点,如果它还在执行中,则当前节点需要等待
                            if (!prevAction.IsFinished())
                            if (!prevAction.IsFinished() && action.NeedWaitSibling())
                            {
                                shouldWaitForSibling = true;
                                // BattleDebug.LogError($"RecordPlayer: {action.GetType().Name} 等待同级前置节点 {prevAction.GetType().Name} 完成");