Beispiel #1
0
 protected void HubUserBuyGate(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.USER_BUY_GATE, msg.Arguments);
     }
 }
 protected void HubLobbyInfo(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.LOBBY_INFO, msg.Arguments);
     }
 }
 protected void HubJoinGame(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.JOIN_GAME, msg.Arguments);
     }
 }
 protected void HubError(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.ERROR_2, msg.Arguments);
     }
 }
 protected void HubNotifyEvent(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.NOTIFY_EVENT, msg.Arguments);
     }
 }
 protected void HubEndRound(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.END_ROUND, msg.Arguments);
     }
 }
 protected void HubShowResult(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.SHOW_RESULT, msg.Arguments);
     }
 }
Beispiel #8
0
 protected void HubGetAccountInfoHiLo(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.RESULT_ACCOUNT_INFO_HILO, msg.Arguments);
     }
 }
Beispiel #9
0
 protected void HubResultBet(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.RESULT_HILO_SET_BET, msg.Arguments);
     }
 }
 protected void HubLuckyGameResult(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.LUCKY_GAME_RESULT, msg.Arguments);
     }
 }
Beispiel #11
0
 protected void HubUpdateJackpot(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.JACKPOT_HILO, msg.Arguments);
     }
 }
 protected void HubResultSpin(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.RESULT_SPIN_VB, msg.Arguments);
     }
 }
Beispiel #13
0
 protected void HubBonusGameResult(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.FINISH_BONUS_GAME, msg.Arguments);
     }
 }
Beispiel #14
0
 protected void HubSitting(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.SITTING, msg.Arguments);
     }
 }
 protected void HubBoLuot(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.BO_LUOT, msg.Arguments);
     }
 }
Beispiel #16
0
 void OnGetAccountInfoDone(Hub hub, ClientMessage originalMessage, ResultMessage result)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.RESULT_ACCOUNT_INFO_HILO_DONE, null);
     }
 }
 protected void HubAskBaoSam(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.ASK_BAO_SAM, msg.Arguments);
     }
 }
 protected void HubChangeState(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.CHANGE_STATE, msg.Arguments);
     }
 }
 protected void HubStartActionTimer(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.START_ACTION_TIMER, msg.Arguments);
     }
 }
 protected void HubUpdateBetting(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.UPDATE_BETTING, msg.Arguments);
     }
 }
 protected void HubUpdateAccount(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.UPDATE_ACCOUNT, msg.Arguments);
     }
 }
 protected void HubSessionInfo(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.SESSION_INFO, msg.Arguments);
     }
 }
 protected void HubRecieveMessage(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.RECIEVE_MESSAGE, msg.Arguments);
     }
 }
 protected void HubBetSuccess(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.BET_SUCCESS_B, msg.Arguments);
     }
 }
 protected void HubForceLogout(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.FORCE_LOGOUT, msg.Arguments);
     }
 }
 protected void HubUpdateConnectionStatus(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.UPDATE_CONNECTION_STATUS, msg.Arguments);
     }
 }
 protected void HubBuyManual(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.BUY_MANUAL, msg.Arguments);
     }
 }
 protected void HubDanhBai(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.DANH_BAI, msg.Arguments);
     }
 }
 protected void HubPlayerJoin(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.PLAYER_JOIN, msg.Arguments);
     }
 }
Beispiel #30
0
 protected void HubBankerSellGate(Hub hub, MethodCallMessage msg)
 {
     if (OnSRSHubEvent != null)
     {
         OnSRSHubEvent.Invoke(SRSConst.BANKER_SELL_GATE, msg.Arguments);
     }
 }