using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using Cpp2IlInjected; using UnityEngine; using UnityEngine.AddressableAssets; namespace RecRoom.Audio { // Token: 0x0200298E RID: 10638 [Token(Token = "0x200298E")] [Serializable] public class SFXTracklistRuntimeConfig : ScriptableObject { // Token: 0x170031E1 RID: 12769 // (get) Token: 0x06011C2A RID: 72746 RVA: 0x00404190 File Offset: 0x00402390 [Token(Token = "0x170031E1")] public static SFXTracklistRuntimeConfig RuntimeConfigAsset { [Token(Token = "0x6011C2A")] [Address(RVA = "0x14FBE40", Offset = "0x14FAE40", VA = "0x1814FBE40")] get { SFXTracklistRuntimeConfig sfxtracklistRuntimeConfig = SFXTracklistRuntimeConfig.runtimeConfigAsset; int num = 0; if (sfxtracklistRuntimeConfig == num) { SFXTracklistRuntimeConfig.runtimeConfigAsset = OLJIOKGMCPN.MNKDOANEFLK(0); } return SFXTracklistRuntimeConfig.runtimeConfigAsset; } } // Token: 0x170031E2 RID: 12770 // (get) Token: 0x06011C2B RID: 72747 RVA: 0x004041C0 File Offset: 0x004023C0 [Token(Token = "0x170031E2")] public IReadOnlyList TrackList { [Token(Token = "0x6011C2B")] [Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")] get { /* An exception occurred when decompiling this method (06011C2B) ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1 RecRoom.Audio.SFXTracklistRuntimeConfig::get_TrackList() ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stloc:class [mscorlib]System.Collections.Generic.List`1(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1(SFXTracklistRuntimeConfig::trackList, ldloc:SFXTracklistRuntimeConfig(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: 0x06011C2C RID: 72748 RVA: 0x004041D4 File Offset: 0x004023D4 [Token(Token = "0x6011C2C")] [Address(RVA = "0x14FBC80", Offset = "0x14FAC80", VA = "0x1814FBC80")] public IKAEDJBFIMM CDJGOOOGKGC(Guid PBBEEKPKOLG) { List list = this.trackList; Guid clipId; Func func = delegate(RuntimeAddressableSFXTrack track) { Guid value = track.guid.Value; Guid clipId2 = clipId; bool flag; return flag; }; RuntimeAddressableSFXTrack runtimeAddressableSFXTrack = Enumerable.FirstOrDefault(list, func); if (runtimeAddressableSFXTrack != 0) { AssetReference assetReference = runtimeAddressableSFXTrack.assetReference; if (assetReference != 0) { return LGHODNADONN.IMIAFCNAKJA(assetReference); } } throw new NullReferenceException(); } // Token: 0x06011C2D RID: 72749 RVA: 0x0040423C File Offset: 0x0040243C [Token(Token = "0x6011C2D")] [Address(RVA = "0x14FBC10", Offset = "0x14FAC10", VA = "0x1814FBC10")] public IKAEDJBFIMM CDJGOOOGKGC(AssetReference ECJOEDJFILN) { /* An exception occurred when decompiling this method (06011C2D) ICSharpCode.Decompiler.DecompilerException: Error decompiling IKAEDJBFIMM RecRoom.Audio.SFXTracklistRuntimeConfig::CDJGOOOGKGC(UnityEngine.AddressableAssets.AssetReference) ---> System.Exception: Basic block has to end with unconditional control flow. { IL_0B: stloc:ArgumentException(var_0_15, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("Clip reference cannot be null!"))) } 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: 0x06011C2E RID: 72750 RVA: 0x00404260 File Offset: 0x00402460 [Token(Token = "0x6011C2E")] [Address(RVA = "0x14FBDE0", Offset = "0x14FADE0", VA = "0x1814FBDE0")] public SFXTracklistRuntimeConfig() { List list = new List(); this.trackList = list; base..ctor(); } // Token: 0x06011C2F RID: 72751 RVA: 0x0000220F File Offset: 0x0000040F // Note: this type is marked as 'beforefieldinit'. [Token(Token = "0x6011C2F")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")] static SFXTracklistRuntimeConfig() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0400B5EF RID: 46575 [Token(Token = "0x400B5EF")] private static SFXTracklistRuntimeConfig runtimeConfigAsset; // Token: 0x0400B5F0 RID: 46576 [FieldOffset(Offset = "0x18")] [Token(Token = "0x400B5F0")] [SerializeField] private List trackList; // Token: 0x0200298F RID: 10639 [Token(Token = "0x200298F")] [CompilerGenerated] private sealed class PIDHJGLAJCN { // Token: 0x06011C30 RID: 72752 RVA: 0x00404280 File Offset: 0x00402480 [Token(Token = "0x6011C30")] [Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")] public PIDHJGLAJCN() { } // Token: 0x06011C31 RID: 72753 RVA: 0x00404294 File Offset: 0x00402494 [Token(Token = "0x6011C31")] [Address(RVA = "0x14F5920", Offset = "0x14F4920", VA = "0x1814F5920")] internal bool b__0(RuntimeAddressableSFXTrack track) { Guid value = track.guid.Value; Guid guid = this.clipId; bool flag; return flag; } // Token: 0x0400B5F1 RID: 46577 [FieldOffset(Offset = "0x10")] [Token(Token = "0x400B5F1")] public Guid clipId; } } }