oh dear
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Circuits;
|
||||
using RecRoom.Core.Creation.Circuits;
|
||||
|
||||
// Token: 0x02000242 RID: 578
|
||||
[Token(Token = "0x2000242")]
|
||||
public class CircuitGroupInputInterfaceNode : CircuitGroupInterfaceNode
|
||||
{
|
||||
// Token: 0x17000290 RID: 656
|
||||
// (get) Token: 0x06001190 RID: 4496 RVA: 0x0004BED8 File Offset: 0x0004A0D8
|
||||
[Token(Token = "0x17000290")]
|
||||
public override InputSlot? MNIEHHMNFFE
|
||||
{
|
||||
[Token(Token = "0x6001190")]
|
||||
[Address(RVA = "0x145E460", Offset = "0x145D260", VA = "0x18145E460", Slot = "22")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06001190)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Nullable`1<RecRoom.Circuits.InputSlot> CircuitGroupInputInterfaceNode::get_MyInputSlot()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:InputSlot(var_0_06, ldfld:InputSlot(CircuitGroupInputInterfaceNode::inputSlot, ldloc:CircuitGroupInputInterfaceNode(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: 0x06001191 RID: 4497 RVA: 0x0004BEEC File Offset: 0x0004A0EC
|
||||
[Token(Token = "0x6001191")]
|
||||
[Address(RVA = "0x145E450", Offset = "0x145D250", VA = "0x18145E450")]
|
||||
public CircuitGroupInputInterfaceNode()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000DE6 RID: 3558
|
||||
[FieldOffset(Offset = "0xC0")]
|
||||
[Token(Token = "0x4000DE6")]
|
||||
public InputSlot inputSlot;
|
||||
}
|
||||
Reference in New Issue
Block a user