oh dear
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020005E5 RID: 1509
|
||||
[Token(Token = "0x20005E5")]
|
||||
public static class KKNDFPGMEAM
|
||||
{
|
||||
// Token: 0x170007CF RID: 1999
|
||||
// (get) Token: 0x06002CB4 RID: 11444 RVA: 0x000B7414 File Offset: 0x000B5614
|
||||
[Token(Token = "0x170007CF")]
|
||||
private static float OGHNAIMLPMA
|
||||
{
|
||||
[Token(Token = "0x6002CB4")]
|
||||
[Address(RVA = "0xBF1330", Offset = "0xBF0130", VA = "0x180BF1330")]
|
||||
get
|
||||
{
|
||||
int num = 0;
|
||||
float dpi = Screen.dpi;
|
||||
if (dpi > (float)num)
|
||||
{
|
||||
}
|
||||
return dpi;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06002CB5 RID: 11445 RVA: 0x000B7434 File Offset: 0x000B5634
|
||||
[Token(Token = "0x6002CB5")]
|
||||
[Address(RVA = "0xBF1490", Offset = "0xBF0290", VA = "0x180BF1490")]
|
||||
public static Vector2 HOGFFMOHKBL()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06002CB5)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector2 KKNDFPGMEAM::HOGFFMOHKBL()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_77:
|
||||
stloc:int32(var_19_7F, callgetter:int32(Screen::get_height))
|
||||
}
|
||||
|
||||
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: 0x06002CB6 RID: 11446 RVA: 0x000B74C4 File Offset: 0x000B56C4
|
||||
[Token(Token = "0x6002CB6")]
|
||||
[Address(RVA = "0xBF1290", Offset = "0xBF0090", VA = "0x180BF1290")]
|
||||
public static Vector2 DAEMIPGIEOO()
|
||||
{
|
||||
Vector2 vector = KKNDFPGMEAM.HOGFFMOHKBL();
|
||||
float num = KKNDFPGMEAM.OGHNAIMLPMA;
|
||||
Vector2 vector2;
|
||||
return vector2;
|
||||
}
|
||||
|
||||
// Token: 0x04002445 RID: 9285
|
||||
[Token(Token = "0x4002445")]
|
||||
private const float OIPEKKEKFAA = 300f;
|
||||
|
||||
// Token: 0x04002446 RID: 9286
|
||||
[Token(Token = "0x4002446")]
|
||||
private static float PPJMJIBEJIN;
|
||||
}
|
||||
Reference in New Issue
Block a user