This commit is contained in:
2025-10-23 11:12:49 +08:00
parent c1544365ba
commit f60d727c31

View File

@@ -28,9 +28,6 @@ const { ccclass, property } = _decorator;
* - 值相同且临时:叠加时
* - 值更大:更新为新值(临时则更新值和时间
*
* 3. 性能优化
* - 增量计算:添删除时只重算受影响的属
* - 批量计算initBuffsDebuffs() 中使recalculateAttrs() 一次性计算所
*/
/** 角色显示组件 */
@ccclass('HeroViewComp') // 定义Cocos Creator 组件