This commit is contained in:
2024-07-29 17:04:03 +08:00
parent 5fa8794c09
commit cde0be7bcc
14 changed files with 245 additions and 53 deletions

View File

@@ -25,6 +25,10 @@ export class SingletonModuleComp extends ecs.Comp {
monsters = []
/**heros 数据 */
heros = [];
monsters_in=[]
heros_in = []
monsters_dead = []
heros_dead = []
reset() { }
}