refactor(hero): 重构英雄攻击系统并重命名文件
This commit is contained in:
@@ -175,7 +175,7 @@ export class HeroAtkSystem extends ecs.ComblockSystem implements ecs.ISystemUpd
|
||||
this.onDeath(entity);
|
||||
|
||||
if (this.debugMode) {
|
||||
console.log(`[HeroBattleSystem] ${model.hero_name} 死亡`);
|
||||
console.log(`[HeroAtkSystem] ${model.hero_name} 死亡`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user