This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+1236
View File
@@ -0,0 +1,1236 @@
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<RawImage>();
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<Button>();
for (int i = 1; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x060152DF RID: 86751 RVA: 0x005E7A88 File Offset: 0x005E5C88
private IEnumerator ADDHHHNKIIA(int NPEIHJMMEEB)
{
GameObject gameObject = new GameObject();
Transform transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
Vector3 vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
UIPlayerCamera uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x060152E0 RID: 86752 RVA: 0x005E7AAC File Offset: 0x005E5CAC
private IEnumerator COOHLIKGAGO(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x060152E1 RID: 86753 RVA: 0x005E7AD0 File Offset: 0x005E5CD0
private string PPGFOFLEHFC(int NPEIHJMMEEB)
{
return string.Format("BalanceUpdates", Application.dataPath, NPEIHJMMEEB);
}
// Token: 0x060152E2 RID: 86754 RVA: 0x005E7AE8 File Offset: 0x005E5CE8
public void ButtonPress_Debug_OutfitSlotSelected(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x060152E3 RID: 86755 RVA: 0x005E7B60 File Offset: 0x005E5D60
private static void GNHIKMIPBOP()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.ELADFPJEEJO().DebugEquipModeratorOutfits();
}
}
// Token: 0x060152E4 RID: 86756 RVA: 0x005E7B7C File Offset: 0x005E5D7C
public void EFEBINGMDNA()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x060152E5 RID: 86757 RVA: 0x005E7B94 File Offset: 0x005E5D94
public void PJGOFKCNCAK()
{
base.gameObject.SetActive(true);
}
// Token: 0x060152E6 RID: 86758 RVA: 0x005E7BA4 File Offset: 0x005E5DA4
private IEnumerator AMCBDGKPPJH(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x060152E7 RID: 86759 RVA: 0x005E7BC8 File Offset: 0x005E5DC8
public void NADLEEEDBPH()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.MAEJCODGBBO);
}
SessionManager.PBNNABGHCLK(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x060152E8 RID: 86760 RVA: 0x005E7BF0 File Offset: 0x005E5DF0
public void AHFMBNNBFBJ()
{
Player.LocalPlayer.ELADFPJEEJO().LocalLoadOutfitSelection("/img/{0}{1}" + this.MDGFINLNADE);
}
// Token: 0x060152E9 RID: 86761 RVA: 0x005E7C18 File Offset: 0x005E5E18
public void HHHGGPFOKCO()
{
Player.LocalPlayer.ELADFPJEEJO().LocalSaveOutfitSelection("Nope" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.LEONBINFKPD(this.MDGFINLNADE));
}
// Token: 0x060152EA RID: 86762 RVA: 0x005E7C58 File Offset: 0x005E5E58
public void IFKLFPODMBM()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "language", 1051f, null, false);
}
// Token: 0x060152EB RID: 86763 RVA: 0x005E7C74 File Offset: 0x005E5E74
public void IPADAGNBMHG()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalLoadOutfitSelection("RpcFinishCurrentSubExtrusion" + this.MDGFINLNADE);
}
// Token: 0x060152EC RID: 86764 RVA: 0x005E7C9C File Offset: 0x005E5E9C
private void ODELIIBDHNC()
{
if (this.outfitSlotsPanel != null)
{
RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<RawImage>();
for (int i = 1; i < componentsInChildren.Length; i++)
{
try
{
string text = this.LKIMONMNPNO(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: 0x060152ED RID: 86765 RVA: 0x005E7D2C File Offset: 0x005E5F2C
public void ADBCBCBEJHL()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalLoadOutfitSelection("OpFindFriends failed: " + this.MDGFINLNADE);
}
// Token: 0x060152EE RID: 86766 RVA: 0x005E7D54 File Offset: 0x005E5F54
private void Start()
{
this.AKEJHHIJKNA();
}
// Token: 0x060152EF RID: 86767 RVA: 0x005E7D5C File Offset: 0x005E5F5C
public void OHFBOEKLOJM()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.JIECAOOIAPA);
}
SessionManager.CHHMGAFGJFA(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x060152F0 RID: 86768 RVA: 0x005E7D84 File Offset: 0x005E5F84
public void JBHEGJOCHFM()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.PAHKOCPEDMB(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "Hit", 1620f, null, false);
}
// Token: 0x060152F1 RID: 86769 RVA: 0x005E7DA0 File Offset: 0x005E5FA0
public void FOHOFCAJNDC()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.DEPEGHEODJO);
}
SessionManager.PBNNABGHCLK(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x060152F2 RID: 86770 RVA: 0x005E7DC8 File Offset: 0x005E5FC8
public void HEDCBLGGHJF()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "amount", 1767f, null, true);
}
// Token: 0x060152F3 RID: 86771 RVA: 0x005E7DE4 File Offset: 0x005E5FE4
public void BLMFOALADFH(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x060152F4 RID: 86772 RVA: 0x005E7E5C File Offset: 0x005E605C
public void GCIFPJLDHLF()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x060152F5 RID: 86773 RVA: 0x005E7E74 File Offset: 0x005E6074
public void ButtonPress_Debug_LoadOutfitSlot()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalLoadOutfitSelection("OutfitSlot_" + this.MDGFINLNADE);
}
// Token: 0x060152F6 RID: 86774 RVA: 0x005E7E9C File Offset: 0x005E609C
public void JCLAACBDCNM()
{
Player.LocalPlayer.ELADFPJEEJO().LocalSaveOutfitSelection("I [{0}]: {1}" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.COOHLIKGAGO(this.MDGFINLNADE));
}
// Token: 0x060152F7 RID: 86775 RVA: 0x005E7EDC File Offset: 0x005E60DC
public void KEPCIOHHBNE()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalLoadOutfitSelection("#02C85F" + this.MDGFINLNADE);
}
// Token: 0x060152F8 RID: 86776 RVA: 0x005E7F04 File Offset: 0x005E6104
public void LKOFLECKAML()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.MAEJCODGBBO);
}
SessionManager.PBNNABGHCLK(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x060152F9 RID: 86777 RVA: 0x005E7F2C File Offset: 0x005E612C
private IEnumerator PPDHBOIMENP(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x060152FA RID: 86778 RVA: 0x005E7F50 File Offset: 0x005E6150
public void OLIIDPDDCKO()
{
Player.LocalPlayer.MOEABJNNBLK().LocalSaveOutfitSelection("PlatformId" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.AMCBDGKPPJH(this.MDGFINLNADE));
}
// Token: 0x060152FB RID: 86779 RVA: 0x005E7F90 File Offset: 0x005E6190
private static void KEOMAKFFJNC()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.NMPMNBCNGBE.DebugEquipModeratorOutfits();
}
}
// Token: 0x060152FC RID: 86780 RVA: 0x005E7FAC File Offset: 0x005E61AC
public void GJHADDDDLFB(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 1; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x060152FD RID: 86781 RVA: 0x005E8024 File Offset: 0x005E6224
public void ButtonPress_Exit()
{
base.gameObject.SetActive(false);
}
// Token: 0x060152FE RID: 86782 RVA: 0x005E8034 File Offset: 0x005E6234
public void ICELJKNMONC(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x060152FF RID: 86783 RVA: 0x005E80AC File Offset: 0x005E62AC
public void FCGOOFNNANC()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x06015300 RID: 86784 RVA: 0x005E80C4 File Offset: 0x005E62C4
public void PMFPKIJPEGI()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x06015301 RID: 86785 RVA: 0x005E80DC File Offset: 0x005E62DC
public void EBFLLKMHHJH(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015302 RID: 86786 RVA: 0x005E8154 File Offset: 0x005E6354
public void BPFHFDJFJOB()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x06015303 RID: 86787 RVA: 0x005E816C File Offset: 0x005E636C
public void GLAKPMNONCJ()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "https://www.againstgrav.com/privacy-policy/", 1879f, null, true);
}
// Token: 0x06015304 RID: 86788 RVA: 0x005E8188 File Offset: 0x005E6388
public void MFPNABBMIOO(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015305 RID: 86789 RVA: 0x005E8200 File Offset: 0x005E6400
public void ButtonPress_Debug_RandomizeOutfits()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x06015306 RID: 86790 RVA: 0x005E8218 File Offset: 0x005E6418
private void HLGIAHJDJAP()
{
if (this.outfitSlotsPanel != null)
{
RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<RawImage>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
try
{
string text = this.PPGFOFLEHFC(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: 0x06015307 RID: 86791 RVA: 0x005E82A8 File Offset: 0x005E64A8
public void HHLBMJLPAJK()
{
base.gameObject.SetActive(true);
}
// Token: 0x06015308 RID: 86792 RVA: 0x005E82B8 File Offset: 0x005E64B8
public void MALFELKMEAB()
{
base.gameObject.SetActive(false);
}
// Token: 0x06015309 RID: 86793 RVA: 0x005E82C8 File Offset: 0x005E64C8
private static void MAEJCODGBBO()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.MOEABJNNBLK().DebugEquipModeratorOutfits();
}
}
// Token: 0x0601530A RID: 86794 RVA: 0x005E82E4 File Offset: 0x005E64E4
public void APIEHKNOBJA()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x0601530B RID: 86795 RVA: 0x005E82FC File Offset: 0x005E64FC
public void EEOINHNMFKJ()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x0601530C RID: 86796 RVA: 0x005E8314 File Offset: 0x005E6514
[CompilerGenerated]
private static void EPAOBCLDMII()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.NMPMNBCNGBE.DebugEquipModeratorOutfits();
}
}
// Token: 0x0601530D RID: 86797 RVA: 0x005E8330 File Offset: 0x005E6530
public void AMGNBEFOPGD()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x0601530E RID: 86798 RVA: 0x005E8348 File Offset: 0x005E6548
public void LGNJGIGPIIC()
{
Player.LocalPlayer.ELADFPJEEJO().LocalLoadOutfitSelection("turn" + this.MDGFINLNADE);
}
// Token: 0x0601530F RID: 86799 RVA: 0x005E8370 File Offset: 0x005E6570
public void IPGEMKNNIGD()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "CR", 173f, null, false);
}
// Token: 0x06015310 RID: 86800 RVA: 0x005E838C File Offset: 0x005E658C
public void PFHBJADDIKD()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x06015311 RID: 86801 RVA: 0x005E83A4 File Offset: 0x005E65A4
public void KLIJDHBAKMJ()
{
base.gameObject.SetActive(false);
}
// Token: 0x06015312 RID: 86802 RVA: 0x005E83B4 File Offset: 0x005E65B4
private IEnumerator FKAGIEADEIP(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x06015313 RID: 86803 RVA: 0x005E83D8 File Offset: 0x005E65D8
public void ButtonPress_Debug_ModeratorOutfit()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.EPAOBCLDMII);
}
SessionManager.PBNNABGHCLK(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x06015314 RID: 86804 RVA: 0x005E8400 File Offset: 0x005E6600
public void HMPIEEEAPBM()
{
base.gameObject.SetActive(true);
}
// Token: 0x06015315 RID: 86805 RVA: 0x005E8410 File Offset: 0x005E6610
public void HAGGENFIIOF()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.DEPEGHEODJO);
}
SessionManager.CHHMGAFGJFA(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x06015316 RID: 86806 RVA: 0x005E8438 File Offset: 0x005E6638
public void COMFFCIJBJF(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 1; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015317 RID: 86807 RVA: 0x005E84B0 File Offset: 0x005E66B0
private IEnumerator CODLEDAAODP(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x06015318 RID: 86808 RVA: 0x005E84D4 File Offset: 0x005E66D4
private string GFHPJPMPHAP(int NPEIHJMMEEB)
{
return string.Format("{0}\\SavedOutfitSlot_{1}.png", Application.dataPath, NPEIHJMMEEB);
}
// Token: 0x06015319 RID: 86809 RVA: 0x005E84EC File Offset: 0x005E66EC
public void JOFMMMAACOL()
{
base.gameObject.SetActive(false);
}
// Token: 0x0601531A RID: 86810 RVA: 0x005E84FC File Offset: 0x005E66FC
private void BFDMBLLPLPP()
{
if (this.outfitSlotsPanel != null)
{
RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<RawImage>();
for (int i = 1; i < componentsInChildren.Length; i += 0)
{
try
{
string text = this.PPGFOFLEHFC(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: 0x0601531B RID: 86811 RVA: 0x005E858C File Offset: 0x005E678C
public void KGHOLAAMAIL()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x0601531C RID: 86812 RVA: 0x005E85A4 File Offset: 0x005E67A4
private void EONMIHOPPOJ()
{
this.GNMGMCEJCIP();
}
// Token: 0x0601531D RID: 86813 RVA: 0x005E85AC File Offset: 0x005E67AC
public void FOMLAJEOGNC()
{
Player.LocalPlayer.ELADFPJEEJO().LocalLoadOutfitSelection("_EmissionColor" + this.MDGFINLNADE);
}
// Token: 0x0601531E RID: 86814 RVA: 0x005E85D4 File Offset: 0x005E67D4
private void GNMGMCEJCIP()
{
if (this.outfitSlotsPanel != null)
{
RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<RawImage>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
try
{
string text = this.IOLNJNAIHHI(i);
if (File.Exists(text))
{
byte[] array = File.ReadAllBytes(text);
Texture2D texture2D = new Texture2D(0, 1);
texture2D.LoadImage(array);
componentsInChildren[i].texture = texture2D;
}
}
catch
{
}
}
}
}
// Token: 0x0601531F RID: 86815 RVA: 0x005E8664 File Offset: 0x005E6864
public void NDIOGNBHILI(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015320 RID: 86816 RVA: 0x005E86DC File Offset: 0x005E68DC
public void HBDJHLANGHB()
{
Player.LocalPlayer.ELADFPJEEJO().LocalSaveOutfitSelection("refund" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.HFMEHGKDLCP(this.MDGFINLNADE));
}
// Token: 0x06015321 RID: 86817 RVA: 0x005E871C File Offset: 0x005E691C
public void EOGBMDIPEBL(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015322 RID: 86818 RVA: 0x005E8794 File Offset: 0x005E6994
private static void GABHCBMGIBE()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.MOEABJNNBLK().DebugEquipModeratorOutfits();
}
}
// Token: 0x06015324 RID: 86820 RVA: 0x005E87B8 File Offset: 0x005E69B8
public void DCBEJJCNKHO()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, " of ", 1101f, null, true);
}
// Token: 0x06015325 RID: 86821 RVA: 0x005E87D4 File Offset: 0x005E69D4
private void HGJCGIKOMNN()
{
if (this.outfitSlotsPanel != null)
{
RawImage[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<RawImage>();
for (int i = 1; i < componentsInChildren.Length; i += 0)
{
try
{
string text = this.GFHPJPMPHAP(i);
if (File.Exists(text))
{
byte[] array = File.ReadAllBytes(text);
Texture2D texture2D = new Texture2D(0, 0);
texture2D.LoadImage(array);
componentsInChildren[i].texture = texture2D;
}
}
catch
{
}
}
}
}
// Token: 0x06015326 RID: 86822 RVA: 0x005E8864 File Offset: 0x005E6A64
public void MPEPCLOCJAP()
{
Player.LocalPlayer.MOEABJNNBLK().LocalLoadOutfitSelection("Failed to InstantiateSceneObject prefab: " + this.MDGFINLNADE);
}
// Token: 0x06015327 RID: 86823 RVA: 0x005E888C File Offset: 0x005E6A8C
public void IDJLLBPPAON(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 1; i < componentsInChildren.Length; i += 0)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015328 RID: 86824 RVA: 0x005E8904 File Offset: 0x005E6B04
public void JFFGOLMNMFG()
{
base.gameObject.SetActive(true);
}
// Token: 0x06015329 RID: 86825 RVA: 0x005E8914 File Offset: 0x005E6B14
private static void EHOLPGKAPJM()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.ELADFPJEEJO().DebugEquipModeratorOutfits();
}
}
// Token: 0x0601532A RID: 86826 RVA: 0x005E8930 File Offset: 0x005E6B30
private static void JIECAOOIAPA()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.ELADFPJEEJO().DebugEquipModeratorOutfits();
}
}
// Token: 0x0601532B RID: 86827 RVA: 0x005E894C File Offset: 0x005E6B4C
private void CADEDHJGPMM()
{
this.HLGIAHJDJAP();
}
// Token: 0x0601532C RID: 86828 RVA: 0x005E8954 File Offset: 0x005E6B54
public void HCJHCFBFIID()
{
Player.LocalPlayer.ELADFPJEEJO().LocalLoadOutfitSelection("Mouse ScrollWheel" + this.MDGFINLNADE);
}
// Token: 0x0601532D RID: 86829 RVA: 0x005E897C File Offset: 0x005E6B7C
public void BAMOPPAJGPG()
{
if (NetworkedSingletonMonoBehaviour<OutfitManager>.BOCFJBNNEFP)
{
NetworkedSingletonMonoBehaviour<OutfitManager>.NCKMBFBMBFM.RandomizePlayerOutfit();
}
}
// Token: 0x0601532E RID: 86830 RVA: 0x005E8994 File Offset: 0x005E6B94
public void ButtonPress_Debug_SaveOutfitSlot()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalSaveOutfitSelection("OutfitSlot_" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.PPDHBOIMENP(this.MDGFINLNADE));
}
// Token: 0x0601532F RID: 86831 RVA: 0x005E89D4 File Offset: 0x005E6BD4
public void DIBDPDLPLBL()
{
base.gameObject.SetActive(true);
}
// Token: 0x06015330 RID: 86832 RVA: 0x005E89E4 File Offset: 0x005E6BE4
public void DFIJOHEODKC()
{
Player.LocalPlayer.ELADFPJEEJO().LocalSaveOutfitSelection("by" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.ADDHHHNKIIA(this.MDGFINLNADE));
}
// Token: 0x06015331 RID: 86833 RVA: 0x005E8A24 File Offset: 0x005E6C24
private static void HFHAEMEJOHG()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.NMPMNBCNGBE.DebugEquipModeratorOutfits();
}
}
// Token: 0x06015332 RID: 86834 RVA: 0x005E8A40 File Offset: 0x005E6C40
private static void DEPEGHEODJO()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.MOEABJNNBLK().DebugEquipModeratorOutfits();
}
}
// Token: 0x06015333 RID: 86835 RVA: 0x005E8A5C File Offset: 0x005E6C5C
public void DLDCFKFOAND()
{
Player.LocalPlayer.ELADFPJEEJO().LocalLoadOutfitSelection("_DesaturationMask" + this.MDGFINLNADE);
}
// Token: 0x06015334 RID: 86836 RVA: 0x005E8A84 File Offset: 0x005E6C84
private string OOAGEPACDHH(int NPEIHJMMEEB)
{
return string.Format("PS4PlatformManager: getLocalProfileRequest.Response.Profiles.Length == 0", Application.dataPath, NPEIHJMMEEB);
}
// Token: 0x06015335 RID: 86837 RVA: 0x005E8A9C File Offset: 0x005E6C9C
private void GMBFJHIHJFB()
{
this.GNMGMCEJCIP();
}
// Token: 0x06015336 RID: 86838 RVA: 0x005E8AA4 File Offset: 0x005E6CA4
private string LKIMONMNPNO(int NPEIHJMMEEB)
{
return string.Format("amount", Application.dataPath, NPEIHJMMEEB);
}
// Token: 0x06015337 RID: 86839 RVA: 0x005E8ABC File Offset: 0x005E6CBC
public void GPEJDECCPKH(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x06015338 RID: 86840 RVA: 0x005E8B34 File Offset: 0x005E6D34
public void NHENIPCGBNO()
{
Player.LocalPlayer.MOEABJNNBLK().LocalSaveOutfitSelection("gif" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.HFMEHGKDLCP(this.MDGFINLNADE));
}
// Token: 0x06015339 RID: 86841 RVA: 0x005E8B74 File Offset: 0x005E6D74
private static void KBPGKHOKJIF()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.ELADFPJEEJO().DebugEquipModeratorOutfits();
}
}
// Token: 0x0601533A RID: 86842 RVA: 0x005E8B90 File Offset: 0x005E6D90
private void JJHPPFMOEGM()
{
this.ODELIIBDHNC();
}
// Token: 0x0601533B RID: 86843 RVA: 0x005E8B98 File Offset: 0x005E6D98
private IEnumerator AEOPADPCNCN(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x0601533C RID: 86844 RVA: 0x005E8BBC File Offset: 0x005E6DBC
public void GDPJKMOPJCO()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.GABHCBMGIBE);
}
SessionManager.AJNADBIFHHG(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x0601533D RID: 86845 RVA: 0x005E8BE4 File Offset: 0x005E6DE4
public void AAJOFJEMDEN(int DMPGHHGCLFK)
{
this.MDGFINLNADE = DMPGHHGCLFK;
if (this.outfitSlotsPanel != null)
{
Button[] componentsInChildren = this.outfitSlotsPanel.GetComponentsInChildren<Button>();
for (int i = 1; i < componentsInChildren.Length; i++)
{
if (i != DMPGHHGCLFK)
{
componentsInChildren[i].image.color = Color.white;
}
else
{
componentsInChildren[i].image.color = Color.green;
}
}
}
}
// Token: 0x0601533E RID: 86846 RVA: 0x005E8C5C File Offset: 0x005E6E5C
public void LAHOFBANFGH()
{
Player.LocalPlayer.NMPMNBCNGBE.LocalSaveOutfitSelection("amount" + this.MDGFINLNADE);
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.StartCoroutine(this.HBNOEANAMKK(this.MDGFINLNADE));
}
// Token: 0x0601533F RID: 86847 RVA: 0x005E8C9C File Offset: 0x005E6E9C
public void KAEFIPNPEAE()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "no-cache", 1057f, null, false);
}
// Token: 0x06015340 RID: 86848 RVA: 0x005E8CB8 File Offset: 0x005E6EB8
public void ButtonPress_Debug_UnlockAllOutfits()
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "Editor only.", 2f, null, false);
}
// Token: 0x06015341 RID: 86849 RVA: 0x005E8CD4 File Offset: 0x005E6ED4
public void IHPOMLAGFFG()
{
base.gameObject.SetActive(true);
}
// Token: 0x06015342 RID: 86850 RVA: 0x005E8CE4 File Offset: 0x005E6EE4
public void AKBFBKNNPMO()
{
if (DebugOutfitMenuController.DINNJGHCFHI == null)
{
DebugOutfitMenuController.DINNJGHCFHI = new Action(DebugOutfitMenuController.EPAOBCLDMII);
}
SessionManager.AJNADBIFHHG(DebugOutfitMenuController.DINNJGHCFHI, null);
}
// Token: 0x06015343 RID: 86851 RVA: 0x005E8D0C File Offset: 0x005E6F0C
private IEnumerator HFMEHGKDLCP(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x06015344 RID: 86852 RVA: 0x005E8D30 File Offset: 0x005E6F30
private IEnumerator LEONBINFKPD(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x06015345 RID: 86853 RVA: 0x005E8D54 File Offset: 0x005E6F54
public void HMIPKBLLMLA()
{
Player.LocalPlayer.MOEABJNNBLK().LocalLoadOutfitSelection("PhotonVoiceMono" + this.MDGFINLNADE);
}
// Token: 0x06015346 RID: 86854 RVA: 0x005E8D7C File Offset: 0x005E6F7C
private void BHAKDOMMOOB()
{
this.AKEJHHIJKNA();
}
// Token: 0x06015347 RID: 86855 RVA: 0x005E8D84 File Offset: 0x005E6F84
private IEnumerator HBNOEANAMKK(int NPEIHJMMEEB)
{
gameObject = new GameObject();
transform = Player.LocalPlayer.BGOGBEPJGPJ.transform;
vector = Quaternion.Euler(0f, transform.rotation.eulerAngles.y, 0f) * Vector3.forward;
gameObject.transform.position = transform.position + vector + Vector3.up * 0.25f;
gameObject.transform.rotation = Quaternion.LookRotation(transform.position - gameObject.transform.position);
uiplayerCamera = Player.LocalPlayer.POJAICMNOFI.MAEODANMBFK;
uiplayerCamera.DBLFGEPILPL = gameObject.transform;
yield return null;
uiplayerCamera.SaveSnapshot(this.GFHPJPMPHAP(NPEIHJMMEEB), new int?(4));
yield return null;
uiplayerCamera.DBLFGEPILPL = null;
this.AKEJHHIJKNA();
global::UnityEngine.Object.Destroy(gameObject);
yield break;
}
// Token: 0x06015348 RID: 86856 RVA: 0x005E8DA8 File Offset: 0x005E6FA8
public void OPOAILPEIAA()
{
base.gameObject.SetActive(false);
}
// Token: 0x06015349 RID: 86857 RVA: 0x005E8DB8 File Offset: 0x005E6FB8
private static void LAEOANGFLGB()
{
if (Player.LocalPlayerExists)
{
Player.LocalPlayer.MOEABJNNBLK().DebugEquipModeratorOutfits();
}
}
// Token: 0x04003A8A RID: 14986
[SerializeField]
private RectTransform outfitSlotsPanel;
// Token: 0x04003A8B RID: 14987
private int MDGFINLNADE;
// Token: 0x04003A8C RID: 14988
[CompilerGenerated]
private static Action DINNJGHCFHI;
}