hch
2025-07-29 81298e554df8d11aeefe7b08aa3d45f1593bf586
Main/System/Battle/BattleObject/BattleObject.cs
@@ -67,7 +67,7 @@
        motionBase = new MotionBase();
        motionBase.Init(heroGo.GetComponentInChildren<SkeletonGraphic>(true));
        motionBase.onAnimationComplete += OnAnimationComplete;
        buffMgr = new BattleObjectBuffMgr();
        buffMgr.Init(this);
        renderers = heroGo.GetComponentsInChildren<Renderer>(true);