修复 buff 逻辑处理 bug : 预制体不能设置全局监听oops.message.on,会一直执行

This commit is contained in:
walkpan
2024-08-28 00:09:55 +08:00
parent 5b1991c90f
commit 4096a17330
15 changed files with 195 additions and 143 deletions

View File

@@ -39,6 +39,7 @@ export class SingletonModuleComp extends ecs.Comp {
/**怪物数据 数组 */
/**heros 数据 */
heros:any = [];
skills:any = []
monsters_dead:any = []
heros_dead:any = []