Example #1
0
 private void Start()
 {
     EventControl.On("R_UNFRIEND", R_UNFRIEND);
     EventControl.On("R_ACCEPT_FRIEND", R_ACCEPT_FRIEND);
 }