yyl
2025-12-04 5f728e2633e8e20ebafc4e534fe7e7362362c839
Main/System/Battle/SkillEffect/BulletCurve/BulletCurve.cs
@@ -30,7 +30,7 @@
        this.bulletEffect = bulletEffect;
        this.target = target;
        this.onHit = onHit;
        this.bulletTrans = bulletEffect.transform as RectTransform;
        this.bulletTrans = bulletEffect.rectTrans;
        this.hurts = hurtList;
        this.mBulletIndex = bulletIndex;