yyl
2025-09-12 c5c6c915069a1f93d10ee3d2c897beca1e100c8d
Main/System/Battle/UIComp/BattleHeroInfoBar.cs
@@ -135,7 +135,7 @@
            sliderHp.value = ((float)toHp) / ((float)maxHp);
        }
        BattleDebug.LogError("update hp from " + fromHp + " to " + toHp + " maxHp " + maxHp);
        // BattleDebug.LogError("update hp from " + fromHp + " to " + toHp + " maxHp " + maxHp);
    }
    public void UpdateXP(long fromXp, long toXp, long maxXp, bool tween = true)
@@ -157,7 +157,7 @@
            sliderXp.value = ((float)toXp) / ((float)maxXp);
        }
        BattleDebug.LogError("update xp from " + fromXp + " to " + toXp + " maxXp " + maxXp);
        // BattleDebug.LogError("update xp from " + fromXp + " to " + toXp + " maxXp " + maxXp);
    }
    public void Run()