// Token: 0x0600C035 RID: 49205 RVA: 0x0045EB28 File Offset: 0x0045CD28
    public void NNEPGDNHNGJ(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = false;
        if (!base.gameObject.GetActive())
        {
            Debug.Log("ViewMenu" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.CMHMBFHAKOE();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

        if (num2 > 607f)
        {
            base.gameObject.SetActive(true);
            base.Invoke("_MainTex2", num2);
        }
    }