Exemplo n.º 1
0
 // 用户离开房间回调函数定义
 void OnUserLeaveRoomActionCallBack(int userId, int roomId, int userValue)
 {
     OnUserLeaveRoomAction_Received_main = new SystemSettingServer.OnUserLeaveRoomAction_Received(OnUserLeaveRoomActionCallBack_main);
     this.rtb_message.Invoke(OnUserLeaveRoomAction_Received_main, userId, roomId, userValue);
 }
Exemplo n.º 2
0
 // 用户离开房间回调函数定义
 void OnUserLeaveRoomActionCallBack(int userId, int roomId, int userValue)
 {
     OnUserLeaveRoomAction_Received_main = new SystemSettingServer.OnUserLeaveRoomAction_Received(OnUserLeaveRoomActionCallBack_main);
     this.rtb_message.Invoke(OnUserLeaveRoomAction_Received_main,userId,roomId,userValue);
 }