using System; using System.Collections; using System.IO; using System.Runtime.CompilerServices; using UnityEngine; using UnityEngine.UI; // Token: 0x02000AC7 RID: 2759 public class DebugOutfitMenuController : MonoBehaviour { // Token: 0x060152DB RID: 86747 RVA: 0x005E7960 File Offset: 0x005E5B60 private void GINCOALAOOC() { this.ODELIIBDHNC(); } // Token: 0x060152DC RID: 86748 RVA: 0x005E7968 File Offset: 0x005E5B68 private string IOLNJNAIHHI(int NPEIHJMMEEB) { return string.Format("user_reported", Application.dataPath, NPEIHJMMEEB); } // Token: 0x060152DD RID: 86749 RVA: 0x005E7980 File Offset: 0x005E5B80 private void AKEJHHIJKNA() { if (this.outfitSlotsPanel != null) { RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren(); for (int i = 0; i < componentsInChildren.Length; i++) { try { string text = this.GFHPJPMPHAP(i); if (File.Exists(text)) { byte[] array = File.ReadAllBytes(text); Texture2D texture2D = new Texture2D(1, 1); texture2D.LoadImage(array); componentsInChildren[i].texture = texture2D; } } catch { } } } } // Token: 0x060152DE RID: 86750 RVA: 0x005E7A10 File Offset: 0x005E5C10 public void KIKGHNAJMIC(int DMPGHHGCLFK) { this.MDGFINLNADE = DMPGHHGCLFK; if (this.outfitSlotsPanel != null) { Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren