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);