yyl
2025-10-31 ced4b870a7708881fbee76b5b5e06b528de359fd
Main/Core/NetworkPackage/CustomServerPack/CustomHB426CombinePack.cs
@@ -1,4 +1,3 @@
using System.Collections.Generic;
using UnityEngine;
@@ -50,7 +49,8 @@
    public void PrintAllPack()
    {
        string temp = "CustomHB426CombinePack startTag: " + (startTag != null ? startTag.Tag : "null") + " fromIndex: " + fromIndex + " toIndex: " + toIndex + "\n";
        string temp = "CustomHB426CombinePack startTag: " + (startTag != null ? startTag.Tag : "null") +
            " fromIndex: " + fromIndex + " toIndex: " + toIndex + " packList.Count: " + packList.Count + "\n";
        for (int i = 0; i < packList.Count; i++)
        {
            var pack = packList[i];
@@ -63,7 +63,7 @@
                temp += "  pack type is " + pack.GetType().Name + "\n";
            }
        }
        // BattleDebug.LogError(temp);
        BattleDebug.LogError(temp);
    }
    public void AddPack(GameNetPackBasic pack)
@@ -148,10 +148,8 @@
                            parentSkill.subSkillList.Add(skillPack);
                            skillPack.parentSkill = parentSkill;
                        }
                        else
                        {
                            indexDict.Add(i, pack);
                        }
                        indexDict.Add(i, pack);
                    }
                    else
                    {