Example #1
0
 void RejectButton()
 {
     print("拒绝");
     SendInfo.SendAuthenticationRequest(friendId, 0);
     Destroy(gameObject, 0.5f);
 }
Example #2
0
 void AcceptButton()
 {
     print("接受");
     SendInfo.SendAuthenticationRequest(friendId, 1);
     Destroy(gameObject, 0.5f);
 }