316 lines
19 KiB
C#
316 lines
19 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020027B9 RID: 10169
|
|
[Token(Token = "0x20027B9")]
|
|
[StructLayout(3)]
|
|
public static class JAKMIGBBBOM
|
|
{
|
|
// Token: 0x06011CF9 RID: 72953 RVA: 0x004414DC File Offset: 0x0043F6DC
|
|
[Token(Token = "0x6011CF9")]
|
|
[Address(RVA = "0x11D8C50", Offset = "0x11D7650", VA = "0x1811D8C50")]
|
|
public static JAKMIGBBBOM.BAFPMPJFBEM HLOBNMHGOFK(BEMCHDAOCEN DAOGKBOBDPI)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011CF9)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling JAKMIGBBBOM/BAFPMPJFBEM JAKMIGBBBOM::HLOBNMHGOFK(BEMCHDAOCEN)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stfld:BEMCHDAOCEN(HHKBBAGADLL::DAOGKBOBDPI, ldloc:HHKBBAGADLL(var_0), ldloc:BEMCHDAOCEN(DAOGKBOBDPI))
|
|
}
|
|
|
|
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: 0x06011CFA RID: 72954 RVA: 0x004414F0 File Offset: 0x0043F6F0
|
|
[Token(Token = "0x6011CFA")]
|
|
[Address(RVA = "0x11D8BD0", Offset = "0x11D75D0", VA = "0x1811D8BD0")]
|
|
public static JAKMIGBBBOM.BAFPMPJFBEM EFIMDDJJNFE(RigidbodyEx AFEBLJOIBBC, PlayerHand ONFJHABGCIP, Vector3 EIHKCAGDADC)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011CFA)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling JAKMIGBBBOM/BAFPMPJFBEM JAKMIGBBBOM::EFIMDDJJNFE(RigidbodyEx,PlayerHand,UnityEngine.Vector3)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:float32(var_1_06, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](EIHKCAGDADC)))
|
|
stfld:RigidbodyEx(LHMEJOEOBGP::AFEBLJOIBBC, ldloc:LHMEJOEOBGP(var_0), ldloc:RigidbodyEx(AFEBLJOIBBC))
|
|
stfld:PlayerHand(LHMEJOEOBGP::ONFJHABGCIP, ldloc:LHMEJOEOBGP(var_0), ldloc:PlayerHand(ONFJHABGCIP))
|
|
stfld:float32(Vector3::z, ldfld:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](LHMEJOEOBGP::IJICNFNPBGJ, ldloc:LHMEJOEOBGP(var_0)), ldloc:float32(var_1_06))
|
|
}
|
|
|
|
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: 0x1700301D RID: 12317
|
|
// (get) Token: 0x06011CFB RID: 72955 RVA: 0x00441520 File Offset: 0x0043F720
|
|
[Token(Token = "0x1700301D")]
|
|
public static JAKMIGBBBOM.BAFPMPJFBEM FMDJFHMFJLO
|
|
{
|
|
[Token(Token = "0x6011CFB")]
|
|
[Address(RVA = "0x11D8AE0", Offset = "0x11D74E0", VA = "0x1811D8AE0")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011CFB)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling JAKMIGBBBOM/BAFPMPJFBEM JAKMIGBBBOM::AAHHIAAIGFB()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
call:void(DEMEDILAMNH::Dispose, ldloc:DEMEDILAMNH(var_0))
|
|
}
|
|
|
|
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: 0x06011CFC RID: 72956 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6011CFC")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
|
|
static JAKMIGBBBOM()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0400BED4 RID: 48852
|
|
[Token(Token = "0x400BED4")]
|
|
private static JAKMIGBBBOM.BAFPMPJFBEM MLGLKIONMJN;
|
|
|
|
// Token: 0x020027BA RID: 10170
|
|
[Token(Token = "0x20027BA")]
|
|
public interface BAFPMPJFBEM : IDisposable
|
|
{
|
|
// Token: 0x06011CFD RID: 72957
|
|
[Token(Token = "0x6011CFD")]
|
|
[Address(Slot = "0")]
|
|
Vector3 MGNODAPHAGF();
|
|
|
|
// Token: 0x06011CFE RID: 72958
|
|
[Token(Token = "0x6011CFE")]
|
|
[Address(Slot = "1")]
|
|
Vector3 BNCPGKJAODF();
|
|
}
|
|
|
|
// Token: 0x020027BB RID: 10171
|
|
[Token(Token = "0x20027BB")]
|
|
private class DEMEDILAMNH : JAKMIGBBBOM.BAFPMPJFBEM, IDisposable
|
|
{
|
|
// Token: 0x06011CFF RID: 72959 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6011CFF")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
|
public void Dispose()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06011D00 RID: 72960 RVA: 0x00441534 File Offset: 0x0043F734
|
|
[Token(Token = "0x6011D00")]
|
|
[Address(RVA = "0x11CCCD0", Offset = "0x11CB6D0", VA = "0x1811CCCD0", Slot = "4")]
|
|
public Vector3 MGNODAPHAGF()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011D00)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector3 JAKMIGBBBOM/DEMEDILAMNH::MGNODAPHAGF()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:float32(var_0_0A, ldfld:float32(Vector3::z, callgetter:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](Vector3::get_zero)))
|
|
}
|
|
|
|
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: 0x06011D01 RID: 72961 RVA: 0x0044154C File Offset: 0x0043F74C
|
|
[Token(Token = "0x6011D01")]
|
|
[Address(RVA = "0x11CCC60", Offset = "0x11CB660", VA = "0x1811CCC60", Slot = "5")]
|
|
public Vector3 BNCPGKJAODF()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011D01)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector3 JAKMIGBBBOM/DEMEDILAMNH::BNCPGKJAODF()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:float32(var_0_0A, ldfld:float32(Vector3::z, callgetter:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](Vector3::get_zero)))
|
|
}
|
|
|
|
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: 0x06011D02 RID: 72962 RVA: 0x00441564 File Offset: 0x0043F764
|
|
[Token(Token = "0x6011D02")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
public DEMEDILAMNH()
|
|
{
|
|
this.Dispose();
|
|
}
|
|
}
|
|
|
|
// Token: 0x020027BC RID: 10172
|
|
[Token(Token = "0x20027BC")]
|
|
private class HHKBBAGADLL : JAKMIGBBBOM.BAFPMPJFBEM, IDisposable
|
|
{
|
|
// Token: 0x06011D03 RID: 72963 RVA: 0x00441578 File Offset: 0x0043F778
|
|
[Token(Token = "0x6011D03")]
|
|
[Address(RVA = "0x3C3A30", Offset = "0x3C2430", VA = "0x1803C3A30")]
|
|
public HHKBBAGADLL(BEMCHDAOCEN tracker)
|
|
{
|
|
this.DAOGKBOBDPI = tracker;
|
|
}
|
|
|
|
// Token: 0x06011D04 RID: 72964 RVA: 0x00441594 File Offset: 0x0043F794
|
|
[Token(Token = "0x6011D04")]
|
|
[Address(RVA = "0x11CD820", Offset = "0x11CC220", VA = "0x1811CD820", Slot = "6")]
|
|
public void Dispose()
|
|
{
|
|
if (this.DAOGKBOBDPI != 0)
|
|
{
|
|
}
|
|
this.DAOGKBOBDPI = (ulong)0L;
|
|
}
|
|
|
|
// Token: 0x06011D05 RID: 72965 RVA: 0x004415B4 File Offset: 0x0043F7B4
|
|
[Token(Token = "0x6011D05")]
|
|
[Address(RVA = "0x11CD850", Offset = "0x11CC250", VA = "0x1811CD850", Slot = "4")]
|
|
public Vector3 MGNODAPHAGF()
|
|
{
|
|
Vector3 vector;
|
|
float z = vector.z;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06011D06 RID: 72966 RVA: 0x004415D0 File Offset: 0x0043F7D0
|
|
[Token(Token = "0x6011D06")]
|
|
[Address(RVA = "0x11CD7E0", Offset = "0x11CC1E0", VA = "0x1811CD7E0", Slot = "5")]
|
|
public Vector3 BNCPGKJAODF()
|
|
{
|
|
Vector3 vector;
|
|
float z = vector.z;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0400BED5 RID: 48853
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400BED5")]
|
|
private BEMCHDAOCEN DAOGKBOBDPI;
|
|
}
|
|
|
|
// Token: 0x020027BD RID: 10173
|
|
[Token(Token = "0x20027BD")]
|
|
private class LHMEJOEOBGP : JAKMIGBBBOM.BAFPMPJFBEM, IDisposable
|
|
{
|
|
// Token: 0x06011D07 RID: 72967 RVA: 0x004415EC File Offset: 0x0043F7EC
|
|
[Token(Token = "0x6011D07")]
|
|
[Address(RVA = "0x11E1590", Offset = "0x11DFF90", VA = "0x1811E1590")]
|
|
public LHMEJOEOBGP(RigidbodyEx rigidbodyEx, PlayerHand hand, Vector3 localPosition)
|
|
{
|
|
float z = localPosition.z;
|
|
this.AFEBLJOIBBC = rigidbodyEx;
|
|
this.IJICNFNPBGJ.z = z;
|
|
this.ONFJHABGCIP = hand;
|
|
}
|
|
|
|
// Token: 0x06011D08 RID: 72968 RVA: 0x00441620 File Offset: 0x0043F820
|
|
[Token(Token = "0x6011D08")]
|
|
[Address(RVA = "0x11E1430", Offset = "0x11DFE30", VA = "0x1811E1430", Slot = "6")]
|
|
public void Dispose()
|
|
{
|
|
int num = 0;
|
|
this.AFEBLJOIBBC = num;
|
|
this.ONFJHABGCIP = num;
|
|
}
|
|
|
|
// Token: 0x06011D09 RID: 72969 RVA: 0x00441640 File Offset: 0x0043F840
|
|
[Token(Token = "0x6011D09")]
|
|
[Address(RVA = "0x11E1440", Offset = "0x11DFE40", VA = "0x1811E1440", Slot = "4")]
|
|
public Vector3 MGNODAPHAGF()
|
|
{
|
|
Vector3 vector;
|
|
float z = vector.z;
|
|
Vector3 vector2;
|
|
float z2 = vector2.z;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06011D0A RID: 72970 RVA: 0x0044166C File Offset: 0x0043F86C
|
|
[Token(Token = "0x6011D0A")]
|
|
[Address(RVA = "0x11E12E0", Offset = "0x11DFCE0", VA = "0x1811E12E0", Slot = "5")]
|
|
public Vector3 BNCPGKJAODF()
|
|
{
|
|
Vector3 vector;
|
|
float z = vector.z;
|
|
Vector3 vector2;
|
|
float z2 = vector2.z;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0400BED6 RID: 48854
|
|
[Token(Token = "0x400BED6")]
|
|
private const float DPMINAMLOGN = 0.05f;
|
|
|
|
// Token: 0x0400BED7 RID: 48855
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400BED7")]
|
|
private PlayerHand ONFJHABGCIP;
|
|
|
|
// Token: 0x0400BED8 RID: 48856
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400BED8")]
|
|
private RigidbodyEx AFEBLJOIBBC;
|
|
|
|
// Token: 0x0400BED9 RID: 48857
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x400BED9")]
|
|
private Vector3 IJICNFNPBGJ;
|
|
}
|
|
}
|