//删除仇人
 public ErrorCodes DelEnemy(ulong delId)
 {
     return(mImpl.DelEnemy(this, delId));
 }