yyl
2025-09-04 cdf7098c937c5f4a70383ef70897bf9fedbb3d99
Main/System/Battle/BattleEffectMgr.cs
@@ -62,7 +62,6 @@
            effectDict[effectId] = new List<BattleEffectPlayer>();
        }
        BattleDebug.LogError("播放特效 " + effectId);
        BattleEffectPlayer effectPlayer = BattleEffectPlayer.Create(effectId, battleField.battleRootNode.transform);
        // 设置特效缩放和方向
@@ -95,7 +94,7 @@
        }
        else
        {
            BattleDebug.LogError("could not find effect in list, effectid : " + effectId);
            Debug.LogError("could not find effect in list, effectid : " + effectId);
        }
    }