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