using System; using Cpp2IlInjected; // Token: 0x0200012E RID: 302 [Token(Token = "0x200012E")] public sealed class AssetSoundEffectRequest : AssetRequestBase { // Token: 0x1700004E RID: 78 // (get) Token: 0x06000F8D RID: 3981 RVA: 0x000244A8 File Offset: 0x000226A8 [Token(Token = "0x1700004E")] public override int AssetGroup { [Token(Token = "0x6000F8D")] [Address(RVA = "0x547930", Offset = "0x546930", VA = "0x180547930", Slot = "4")] get { return 4; } } // Token: 0x1700004F RID: 79 // (get) Token: 0x06000F8E RID: 3982 RVA: 0x000244B8 File Offset: 0x000226B8 [Token(Token = "0x1700004F")] protected override string RootPath { [Token(Token = "0x6000F8E")] [Address(RVA = "0x36B6A0", Offset = "0x36A6A0", VA = "0x18036B6A0", Slot = "5")] get; } // Token: 0x06000F8F RID: 3983 RVA: 0x000244CC File Offset: 0x000226CC [Token(Token = "0x6000F8F")] [Address(RVA = "0xDB4490", Offset = "0xDB3490", VA = "0x180DB4490")] public AssetSoundEffectRequest(string rootPath, string assetName) { /* An exception occurred when decompiling this method (06000F8F) ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AssetSoundEffectRequest::.ctor(System.String,System.String) ---> System.Exception: Basic block has to end with unconditional control flow. {; Block_0:; stfld:string(AssetRequestBase::k__BackingField, ldloc:AssetSoundEffectRequest[exp:AssetRequestBase](this), ldstr:string("")); call:void(object::.ctor, ldloc:AssetSoundEffectRequest[exp:object](this)); callreadonlysetter:string(AssetSoundEffectRequest::get_RootPath, ldloc:AssetSoundEffectRequest(this), ldloc:string(rootPath)); stfld:string(AssetRequestBase::k__BackingField, ldloc:AssetSoundEffectRequest[exp:AssetRequestBase](this), ldloc:string(assetName)); }; at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810 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 344 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 1618 */; } }