예제 #1
0
 public void EnterGameCar(byte TableUpdateSec,
                          CarTableStates TableStates,
                          CarTableUpdateInfo TableGlobelInfo,
                          CarBankerUserInfo TableBankerInfo,
                          CarWriteBankerList TableWriteBankerList,
                          CarVipSeatList TableVipSeatInfo,
                          CarGameLog TableGameLog,
                          byte TableResult)
 {
     m_GameLogicMgr.EnterGameCar(TableUpdateSec,
                                 TableStates,
                                 TableGlobelInfo,
                                 TableBankerInfo,
                                 TableWriteBankerList,
                                 TableVipSeatInfo,
                                 TableGameLog,
                                 TableResult);
 }