void AcceptFriend() { Reception recp = GameObject.Find("Reception").GetComponent <Reception>(); recp.AcceptFriend(m_opId, AfterHandleRequest); }