This commit is contained in:
2024-07-21 22:39:39 +08:00
parent 883261dac6
commit 064b6bf1ae
14 changed files with 348 additions and 43 deletions

View File

@@ -21,6 +21,10 @@ export class SingletonModuleComp extends ecs.Comp {
own: Role = null;
/** 游戏数据 */
data:data = null!;
/**怪物数据 数组 */
monsters = []
/**heros 数据 */
heros = [];
reset() { }
}