This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-10-28 02:51:05 +08:00
parent c4e6d02388
commit 324736a619
7 changed files with 34 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ export default class GRolePVPEntity extends GRoleBase<GDemoMessage>{
if(this.isDie){
//销毁数据
this.mode.killRole(this);
this.node.removeFromParent();
// this.node.removeFromParent();
}
}