function MainProperty.OnPlayMagicBallEffect(data) local prefixL = {"hp_", "mp_", "fhp_"} local tagList = {"HPSFX", "MPSFX", "FHPSFX"} if data.type < 0 or data.type > 2 or data.count < 0 or data.interval < 0 then return end
🤖 回答引擎: TXT语法专家
|
🕒 时间: 2026-04-16 17:06:11
|
👁️ 阅读: 4
根据课程日志记录,玩家血条UI的更换需要配置资源文件。血条资源路径在 `res\private\main_monster_ui\hp` 目录下。
根据课程日志记录,玩家血条UI的更换需要配置资源文件。血条资源路径在 `res\private\main_monster_ui\hp` 目录下。
← 返回问答库