取消掉副英雄
This commit is contained in:
@@ -42,15 +42,13 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
hero:{
|
||||
|
||||
},
|
||||
friend:{
|
||||
},
|
||||
|
||||
boss:{
|
||||
},
|
||||
};
|
||||
vmAdd() {
|
||||
this.vmdata.mission_data=JSON.parse(JSON.stringify(MissionData))
|
||||
this.vmdata.hero=JSON.parse(JSON.stringify(VmInfo))
|
||||
this.vmdata.friend=JSON.parse(JSON.stringify(VmInfo))
|
||||
this.vmdata.boss=JSON.parse(JSON.stringify(VmInfo))
|
||||
VM.add(this.vmdata, "data");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user