using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading.Tasks; using Cpp2IlInjected; using RecRoom.AssetBundles; using RecRoom.Async; using RecRoom.Avatar.Outfit; using RecRoom.DataStructures.ResourceHandles; using UnityEngine; using UnityEngine.AddressableAssets; namespace RecRoom.Avatar.Data.Shared { // Token: 0x020021DE RID: 8670 [Token(Token = "0x20021DE")] [Serializable] [StructLayout(3)] public class AvatarItemVisualData { // Token: 0x0600EEFC RID: 61180 RVA: 0x0038B324 File Offset: 0x00389524 [Token(Token = "0x600EEFC")] [Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")] public AvatarItemVisualData() { } // Token: 0x0600EEFD RID: 61181 RVA: 0x0038B338 File Offset: 0x00389538 [Token(Token = "0x600EEFD")] [Address(RVA = "0x129F640", Offset = "0x129E040", VA = "0x18129F640")] public AvatarItemVisualData(string prefabGuid, [Optional] string maskGuid, [Optional] string swatchGuid, [Optional] string decalGuid) { int num = 0; base.FieldGetter(num, maskGuid, swatchGuid); this.prefabGuid = prefabGuid; this.swatchGuid = swatchGuid; this.decalGuid = 0; this.maskGuid = maskGuid; } // Token: 0x0600EEFE RID: 61182 RVA: 0x0038B36C File Offset: 0x0038956C [Token(Token = "0x600EEFE")] [Address(RVA = "0x129EC40", Offset = "0x129D640", VA = "0x18129EC40")] public static AvatarItemVisualData GOODJMOBMEM(string OMPAGBANEDN, ArraySegment OHHPGKIAFFN) { int num = OHHPGKIAFFN._offset; num++; return new AvatarItemVisualData { prefabGuid = OMPAGBANEDN }; } // Token: 0x0600EEFF RID: 61183 RVA: 0x0038B398 File Offset: 0x00389598 [Token(Token = "0x600EEFF")] [Address(RVA = "0x129F300", Offset = "0x129DD00", VA = "0x18129F300")] public IResourceHandle MNKDOANEFLK() { /* An exception occurred when decompiling this method (0600EEFF) ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.DataStructures.ResourceHandles.IResourceHandle`1 RecRoom.Avatar.Data.Shared.AvatarItemVisualData::MNKDOANEFLK() ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stloc:LILGKFEAEOB(var_0_06, call:LILGKFEAEOB(LILGKFEAEOB::PPKHDMJDNCP, ldloc:AvatarItemVisualData(this))) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663 */; } // Token: 0x0600EF00 RID: 61184 RVA: 0x0038B3AC File Offset: 0x003895AC [Token(Token = "0x600EF00")] [Address(RVA = "0x129F030", Offset = "0x129DA30", VA = "0x18129F030")] public string JOPJHHOJMEE() { string cachedRecNetString = this._cachedRecNetString; if (cachedRecNetString == 0) { string text = this.prefabGuid; if (text != 0) { } string[] array; array[0] = text; if ("," != 0) { } array[1] = ","; string text2 = this.swatchGuid; if (text2 != 0) { } array[2] = text2; if ("," != 0) { } array[3] = ","; string text3 = this.maskGuid; if (text3 != 0) { } array[4] = text3; if ("," != 0) { } array[5] = ","; string text4 = this.decalGuid; if (text4 != 0) { } array[6] = text4; string text5 = string.Concat(array); this._cachedRecNetString = text5; } return cachedRecNetString; } // Token: 0x0600EF01 RID: 61185 RVA: 0x0038B46C File Offset: 0x0038966C [Token(Token = "0x600EF01")] [Address(RVA = "0x129EBB0", Offset = "0x129D5B0", VA = "0x18129EBB0")] private bool FKCEAFNEBAM(AvatarItemVisualData HPKICPNGMDJ) { string text = HPKICPNGMDJ.prefabGuid; if (string.Equals(this.prefabGuid, text, StringComparison.InvariantCulture)) { string text2 = HPKICPNGMDJ.maskGuid; if (string.Equals(this.maskGuid, text2, StringComparison.InvariantCulture)) { string text3 = HPKICPNGMDJ.swatchGuid; if (string.Equals(this.swatchGuid, text3, StringComparison.InvariantCulture)) { string text4 = HPKICPNGMDJ.decalGuid; return string.Equals(this.decalGuid, text4, StringComparison.InvariantCulture); } } } throw new NullReferenceException(); } // Token: 0x0600EF02 RID: 61186 RVA: 0x0038B4DC File Offset: 0x003896DC [Token(Token = "0x600EF02")] [Address(RVA = "0x129EA70", Offset = "0x129D470", VA = "0x18129EA70", Slot = "0")] public override bool Equals(object NLNHFEEMFBN) { Type type = NLNHFEEMFBN.GetType(); Type type2 = base.GetType(); if (!(type != type2)) { string text = this.prefabGuid; bool flag; if (flag) { string text2 = this.maskGuid; bool flag2; if (flag2) { string text3 = this.swatchGuid; bool flag3; if (flag3) { string text4 = this.decalGuid; bool flag4; return flag4; } } } } throw new NullReferenceException(); } // Token: 0x0600EF03 RID: 61187 RVA: 0x0038B53C File Offset: 0x0038973C [Token(Token = "0x600EF03")] [Address(RVA = "0x129ED40", Offset = "0x129D740", VA = "0x18129ED40", Slot = "2")] public override int GetHashCode() { int num = 0; if (this.prefabGuid != num) { StringComparer invariantCulture = StringComparer._invariantCulture; } if (this.maskGuid != num) { StringComparer invariantCulture2 = StringComparer._invariantCulture; } long num2 = (long)(num * (int)((uint)397)); if (this.swatchGuid != num) { StringComparer invariantCulture3 = StringComparer._invariantCulture; } long num3 = num2 * (long)((uint)397); if (this.decalGuid != num) { StringComparer invariantCulture4 = StringComparer._invariantCulture; } long num4 = num3 * (long)((uint)397); throw new NullReferenceException(); } // Token: 0x0600EF04 RID: 61188 RVA: 0x0038B5B0 File Offset: 0x003897B0 [Token(Token = "0x600EF04")] [Address(RVA = "0x129E550", Offset = "0x129CF50", VA = "0x18129E550")] public static bool JGIMJGNAJHP(AvatarItemVisualData EONHDDFEGMC, AvatarItemVisualData LDFLEALOHOI) { return object.Equals(EONHDDFEGMC, LDFLEALOHOI); } // Token: 0x0600EF05 RID: 61189 RVA: 0x0038B5C4 File Offset: 0x003897C4 [Token(Token = "0x600EF05")] [Address(RVA = "0x129E1D0", Offset = "0x129CBD0", VA = "0x18129E1D0")] public static bool BDBLGMKABNK(AvatarItemVisualData EONHDDFEGMC, AvatarItemVisualData LDFLEALOHOI) { return !object.Equals(EONHDDFEGMC, LDFLEALOHOI); } // Token: 0x0600EF06 RID: 61190 RVA: 0x0038B5DC File Offset: 0x003897DC [Token(Token = "0x600EF06")] [Address(RVA = "0x129F310", Offset = "0x129DD10", VA = "0x18129F310")] private void NCALKENBGLM() { /* An exception occurred when decompiling this method (0600EF06) ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void RecRoom.Avatar.Data.Shared.AvatarItemVisualData::NCALKENBGLM() ---> System.Exception: Basic block has to end with unconditional control flow. { IL_F1: stloc:InvalidOperationException(var_8_101, newobj:InvalidOperationException(InvalidOperationException::.ctor, call:string(string::Concat, ldstr:string("Missing prefab for guid "), ldloc:string(var_2_0E)))) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663 */; } // Token: 0x04009EF7 RID: 40695 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4009EF7")] [NonSerialized] private AssetReference outfitPrefabReference; // Token: 0x04009EF8 RID: 40696 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x4009EF8")] [NonSerialized] private AssetReference maskReference; // Token: 0x04009EF9 RID: 40697 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x4009EF9")] [NonSerialized] private AssetReference swatchReference; // Token: 0x04009EFA RID: 40698 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x4009EFA")] [NonSerialized] private AssetReference decalReference; // Token: 0x04009EFB RID: 40699 [global::Cpp2IlInjected.FieldOffset(Offset = "0x30")] [Token(Token = "0x4009EFB")] [SerializeField] private string prefabGuid; // Token: 0x04009EFC RID: 40700 [global::Cpp2IlInjected.FieldOffset(Offset = "0x38")] [Token(Token = "0x4009EFC")] [SerializeField] private string maskGuid; // Token: 0x04009EFD RID: 40701 [global::Cpp2IlInjected.FieldOffset(Offset = "0x40")] [Token(Token = "0x4009EFD")] [SerializeField] private string swatchGuid; // Token: 0x04009EFE RID: 40702 [global::Cpp2IlInjected.FieldOffset(Offset = "0x48")] [Token(Token = "0x4009EFE")] [SerializeField] private string decalGuid; // Token: 0x04009EFF RID: 40703 [global::Cpp2IlInjected.FieldOffset(Offset = "0x50")] [Token(Token = "0x4009EFF")] [NonSerialized] private string _cachedRecNetString; // Token: 0x020021DF RID: 8671 [Token(Token = "0x20021DF")] private class LILGKFEAEOB : ResourceHandleBase { // Token: 0x0600EF07 RID: 61191 RVA: 0x0038B6EC File Offset: 0x003898EC [Token(Token = "0x600EF07")] [Address(RVA = "0x12A5B80", Offset = "0x12A4580", VA = "0x1812A5B80")] private LILGKFEAEOB(Task task, IResourceHandle prefabLoad, IResourceHandle maskLoad, IResourceHandle swatchLoad, IResourceHandle decalLoad) : base(task) { this.LDLKHIBBDBD = prefabLoad; Action action = new Action(this.GIHCPNNLPMI); int num = 0; num += num; num++; this.NEIPOGHANNE = maskLoad; Action action2 = new Action(this.HCMCLBJDPOD); num += num; num++; this.KMEFKOOIJIC = 0; Action action3 = new Action(this.FKDIHHIKLIJ); num += num; num++; this.OIMPECHJBBP = 0; Action action4 = new Action(this.ILMPFDKHDFK); num += num; num++; CombinePromise combinePromise = new CombinePromise(num, num, num, num); Action action5 = new Action(this.JEHHCEIBIKO); IPromise promise = combinePromise.Then(action5); Action action6; IPromise promise2 = combinePromise.Error(action6); } // Token: 0x0600EF08 RID: 61192 RVA: 0x0038B7C4 File Offset: 0x003899C4 [Token(Token = "0x600EF08")] [Address(RVA = "0x12A53B0", Offset = "0x12A3DB0", VA = "0x1812A53B0")] private OCJGMOHBPDH LHGLOPLDBDD() { /* An exception occurred when decompiling this method (0600EF08) ICSharpCode.Decompiler.DecompilerException: Error decompiling OCJGMOHBPDH RecRoom.Avatar.Data.Shared.AvatarItemVisualData/LILGKFEAEOB::LHGLOPLDBDD() ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stloc:int32(var_0_01, ldc.i4:int32(0)) stfld:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1(ResourceHandleBase`2::resourcePromise, ldloc:LILGKFEAEOB[exp:ResourceHandleBase`2](this), ldloc:int32[exp:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1](var_0_01)) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663 */; } // Token: 0x0600EF09 RID: 61193 RVA: 0x0038B7DC File Offset: 0x003899DC [Token(Token = "0x600EF09")] [Address(RVA = "0x12A5400", Offset = "0x12A3E00", VA = "0x1812A5400")] public static AvatarItemVisualData.LILGKFEAEOB PPKHDMJDNCP(AvatarItemVisualData EIHNKBIJGLK) { int num = 0; EIHNKBIJGLK.NCALKENBGLM(); IResourceHandle resourceHandle = AGAddressableAssetManager.LoadAsset(EIHNKBIJGLK.outfitPrefabReference); AssetReference maskReference = EIHNKBIJGLK.maskReference; Func> <>9__10_ = AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_0; if (<>9__10_ == 0) { AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_0 = () => null; } bool flag = AGAddressableAssetManager.TryLoadAssetOrElse(maskReference, <>9__10_, num); AssetReference swatchReference = EIHNKBIJGLK.swatchReference; Func> func; if (AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_1 == 0) { func = () => null; AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_1 = func; } bool flag2 = AGAddressableAssetManager.TryLoadAssetOrElse(swatchReference, func, num); AssetReference decalReference = EIHNKBIJGLK.decalReference; Func> func2; if (AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_2 == 0) { func2 = () => null; AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_2 = func2; } bool flag3 = AGAddressableAssetManager.TryLoadAssetOrElse(decalReference, func2, num); Task[] array = new Task[4]; num += num; num++; int num2 = 0; if (num != 0) { num += 19; } array[0] = num; if (num < num2) { num += num; if (num == num2) { goto IL_EC; } num++; } int num3 = 0; if (num == 0) { goto IL_F1; } IL_EC: num += 19; IL_F1: array[1] = num; if (num < num3) { num += num; if (num == num3) { goto IL_113; } num++; } int num4 = 0; if (num == 0) { goto IL_118; } IL_113: num += 19; IL_118: array[2] = num; if (num < num4) { num += num; if (num == num4) { goto IL_137; } num++; } if (num == 0) { goto IL_13C; } IL_137: num += 19; IL_13C: array[3] = num; return new AvatarItemVisualData.LILGKFEAEOB(Task.WhenAll(array), resourceHandle, num, num, num); } // Token: 0x0600EF0A RID: 61194 RVA: 0x0038B944 File Offset: 0x00389B44 [Token(Token = "0x600EF0A")] [Address(RVA = "0x12A5B20", Offset = "0x12A4520", VA = "0x1812A5B20", Slot = "8")] protected override OCJGMOHBPDH TransformTaskResult(Task LIPAKCCDNKD) { /* An exception occurred when decompiling this method (0600EF0A) ICSharpCode.Decompiler.DecompilerException: Error decompiling OCJGMOHBPDH RecRoom.Avatar.Data.Shared.AvatarItemVisualData/LILGKFEAEOB::TransformTaskResult(System.Threading.Tasks.Task) ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stfld:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1(ResourceHandleBase`2::resourcePromise, ldloc:LILGKFEAEOB[exp:ResourceHandleBase`2](this), ldc.i4:int32[exp:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1](0)) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663 */; } // Token: 0x0600EF0B RID: 61195 RVA: 0x0038B958 File Offset: 0x00389B58 [Token(Token = "0x600EF0B")] [Address(RVA = "0x12A5A90", Offset = "0x12A4490", VA = "0x1812A5A90", Slot = "9")] protected override void ReleaseResource() { if (this.LDLKHIBBDBD != 0) { } if (this.NEIPOGHANNE != 0) { } if (this.KMEFKOOIJIC != 0) { } if (this.OIMPECHJBBP != 0) { } } // Token: 0x0600EF0C RID: 61196 RVA: 0x0038B98C File Offset: 0x00389B8C [Token(Token = "0x600EF0C")] [Address(RVA = "0x12A52C0", Offset = "0x12A3CC0", VA = "0x1812A52C0")] [CompilerGenerated] private void GIHCPNNLPMI(GameObject PBAOMKNFBFL) { OutfitPrefab component = PBAOMKNFBFL.GetComponent(); this.DHPCBOAKLOM = component; } // Token: 0x0600EF0D RID: 61197 RVA: 0x0038B9B0 File Offset: 0x00389BB0 [Token(Token = "0x600EF0D")] [Address(RVA = "0x3EDEC0", Offset = "0x3EC8C0", VA = "0x1803EDEC0")] [CompilerGenerated] private void HCMCLBJDPOD(AvatarMask PBAOMKNFBFL) { this.JCLNMCEPMEL = PBAOMKNFBFL; } // Token: 0x0600EF0E RID: 61198 RVA: 0x0038B9C4 File Offset: 0x00389BC4 [Token(Token = "0x600EF0E")] [Address(RVA = "0x52F860", Offset = "0x52E260", VA = "0x18052F860")] [CompilerGenerated] private void FKDIHHIKLIJ(AvatarColorSwatch PBAOMKNFBFL) { this.IPNHCGJALFP = PBAOMKNFBFL; } // Token: 0x0600EF0F RID: 61199 RVA: 0x0038B9D8 File Offset: 0x00389BD8 [Token(Token = "0x600EF0F")] [Address(RVA = "0x7D4760", Offset = "0x7D3160", VA = "0x1807D4760")] [CompilerGenerated] private void ILMPFDKHDFK(AvatarDecal PBAOMKNFBFL) { this.GHGELHAJBLM = PBAOMKNFBFL; } // Token: 0x0600EF10 RID: 61200 RVA: 0x0038B9EC File Offset: 0x00389BEC [Token(Token = "0x600EF10")] [Address(RVA = "0x12A5320", Offset = "0x12A3D20", VA = "0x1812A5320")] [CompilerGenerated] private void JEHHCEIBIKO() { int num = 0; AvatarDecal ghgelhajblm = this.GHGELHAJBLM; base.CompleteHandleSuccess(num); } // Token: 0x04009F00 RID: 40704 [global::Cpp2IlInjected.FieldOffset(Offset = "0x38")] [Token(Token = "0x4009F00")] private readonly IResourceHandle LDLKHIBBDBD; // Token: 0x04009F01 RID: 40705 [global::Cpp2IlInjected.FieldOffset(Offset = "0x40")] [Token(Token = "0x4009F01")] private readonly IResourceHandle NEIPOGHANNE; // Token: 0x04009F02 RID: 40706 [global::Cpp2IlInjected.FieldOffset(Offset = "0x48")] [Token(Token = "0x4009F02")] private readonly IResourceHandle KMEFKOOIJIC; // Token: 0x04009F03 RID: 40707 [global::Cpp2IlInjected.FieldOffset(Offset = "0x50")] [Token(Token = "0x4009F03")] private readonly IResourceHandle OIMPECHJBBP; // Token: 0x04009F04 RID: 40708 [global::Cpp2IlInjected.FieldOffset(Offset = "0x58")] [Token(Token = "0x4009F04")] private OutfitPrefab DHPCBOAKLOM; // Token: 0x04009F05 RID: 40709 [global::Cpp2IlInjected.FieldOffset(Offset = "0x60")] [Token(Token = "0x4009F05")] private AvatarMask JCLNMCEPMEL; // Token: 0x04009F06 RID: 40710 [global::Cpp2IlInjected.FieldOffset(Offset = "0x68")] [Token(Token = "0x4009F06")] private AvatarColorSwatch IPNHCGJALFP; // Token: 0x04009F07 RID: 40711 [global::Cpp2IlInjected.FieldOffset(Offset = "0x70")] [Token(Token = "0x4009F07")] private AvatarDecal GHGELHAJBLM; } } }