hch
2025-08-27 cc069d4dba57573a9c08811784edb613b91d127a
Main/System/Battle/Motion/MotionBase.cs
@@ -152,6 +152,7 @@
        if (anim == null)
        {
            BattleDebug.LogError($"找不到动画: {skillConfig.SkillMotionName}");
            _onComplete?.Invoke();
            return null;
        }