Example #1
0
 private void OnHangupNtf(HANGUP_TYPE hangupType, uint playerId)
 {
     if (playerId == this.PlayerId)
     {
         this.m_bHangup = hangupType == HANGUP_TYPE.HANGUP_START;
     }
 }
Example #2
0
 private void OnHangupNtf(HANGUP_TYPE hangupType, uint playerId)
 {
     if (playerId == this.PlayerId)
     {
         this.m_bHangup = (hangupType == 1);
     }
 }