dd
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user