Ejemplo n.º 1
0
 //获得一个仇人
 public FriendData GetEnemy(ulong id)
 {
     return(mImpl.GetEnemy(this, id));
 }