碰撞
This commit is contained in:
@@ -25,6 +25,10 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
monsters = []
|
||||
/**heros 数据 */
|
||||
heros = [];
|
||||
monsters_in=[]
|
||||
heros_in = []
|
||||
monsters_dead = []
|
||||
heros_dead = []
|
||||
|
||||
reset() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user