refactor(hero): 重构英雄攻击系统并重命名文件

This commit is contained in:
2025-11-20 16:48:23 +08:00
parent 51f32b1d29
commit 1c49649c00

View File

@@ -175,7 +175,7 @@ export class HeroAtkSystem extends ecs.ComblockSystem implements ecs.ISystemUpd
this.onDeath(entity); this.onDeath(entity);
if (this.debugMode) { if (this.debugMode) {
console.log(`[HeroBattleSystem] ${model.hero_name} 死亡`); console.log(`[HeroAtkSystem] ${model.hero_name} 死亡`);
} }
} }