// Token: 0x0600657F RID: 25983 RVA: 0x001EBDA0 File Offset: 0x001E9FA0
 private static void DLAFAIJJDIL(string[] BDGDDFKKGGA)
 {
     for (int i = 0; i < DebugCommands.FAGEJPPIDOL().HNEBFBJJKIN().Count; i++)
     {
         UnityEngine.Debug.Log(DebugCommands.HMADOEFFOEM().HNEBFBJJKIN()[i]);
     }
 }
 // Token: 0x0600655B RID: 25947 RVA: 0x001EAB24 File Offset: 0x001E8D24
 private void LEAHIBJDMBI()
 {
     if (this.commandInputField != null)
     {
         if (Input.GetKeyDown((KeyCode)(-27)) && this.PDMKEAJOPKJ > 0)
         {
             this.PDMKEAJOPKJ--;
             this.commandInputField.text = DebugCommands.FAGEJPPIDOL().IALIPICFJDN()[this.PDMKEAJOPKJ];
             this.commandInputField.MoveTextEnd(false);
             this.PDOFDHLILCI();
         }
         else if (Input.GetKeyDown((KeyCode)70) && this.PDMKEAJOPKJ < DebugCommands.IGMKHPPPLDD().FGMDHPFDHOK().Count)
         {
             this.PDMKEAJOPKJ++;
             if (this.PDMKEAJOPKJ == DebugCommands.GLEFOHOMBFC().FGMDHPFDHOK().Count)
             {
                 this.commandInputField.text = string.Empty;
                 this.CHGFNGIAOAL();
             }
             else
             {
                 this.commandInputField.text = DebugCommands.HIFIEDJCOFC().HNEBFBJJKIN()[this.PDMKEAJOPKJ];
                 this.commandInputField.MoveTextEnd(false);
                 this.CHGFNGIAOAL();
             }
         }
     }
     if (Input.GetKeyDown((KeyCode)(-85)))
     {
         this.NGHJAAGCOJD(this.uiContainer.activeInHierarchy);
     }
     if (!this.PBJNFMEAILK && Input.touchCount > 1 && Input.GetTouch(1).phase == TouchPhase.Began)
     {
         this.PBJNFMEAILK = false;
     }
     if (this.PBJNFMEAILK && Input.touchCount > 1 && Input.GetTouch(1).phase == TouchPhase.Canceled)
     {
         this.PBJNFMEAILK = false;
     }
     if (!this.GNOPKLFICKN && Input.touchCount > 1 && Input.GetTouch(1).phase == TouchPhase.Began)
     {
         this.GNOPKLFICKN = false;
     }
     if (this.GNOPKLFICKN && Input.touchCount > 0 && Input.GetTouch(0).phase == (TouchPhase)7)
     {
         this.GNOPKLFICKN = true;
     }
     if (Input.touchCount == 5 && this.PBJNFMEAILK && this.GNOPKLFICKN && Input.GetTouch(4).phase == TouchPhase.Began)
     {
         this.SetVisible(this.uiContainer.activeInHierarchy);
     }
 }