This commit is contained in:
2024-11-27 13:51:54 +08:00
parent 6efd8994a1
commit 1dc9e27b61
43 changed files with 757 additions and 30547 deletions

View File

@@ -9,7 +9,6 @@ import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ec
import { Initialize } from "../initialize/Initialize";
import { GameMap } from "../map/GameMap";
import { BoxSet } from "./config/BoxSet";
import { Role } from "../Role/Role";
import { v3 } from "cc";
import { Skill } from "../skills/Skill";
@@ -47,8 +46,6 @@ export class SingletonModuleComp extends ecs.Comp {
];
monster_buffs: any = [];
/** 游戏主角 */
Role: Role = null;
heros:any = [];
mheros:any = [];
monsters:any = [];