dd
This commit is contained in:
@@ -21,6 +21,10 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
own: Role = null;
|
||||
/** 游戏数据 */
|
||||
data:data = null!;
|
||||
/**怪物数据 数组 */
|
||||
monsters = []
|
||||
/**heros 数据 */
|
||||
heros = [];
|
||||
|
||||
reset() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user