using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Cpp2IlInjected; using Photon.Pun; using Photon.Realtime; using RecRoom; using RecRoom.Core.Equipment; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; // Token: 0x02000340 RID: 832 [Token(Token = "0x2000340")] [StructLayout(3)] public class EquipmentManager : NetworkedSingletonMonoBehaviour { // Token: 0x1400004C RID: 76 // (add) Token: 0x0600192A RID: 6442 RVA: 0x00067F14 File Offset: 0x00066114 // (remove) Token: 0x0600192B RID: 6443 RVA: 0x00067F3C File Offset: 0x0006613C [Token(Token = "0x1400004C")] public event Action APKDEPGJGPO { [Token(Token = "0x600192A")] [Address(RVA = "0x152B410", Offset = "0x1529E10", VA = "0x18152B410")] [CompilerGenerated] add { Action apkdepgjgpo; Delegate @delegate; do { apkdepgjgpo = this.APKDEPGJGPO; @delegate = Delegate.Combine(apkdepgjgpo, value); } while (@delegate != 0 && @delegate == 0); while (@delegate != apkdepgjgpo) { } } [Token(Token = "0x600192B")] [Address(RVA = "0x152B550", Offset = "0x1529F50", VA = "0x18152B550")] [CompilerGenerated] remove { Action apkdepgjgpo; Delegate @delegate; do { apkdepgjgpo = this.APKDEPGJGPO; @delegate = Delegate.Remove(apkdepgjgpo, value); } while (@delegate != 0 && @delegate == 0); while (@delegate != apkdepgjgpo) { } } } // Token: 0x1400004D RID: 77 // (add) Token: 0x0600192C RID: 6444 RVA: 0x00067F64 File Offset: 0x00066164 // (remove) Token: 0x0600192D RID: 6445 RVA: 0x00067F8C File Offset: 0x0006618C [Token(Token = "0x1400004D")] public event Action OOIMCIECKPG { [Token(Token = "0x600192C")] [Address(RVA = "0x152B370", Offset = "0x1529D70", VA = "0x18152B370")] [CompilerGenerated] add { Action ooimcieckpg; Delegate @delegate; do { ooimcieckpg = this.OOIMCIECKPG; @delegate = Delegate.Combine(ooimcieckpg, value); } while (@delegate != 0 && @delegate == 0); while (@delegate != ooimcieckpg) { } } [Token(Token = "0x600192D")] [Address(RVA = "0x152B4B0", Offset = "0x1529EB0", VA = "0x18152B4B0")] [CompilerGenerated] remove { Action ooimcieckpg; Delegate @delegate; do { ooimcieckpg = this.OOIMCIECKPG; @delegate = Delegate.Remove(ooimcieckpg, value); } while (@delegate != 0 && @delegate == 0); while (@delegate != ooimcieckpg) { } } } // Token: 0x17000423 RID: 1059 // (get) Token: 0x0600192E RID: 6446 RVA: 0x00067FB4 File Offset: 0x000661B4 // (set) Token: 0x0600192F RID: 6447 RVA: 0x00067FC8 File Offset: 0x000661C8 [Token(Token = "0x17000423")] public List APHNDBMDDLJ { [Token(Token = "0x600192E")] [Address(RVA = "0x462740", Offset = "0x461140", VA = "0x180462740")] get; [Token(Token = "0x600192F")] [Address(RVA = "0x462750", Offset = "0x461150", VA = "0x180462750")] private set; } // Token: 0x17000424 RID: 1060 // (get) Token: 0x06001930 RID: 6448 RVA: 0x00067FDC File Offset: 0x000661DC // (set) Token: 0x06001931 RID: 6449 RVA: 0x00067FF0 File Offset: 0x000661F0 [Token(Token = "0x17000424")] public Dictionary EEOPLHEIHHB { [Token(Token = "0x6001930")] [Address(RVA = "0x4B81A0", Offset = "0x4B6BA0", VA = "0x1804B81A0")] get; [Token(Token = "0x6001931")] [Address(RVA = "0x3EDEB0", Offset = "0x3EC8B0", VA = "0x1803EDEB0")] private set; } // Token: 0x06001932 RID: 6450 RVA: 0x00068004 File Offset: 0x00066204 [Token(Token = "0x6001932")] [Address(RVA = "0x1528D90", Offset = "0x1527790", VA = "0x181528D90", Slot = "13")] protected override void Awake() { base.Awake(); List list = new List(); this.k__BackingField = list; List list2 = new List(); this.LDALKIIDNHM = list2; ActionEvent staticToolInstantiatedEvent = Tool.StaticToolInstantiatedEvent; Action action = new Action(this.BEAIGEDBBOH); Tool.StaticToolInstantiatedEvent = staticToolInstantiatedEvent + action; Dictionary dictionary = new Dictionary(); this.k__BackingField = dictionary; SceneManager.sceneUnloaded += new UnityAction(this.LMOACMLMLAB); } // Token: 0x06001933 RID: 6451 RVA: 0x00068070 File Offset: 0x00066270 [Token(Token = "0x6001933")] [Address(RVA = "0x152A3B0", Offset = "0x1528DB0", VA = "0x18152A3B0", Slot = "14")] protected override void OnDestroy() { ActionEvent staticToolInstantiatedEvent = Tool.StaticToolInstantiatedEvent; Action action = new Action(this.BEAIGEDBBOH); Tool.StaticToolInstantiatedEvent = staticToolInstantiatedEvent - action; SceneManager.sceneUnloaded -= new UnityAction(this.LMOACMLMLAB); base.OnDestroy(); } // Token: 0x06001934 RID: 6452 RVA: 0x000680B4 File Offset: 0x000662B4 [Token(Token = "0x6001934")] [Address(RVA = "0x1529B10", Offset = "0x1528510", VA = "0x181529B10")] private void LMOACMLMLAB(Scene LHECBPFGEMH) { throw new MissingMethodException(); } // Token: 0x06001935 RID: 6453 RVA: 0x000680DC File Offset: 0x000662DC [Token(Token = "0x6001935")] [Address(RVA = "0x152A550", Offset = "0x1528F50", VA = "0x18152A550")] public Tool SpawnDormEquipmentForLocalPlayer() { string name = this.dormEquipmentPrefab.name; float z = Vector3.zero.z; Quaternion identity = Quaternion.identity; Tool tool; return tool; } // Token: 0x06001936 RID: 6454 RVA: 0x00068110 File Offset: 0x00066310 [Token(Token = "0x6001936")] [Address(RVA = "0x152A690", Offset = "0x1529090", VA = "0x18152A690")] public Tool SpawnEquipmentForLocalPlayer(CFOEKMPLMII FIDIMMBHIIN, Vector3 DDHPAFKBMON, Quaternion IGPENJBJADK, float FNJKKNKLDPB, PlayerSpawnedEquipment.IILDIBHEIDO OEFOIFHDBEN) { float z = DDHPAFKBMON.z; Tool tool; return tool; } // Token: 0x06001937 RID: 6455 RVA: 0x0006812C File Offset: 0x0006632C [Token(Token = "0x6001937")] [Address(RVA = "0x152A700", Offset = "0x1529100", VA = "0x18152A700")] public Tool SpawnEquipmentForLocalPlayer(string FNKOCNMJKLK, string NEHDDMJNPPA, Vector3 DDHPAFKBMON, Quaternion IGPENJBJADK, float FNJKKNKLDPB, PlayerSpawnedEquipment.IILDIBHEIDO OEFOIFHDBEN) { Dictionary dictionary = new Dictionary(); int actorNumber = PhotonNetwork.LocalPlayer.actorNumber; dictionary.Add("Owner", actorNumber); dictionary.Add("Purpose", actorNumber); dictionary.Add("ModificationGuid", NEHDDMJNPPA); int viewIdField = base.photonView.viewIdField; float z = DDHPAFKBMON.z; int num = 0; Tool tool; if (!(tool != num)) { Debug.LogError("Failed to spawn equipment " + FNKOCNMJKLK + " for local player."); return tool; } tool.DODDBBEOJNN = true; throw new NullReferenceException(); } // Token: 0x06001938 RID: 6456 RVA: 0x000681B8 File Offset: 0x000663B8 [Token(Token = "0x6001938")] [Address(RVA = "0x152AAF0", Offset = "0x15294F0", VA = "0x18152AAF0")] public GameObject SpawnEquipmentImposter(string FNKOCNMJKLK, string NEHDDMJNPPA) { int num = 0; GameObject prefab = PhotonNetwork.GetPrefab(FNKOCNMJKLK, num != 0); if (0 == 0) { string name = prefab.name; EquipmentSkin equipmentSkin = this.GetEquipmentSkin(name, NEHDDMJNPPA); int num2 = 0; if (equipmentSkin != num2) { } } GameObject gameObject; return gameObject; } // Token: 0x06001939 RID: 6457 RVA: 0x000681FC File Offset: 0x000663FC [Token(Token = "0x6001939")] [Address(RVA = "0x152A960", Offset = "0x1529360", VA = "0x18152A960")] public GameObject SpawnEquipmentImposter(GameObject CFAPNBBHEKB, string NEHDDMJNPPA) { if (0 == 0) { string name = CFAPNBBHEKB.name; EquipmentSkin equipmentSkin = this.GetEquipmentSkin(name, NEHDDMJNPPA); int num = 0; if (equipmentSkin != num) { } } GameObject gameObject; return gameObject; } // Token: 0x0600193A RID: 6458 RVA: 0x00068234 File Offset: 0x00066434 [Token(Token = "0x600193A")] [Address(RVA = "0x1529B80", Offset = "0x1528580", VA = "0x181529B80")] public Tool LocalFind(CFOEKMPLMII FAFPPDGHACH, PlayerSpawnedEquipment.IILDIBHEIDO OEFOIFHDBEN) { int num; do { num = 0; List all = PlayerSpawnedEquipment.All; List.Enumerator enumerator; if (enumerator != 0) { bool flag; while (!flag) { } bool flag2; while (!flag2) { } bool flag3; while (!flag3) { } while (!flag3) { } string text; while (text == 0) { } } if (num != -1) { } } while (num != 0); throw new NullReferenceException(); } // Token: 0x0600193B RID: 6459 RVA: 0x000682A0 File Offset: 0x000664A0 [Token(Token = "0x600193B")] [Address(RVA = "0x1529080", Offset = "0x1527A80", VA = "0x181529080")] public IEnumerator DownloadUnlockedEquipments(BPHGKAEDBPE.CBEOHBCIPEA AFLPGGJMPOE) { return ECINAMCDBJO.DJHHDCGJIJB(delegate(string error, List selections) { int num; do { num = 0; if (selections == 0) { break; } List.Enumerator enumerator; if (enumerator != 0) { EquipmentManager <>4__this = this; bool flag; while (flag) { } EquipmentManager <>4__this2 = this; List list = this.k__BackingField; Dictionary dictionary = this.k__BackingField; bool flag2; while (flag2) { } Dictionary dictionary2 = this.k__BackingField; } if (num != -1) { } } while (num != 0); BPHGKAEDBPE.HADGLCCBNHM(AFLPGGJMPOE, error); }); } // Token: 0x0600193C RID: 6460 RVA: 0x000682D8 File Offset: 0x000664D8 [Token(Token = "0x600193C")] [Address(RVA = "0x1529EB0", Offset = "0x15288B0", VA = "0x181529EB0")] public CFOEKMPLMII LocalGetEquipmentFromTool(Tool EGFEJGHDNAI) { int num; do { num = 0; ToolSkinMapper toolSkinMapper = EGFEJGHDNAI.toolSkinMapper; int num2 = 0; if (!(toolSkinMapper != num2)) { break; } PlayerSpawnedEquipment k__BackingField = EGFEJGHDNAI.k__BackingField; int num3 = 0; if (!(k__BackingField != num3) || (EGFEJGHDNAI.k__BackingField.k__BackingField ? 1 : 0) == num) { break; } List list = this.k__BackingField; List.Enumerator enumerator; if (enumerator != 0) { EquipmentSkin pdjaabbadih = EGFEJGHDNAI.toolSkinMapper.PDJAABBADIH; int num4 = 0; bool flag = pdjaabbadih != num4; if (flag) { EquipmentSkin pdjaabbadih2 = EGFEJGHDNAI.toolSkinMapper.PDJAABBADIH; } ToolSkinMapper toolSkinMapper2 = EGFEJGHDNAI.toolSkinMapper; IntPtr cachedPtr = k__BackingField.m_CachedPtr; while (!flag) { } while (!flag) { } } if (num != -1) { } } while (num != 0); throw new NullReferenceException(); } // Token: 0x0600193D RID: 6461 RVA: 0x000683A4 File Offset: 0x000665A4 [Token(Token = "0x600193D")] [Address(RVA = "0x15292E0", Offset = "0x1527CE0", VA = "0x1815292E0")] public EquipmentSkin GetEquipmentSkin(string FNKOCNMJKLK, string HPBOADGJOKK) { for (;;) { int num = 0; Dictionary paigmpfcbjk = this.PAIGMPFCBJK; bool flag; if (flag) { goto IL_B1; } List toolSkinMaps = this.equipmentWardrobe.toolSkinMaps; List.Enumerator enumerator; if (enumerator != 0) { int[] buckets = paigmpfcbjk.buckets; while (enumerator == 0) { } List.Enumerator enumerator2; Dictionary paigmpfcbjk2; if (enumerator2 != 0) { while (enumerator2 == 0) { } paigmpfcbjk2 = this.PAIGMPFCBJK; EquipmentSkin equipmentSkin; paigmpfcbjk2[HPBOADGJOKK] = equipmentSkin; } if ((ulong)((uint)(-1)) != (ulong)(-1L)) { if (paigmpfcbjk2 == (ulong)210L) { } if (paigmpfcbjk2 == (ulong)160L) { } } if (num != 0) { goto IL_C9; } } if ((ulong)((uint)(-1)) != (ulong)(-1L)) { if (paigmpfcbjk == (ulong)210L) { break; } if (paigmpfcbjk == (ulong)188L) { goto IL_90; } } if (num == 0) { goto IL_90; } } return (uint)(-1); IL_90: object[] array = new object[1]; if (HPBOADGJOKK != 0) { } array[0] = HPBOADGJOKK; Debug.LogErrorFormat("Failed to find skin {0}", array); IL_B1: throw new NullReferenceException(); IL_C9: throw new NullReferenceException(); } // Token: 0x0600193E RID: 6462 RVA: 0x0006848C File Offset: 0x0006668C [Token(Token = "0x600193E")] [Address(RVA = "0x15296E0", Offset = "0x15280E0", VA = "0x1815296E0")] public CFOEKMPLMII GetEquipment(ToolSkinMapper BMHCFACJGLD) { int num; do { num = 0; List list = this.k__BackingField; List.Enumerator enumerator; if (enumerator != 0) { while (this == 0) { } IntPtr cachedPtr = this.m_CachedPtr; while (enumerator == 0) { } PhotonView pvCache = this.pvCache; if (BMHCFACJGLD.LHHFBJLHBJH == 0) { continue; } } if (num != -1) { } } while (num != 0); throw new NullReferenceException(); } // Token: 0x0600193F RID: 6463 RVA: 0x000684DC File Offset: 0x000666DC [Token(Token = "0x600193F")] [Address(RVA = "0x15298C0", Offset = "0x15282C0", VA = "0x1815298C0")] public string GetFavoriteEquipmentSkin(ToolSkinMapper BMHCFACJGLD) { string prefabName = BMHCFACJGLD.PrefabName; CFOEKMPLMII favoriteEquipment = this.GetFavoriteEquipment(prefabName); if (favoriteEquipment != 0) { return favoriteEquipment.k__BackingField; } throw new NullReferenceException(); } // Token: 0x06001940 RID: 6464 RVA: 0x00068508 File Offset: 0x00066708 [Token(Token = "0x6001940")] [Address(RVA = "0x15298A0", Offset = "0x15282A0", VA = "0x1815298A0")] public string GetFavoriteEquipmentSkin(string FNKOCNMJKLK) { CFOEKMPLMII favoriteEquipment; do { favoriteEquipment = this.GetFavoriteEquipment(FNKOCNMJKLK); } while (favoriteEquipment == 0); return favoriteEquipment.k__BackingField; } // Token: 0x06001941 RID: 6465 RVA: 0x00068528 File Offset: 0x00066728 [Token(Token = "0x6001941")] [Address(RVA = "0x1529900", Offset = "0x1528300", VA = "0x181529900")] public CFOEKMPLMII GetFavoriteEquipment(string FNKOCNMJKLK) { Dictionary dictionary = this.k__BackingField; int num = 0; bool flag = dictionary.TryGetValue(FNKOCNMJKLK, num); throw new NullReferenceException(); } // Token: 0x06001942 RID: 6466 RVA: 0x0006854C File Offset: 0x0006674C [Token(Token = "0x6001942")] [Address(RVA = "0x1529980", Offset = "0x1528380", VA = "0x181529980")] public CFOEKMPLMII GetFavoriteEquipment(ToolSkinMapper BMHCFACJGLD) { string prefabName = BMHCFACJGLD.PrefabName; return this.GetFavoriteEquipment(prefabName); } // Token: 0x06001943 RID: 6467 RVA: 0x00068570 File Offset: 0x00066770 [Token(Token = "0x6001943")] [Address(RVA = "0x152AEB0", Offset = "0x15298B0", VA = "0x18152AEB0")] public void ToggleFavoriteEquipment(ToolSkinMapper BMHCFACJGLD) { CFOEKMPLMII equipment = this.GetEquipment(BMHCFACJGLD); if (equipment != 0) { Tool k__BackingField = BMHCFACJGLD.k__BackingField; int num = 0; if (k__BackingField != num) { PlayerHand k__BackingField = BMHCFACJGLD.k__BackingField.k__BackingField; int num2 = 0; if (k__BackingField != num2) { BMHCFACJGLD.k__BackingField.k__BackingField.Vibrate(500, 1f); RecRoomAudioClip toolFavoriteSkinAudio = SingletonMonoBehaviour.Instance.ToolFavoriteSkinAudio; Transform transform = BMHCFACJGLD.transform; Vector3 vector; float z = vector.z; } } string prefabName = BMHCFACJGLD.PrefabName; this.ToggleFavoriteEquipment(equipment, prefabName); } } // Token: 0x06001944 RID: 6468 RVA: 0x00068604 File Offset: 0x00066804 [Token(Token = "0x6001944")] [Address(RVA = "0x152ACC0", Offset = "0x15296C0", VA = "0x18152ACC0")] public void ToggleFavoriteEquipment(CFOEKMPLMII FAFPPDGHACH, string FNKOCNMJKLK) { if (FAFPPDGHACH != 0) { int num = 0; if ((FAFPPDGHACH.HKINHAIOEEK ? 1 : 0) != num) { int num2 = 0; FAFPPDGHACH.HHFLKFOEHNL = num2 != 0; bool flag = this.k__BackingField.Remove(FNKOCNMJKLK); NotificationManager instance = SingletonMonoBehaviour.Instance; } CFOEKMPLMII favoriteEquipment = this.GetFavoriteEquipment(FNKOCNMJKLK); if (favoriteEquipment != 0) { int num3 = 0; favoriteEquipment.HHFLKFOEHNL = num3 != 0; bool flag2 = this.k__BackingField.Remove(FNKOCNMJKLK); } FAFPPDGHACH.HHFLKFOEHNL = true; this.k__BackingField.Add(FNKOCNMJKLK, FAFPPDGHACH); NotificationManager instance2 = SingletonMonoBehaviour.Instance; int num4 = 0; IDisposable disposable = instance2.Play(NotificationManager.IBIDFAOPIPC.Medium, "Favorite skin set.", 2f, num4, num4); ECINAMCDBJO.EEDJOJINECJ(); Action ooimcieckpg = this.OOIMCIECKPG; if (ooimcieckpg != 0) { Photon.Realtime.Player localPlayer = PhotonNetwork.LocalPlayer; ooimcieckpg(localPlayer, FNKOCNMJKLK); } } } // Token: 0x06001945 RID: 6469 RVA: 0x000686CC File Offset: 0x000668CC [Token(Token = "0x6001945")] [Address(RVA = "0x15299B0", Offset = "0x15283B0", VA = "0x1815299B0")] public bool IsAlreadyPurchased(string COFLAJFOPEN) { List list = this.k__BackingField; Func <>9__37_ = EquipmentManager.<>c.<>9__37_0; if (<>9__37_ == 0) { EquipmentManager.<>c.<>9__37_0 = (CFOEKMPLMII e) => e.k__BackingField; } if (Enumerable.Contains(Enumerable.Select(list, <>9__37_), COFLAJFOPEN)) { return true; } GiftManager instance = SingletonMonoBehaviour.Instance; throw new NullReferenceException(); } // Token: 0x06001946 RID: 6470 RVA: 0x0006871C File Offset: 0x0006691C [Token(Token = "0x6001946")] [Address(RVA = "0x152B0B0", Offset = "0x1529AB0", VA = "0x18152B0B0")] public void UpdateUnlockedEquipmentsFor(string GGFIDKKIIJK, string ANDJHEONLKO) { int num; do { num = 0; string equipmentModificationGuid = ANDJHEONLKO; EquipmentManager <>4__this = this; List list = this.k__BackingField; List.Enumerator enumerator; if (enumerator != 0) { int stringLength = ANDJHEONLKO.m_stringLength; while (enumerator == 0) { } while (enumerator == 0) { } } if (num != -1) { } } while (num != 0); IEnumerator enumerator2 = ECINAMCDBJO.DJHHDCGJIJB(delegate(string error, List unlockedEquipments) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); }); Coroutine coroutine = base.StartCoroutine(enumerator2); } // Token: 0x06001947 RID: 6471 RVA: 0x00068794 File Offset: 0x00066994 [Token(Token = "0x6001947")] [Address(RVA = "0x152A4B0", Offset = "0x1528EB0", VA = "0x18152A4B0")] public void RevokeUnlockedEquipmentsFor(string GGFIDKKIIJK, string ANDJHEONLKO) { if (!this.EAJIJOLDCAG(GGFIDKKIIJK, ANDJHEONLKO)) { CFOEKMPLMII cfoekmplmii = CFOEKMPLMII.NFHADFCEMML(GGFIDKKIIJK, ANDJHEONLKO); this.LDALKIIDNHM.Add(cfoekmplmii); bool flag = this.MKDBNACIJJD(GGFIDKKIIJK, ANDJHEONLKO); } } // Token: 0x06001948 RID: 6472 RVA: 0x000687D0 File Offset: 0x000669D0 [Token(Token = "0x6001948")] [Address(RVA = "0x1529140", Offset = "0x1527B40", VA = "0x181529140")] private bool EAJIJOLDCAG(string GGFIDKKIIJK, string ANDJHEONLKO) { int num; do { num = 0; List ldalkiidnhm = this.LDALKIIDNHM; List.Enumerator enumerator; if (enumerator != 0) { IntPtr cachedPtr = this.m_CachedPtr; while (enumerator == 0) { } PhotonView pvCache = this.pvCache; while (enumerator == 0) { } } if (num != -1) { } } while (num != 0); throw new NullReferenceException(); } // Token: 0x06001949 RID: 6473 RVA: 0x00068818 File Offset: 0x00066A18 [Token(Token = "0x6001949")] [Address(RVA = "0x152A1B0", Offset = "0x1528BB0", VA = "0x18152A1B0")] private bool MKDBNACIJJD(string GGFIDKKIIJK, string ANDJHEONLKO) { int num; do { num = 0; List list = this.k__BackingField; List.Enumerator enumerator; if (enumerator != 0) { while (enumerator == 0) { } while (enumerator == 0) { } bool flag = this.k__BackingField.Remove(GGFIDKKIIJK); List list2 = this.k__BackingField; } if (num != -1) { } } while (num != 0); throw new NullReferenceException(); } // Token: 0x0600194A RID: 6474 RVA: 0x00068874 File Offset: 0x00066A74 [Token(Token = "0x600194A")] [Address(RVA = "0x1528F00", Offset = "0x1527900", VA = "0x181528F00")] private void BEAIGEDBBOH(Tool EGFEJGHDNAI) { if (!EGFEJGHDNAI.NDKHDFJHGPP && EGFEJGHDNAI.InstantiationParameters != 0) { Dictionary instantiationParameters = EGFEJGHDNAI.InstantiationParameters; bool flag; ulong num; if (flag && num != (ulong)0L) { PlayerSpawnedEquipment playerSpawnedEquipment = EGFEJGHDNAI.gameObject.AddComponent(); EGFEJGHDNAI.k__BackingField = playerSpawnedEquipment; object obj = EGFEJGHDNAI.InstantiationParameters["Owner"]; PlayerSpawnedEquipment k__BackingField = EGFEJGHDNAI.k__BackingField; } } } // Token: 0x0600194B RID: 6475 RVA: 0x000688D8 File Offset: 0x00066AD8 [Token(Token = "0x600194B")] [Address(RVA = "0x152B2E0", Offset = "0x1529CE0", VA = "0x18152B2E0")] public EquipmentManager() { Dictionary dictionary = new Dictionary(); this.PAIGMPFCBJK = dictionary; base..ctor(); } // Token: 0x0400138D RID: 5005 [global::Cpp2IlInjected.FieldOffset(Offset = "0x60")] [Token(Token = "0x400138D")] private List LDALKIIDNHM; // Token: 0x0400138E RID: 5006 [global::Cpp2IlInjected.FieldOffset(Offset = "0x68")] [Token(Token = "0x400138E")] [SerializeField] private GameObject dormEquipmentPrefab; // Token: 0x0400138F RID: 5007 [global::Cpp2IlInjected.FieldOffset(Offset = "0x70")] [Token(Token = "0x400138F")] [SerializeField] private EquipmentWardrobeRuntimeConfig equipmentWardrobe; // Token: 0x04001390 RID: 5008 [global::Cpp2IlInjected.FieldOffset(Offset = "0x78")] [Token(Token = "0x4001390")] private Dictionary PAIGMPFCBJK; // Token: 0x02000341 RID: 833 [Token(Token = "0x2000341")] [CompilerGenerated] private sealed class LILPNGEGACM { // Token: 0x0600194C RID: 6476 RVA: 0x000688F8 File Offset: 0x00066AF8 [Token(Token = "0x600194C")] [Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")] public LILPNGEGACM() { } // Token: 0x0600194D RID: 6477 RVA: 0x0006890C File Offset: 0x00066B0C [Token(Token = "0x600194D")] [Address(RVA = "0x1531020", Offset = "0x152FA20", VA = "0x181531020")] internal void b__0(string error, List selections) { int num; do { num = 0; if (selections == 0) { break; } List.Enumerator enumerator; if (enumerator != 0) { EquipmentManager equipmentManager = this.<>4__this; bool flag; while (flag) { } EquipmentManager equipmentManager2 = this.<>4__this; List k__BackingField = this.<>4__this.k__BackingField; Dictionary k__BackingField = this.<>4__this.k__BackingField; bool flag2; while (flag2) { } Dictionary k__BackingField2 = this.<>4__this.k__BackingField; } if (num != -1) { } } while (num != 0); BPHGKAEDBPE.HADGLCCBNHM(this.callback, error); } // Token: 0x04001391 RID: 5009 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4001391")] public EquipmentManager <>4__this; // Token: 0x04001392 RID: 5010 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x4001392")] public BPHGKAEDBPE.CBEOHBCIPEA callback; } // Token: 0x02000343 RID: 835 [Token(Token = "0x2000343")] [CompilerGenerated] private sealed class ODKLBDNDDHN { // Token: 0x06001951 RID: 6481 RVA: 0x000689F4 File Offset: 0x00066BF4 [Token(Token = "0x6001951")] [Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")] public ODKLBDNDDHN() { } // Token: 0x06001952 RID: 6482 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6001952")] [Address(RVA = "0x15318A0", Offset = "0x15302A0", VA = "0x1815318A0")] internal void b__0(string error, List unlockedEquipments) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x04001395 RID: 5013 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4001395")] public string equipmentPrefabName; // Token: 0x04001396 RID: 5014 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x4001396")] public string equipmentModificationGuid; // Token: 0x04001397 RID: 5015 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x4001397")] public EquipmentManager <>4__this; } }