Exemplo n.º 1
0
 //收到上庄列表
 public override void bankerList2CallBack(Game2PositionPlayerInfoListDto callBackParam)
 {
     if (callBackParam != null)
     {
         GameMove gameMove = MessageManager.GetInstance.GetUIDict <GameMove>();
         Game2PositionPlayerInfoListDto toRoomBankerListDto = callBackParam;
         gameMove.WaitierBankerList(toRoomBankerListDto);
     }
 }