Ejemplo n.º 1
0
 //是否已有仇人
 public ErrorCodes CheckAddEnemy(ulong id)
 {
     return(mImpl.CheckAddEnemy(this, id));
 }