yyl
2025-11-28 36bcf113a37f8e632c2c85904bb5376e2c96e4df
125 战斗 闪避播放闪避音效
2个文件已修改
9 ■■■■■ 已修改文件
Main/System/Battle/BattleConst.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleObject/BattleObject.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleConst.cs
@@ -237,4 +237,10 @@
    public const int RebornEffectID = 20000;    // 复活特效ID
    
    #endregion
    #region 音效ID
    public const int DodgeSoundID = 5999999; // 闪避音效ID
    #endregion
}
Main/System/Battle/BattleObject/BattleObject.cs
@@ -410,6 +410,9 @@
            motionBase.ShowIllusionShadow(false);
        };
        battleField.soundManager.PlayEffectSound(BattleConst.DodgeSoundID);
        battleField.battleTweenMgr.OnPlayTween(tween);
    }