This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020005F1 RID: 1521
[Token(Token = "0x20005F1")]
public static class KKNDFPGMEAM
{
// Token: 0x170007DB RID: 2011
// (get) Token: 0x06002D36 RID: 11574 RVA: 0x000B8638 File Offset: 0x000B6838
[Token(Token = "0x170007DB")]
private static float OGHNAIMLPMA
{
[Token(Token = "0x6002D36")]
[Address(RVA = "0x167FDD0", Offset = "0x167EDD0", VA = "0x18167FDD0")]
get
{
int num = 0;
float dpi = Screen.dpi;
if (dpi > (float)num)
{
}
return dpi;
}
}
// Token: 0x06002D37 RID: 11575 RVA: 0x000B8658 File Offset: 0x000B6858
[Token(Token = "0x6002D37")]
[Address(RVA = "0x167FF30", Offset = "0x167EF30", VA = "0x18167FF30")]
public static Vector2 HOGFFMOHKBL()
{
/*
An exception occurred when decompiling this method (06002D37)
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: 0x06002D38 RID: 11576 RVA: 0x000B86E8 File Offset: 0x000B68E8
[Token(Token = "0x6002D38")]
[Address(RVA = "0x167FD30", Offset = "0x167ED30", VA = "0x18167FD30")]
public static Vector2 DAEMIPGIEOO()
{
Vector2 vector = KKNDFPGMEAM.HOGFFMOHKBL();
float num = KKNDFPGMEAM.OGHNAIMLPMA;
Vector2 vector2;
return vector2;
}
// Token: 0x040024A6 RID: 9382
[Token(Token = "0x40024A6")]
private const float OIPEKKEKFAA = 300f;
// Token: 0x040024A7 RID: 9383
[Token(Token = "0x40024A7")]
private static float PPJMJIBEJIN;
}