Add v1.0.3.1
This commit is contained in:
55
Cpp2IL/Assembly-CSharp/AssetSoulRequest.cs
Normal file
55
Cpp2IL/Assembly-CSharp/AssetSoulRequest.cs
Normal file
@@ -0,0 +1,55 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x02000107 RID: 263
|
||||
[Token(Token = "0x2000107")]
|
||||
public sealed class AssetSoulRequest : AssetRequestBase
|
||||
{
|
||||
// Token: 0x1700004B RID: 75
|
||||
// (get) Token: 0x06000E5F RID: 3679 RVA: 0x0002268C File Offset: 0x0002088C
|
||||
[Token(Token = "0x1700004B")]
|
||||
public override int AssetGroup
|
||||
{
|
||||
[Token(Token = "0x6000E5F")]
|
||||
[Address(RVA = "0x51C1E0", Offset = "0x51AFE0", VA = "0x18051C1E0", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700004C RID: 76
|
||||
// (get) Token: 0x06000E60 RID: 3680 RVA: 0x0002269C File Offset: 0x0002089C
|
||||
[Token(Token = "0x1700004C")]
|
||||
protected override string RootPath
|
||||
{
|
||||
[Token(Token = "0x6000E60")]
|
||||
[Address(RVA = "0x8CFFF0", Offset = "0x8CEDF0", VA = "0x1808CFFF0", Slot = "5")]
|
||||
get
|
||||
{
|
||||
return "Effect/Soul";
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000E61 RID: 3681 RVA: 0x000226B0 File Offset: 0x000208B0
|
||||
[Token(Token = "0x6000E61")]
|
||||
[Address(RVA = "0x8CFC90", Offset = "0x8CEA90", VA = "0x1808CFC90")]
|
||||
public AssetSoulRequest(string assetName)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000E61)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AssetSoulRequest::.ctor(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{; Block_0:; stfld:string(AssetRequestBase::<AssetName>k__BackingField, ldloc:AssetSoulRequest[exp:AssetRequestBase](this), ldstr:string("")); call:void(object::.ctor, ldloc:AssetSoulRequest[exp:object](this)); stfld:string(AssetRequestBase::<AssetName>k__BackingField, ldloc:AssetSoulRequest[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
|
||||
*/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user