Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

78 lines
4.4 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02002502 RID: 9474
[Token(Token = "0x2002502")]
public struct IFCNMNFEGAM
{
// Token: 0x0600F3ED RID: 62445 RVA: 0x0037FF58 File Offset: 0x0037E158
[Token(Token = "0x600F3ED")]
[Address(RVA = "0xEC8240", Offset = "0xEC7040", VA = "0x180EC8240")]
public IFCNMNFEGAM(Quaternion JKAEDNMLMHP, Vector3 HEJBIFGHJOD, Vector2 GBABMHBIGFJ, Vector3 PHMMKNJHDJO)
{
float z = HEJBIFGHJOD.z;
this.HEJBIFGHJOD.z = z;
Vector3 vector;
float z2 = vector.z;
this.GBABMHBIGFJ.z = z2;
this.PHMMKNJHDJO.z = (float)0;
}
// Token: 0x17002812 RID: 10258
// (get) Token: 0x0600F3EE RID: 62446 RVA: 0x0037FF98 File Offset: 0x0037E198
[Token(Token = "0x17002812")]
public static IFCNMNFEGAM JMIGKJPPFND
{
[Token(Token = "0x600F3EE")]
[Address(RVA = "0xEC8080", Offset = "0xEC6E80", VA = "0x180EC8080")]
get
{
/*
An exception occurred when decompiling this method (0600F3EE)
ICSharpCode.Decompiler.DecompilerException: Error decompiling IFCNMNFEGAM IFCNMNFEGAM::CMECIAKCEEN()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:Quaternion(var_0_05, callgetter:Quaternion(Quaternion::get_identity))
stloc:float32(var_1_10, ldfld:float32(Vector3::z, callgetter:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](Vector3::get_zero)))
stloc:float32(var_2_1B, ldfld:float32(Vector3::z, callgetter:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](Vector3::get_zero)))
stloc:Vector3(var_4_21, callgetter:Vector3(Vector3::get_zero))
stloc:float32(var_6_2D, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_4_21)))
stloc:float32(var_8_36, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_7)))
}
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 1660
*/;
}
}
// Token: 0x0400A2A0 RID: 41632
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400A2A0")]
public readonly Quaternion JKAEDNMLMHP;
// Token: 0x0400A2A1 RID: 41633
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400A2A1")]
public readonly Vector3 HEJBIFGHJOD;
// Token: 0x0400A2A2 RID: 41634
[FieldOffset(Offset = "0x1C")]
[Token(Token = "0x400A2A2")]
public readonly Vector3 GBABMHBIGFJ;
// Token: 0x0400A2A3 RID: 41635
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x400A2A3")]
public readonly Vector3 PHMMKNJHDJO;
}