Beispiel #1
0
 private void Send_Use_RareRandomItem()
 {
     this.m_bButtonOk = true;
     this.m_btUseBoxItem.Hide(true);
     this.m_nTime       = (this.m_nItemChangeTime = Environment.TickCount);
     this.m_bCompleted  = false;
     this.m_nArrayIndex = 0;
     if (this.m_eItemMall_BoxType == eITEMMALL_BOXTRADE_TYPE.ITEMMALL_TRADETYPE_GETBOX)
     {
         Protocol_Item_Box.On_Sead_Box_Use_Random(this.m_lMainBoxItem);
     }
     if (this.m_goBoxOpenEffect != null)
     {
         this.m_goBoxOpenEffect.SetActive(false);
         this.m_goBoxOpenEffect.SetActive(true);
     }
 }