From a5ed2f57845ee4c37435b873670218aca974434a Mon Sep 17 00:00:00 2001 From: panw Date: Tue, 22 Jul 2025 16:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E6=97=B6buff=E8=BF=98=E6=98=AF?= =?UTF-8?q?=E6=9C=89=E5=BF=85=E8=A6=81=E7=9A=84=20=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8E=A9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/hero/HeroViewComp.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/script/game/hero/HeroViewComp.ts b/assets/script/game/hero/HeroViewComp.ts index 84dbf159..38c04db2 100644 --- a/assets/script/game/hero/HeroViewComp.ts +++ b/assets/script/game/hero/HeroViewComp.ts @@ -111,6 +111,7 @@ export class HeroViewComp extends CCComp { DEBUFF_COUNT:number=0; //debuff 持续次数 DEBUFF_UP:number=0; //debuff 概率提升 + private damageQueue: Array<{ damage: number, isCrit: boolean,