165 lines
6.1 KiB
C#
165 lines
6.1 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020004DF RID: 1247
|
|
[Token(Token = "0x20004DF")]
|
|
[StructLayout(3)]
|
|
public static class IBEGJAHFGAH
|
|
{
|
|
// Token: 0x060024D4 RID: 9428 RVA: 0x000983AC File Offset: 0x000965AC
|
|
[Token(Token = "0x60024D4")]
|
|
[Address(RVA = "0x13417A0", Offset = "0x13401A0", VA = "0x1813417A0")]
|
|
public static void AMGOKGIMIAD()
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
IEnumerator enumerator = Enum.GetValues(typeof(JKPLBBBJLJK)).GetEnumerator();
|
|
string text;
|
|
if (enumerator != 0)
|
|
{
|
|
while (text != 0)
|
|
{
|
|
}
|
|
PhotonNetwork.CachePrefab(text, true, true);
|
|
}
|
|
if (text != 0)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x060024D5 RID: 9429 RVA: 0x000983FC File Offset: 0x000965FC
|
|
[Token(Token = "0x60024D5")]
|
|
[Address(RVA = "0x1341D30", Offset = "0x1340730", VA = "0x181341D30")]
|
|
public static Tool MENLMCCCPHG(JKPLBBBJLJK AAICMBDEJBE)
|
|
{
|
|
PlayerBackpackToolConfig.Config config;
|
|
if (config == 0)
|
|
{
|
|
}
|
|
return config.Prefab;
|
|
}
|
|
|
|
// Token: 0x060024D6 RID: 9430 RVA: 0x00098418 File Offset: 0x00096618
|
|
[Token(Token = "0x60024D6")]
|
|
[Address(RVA = "0x1341B50", Offset = "0x1340550", VA = "0x181341B50")]
|
|
public static string EIIEPDGIFLI(JKPLBBBJLJK AAICMBDEJBE)
|
|
{
|
|
PlayerBackpackToolConfig.Config config;
|
|
if (config != 0)
|
|
{
|
|
Tool prefab = config.Prefab;
|
|
int num = 0;
|
|
if (prefab != num)
|
|
{
|
|
return config.Prefab.name;
|
|
}
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060024D7 RID: 9431 RVA: 0x00098454 File Offset: 0x00096654
|
|
[Token(Token = "0x60024D7")]
|
|
[Address(RVA = "0x1341C10", Offset = "0x1340610", VA = "0x181341C10")]
|
|
public static string JGFANFNDDOD(JKPLBBBJLJK AAICMBDEJBE)
|
|
{
|
|
PlayerBackpackToolConfig.Config config;
|
|
if (config == 0)
|
|
{
|
|
return "None";
|
|
}
|
|
return config.FriendlyName;
|
|
}
|
|
|
|
// Token: 0x060024D8 RID: 9432 RVA: 0x00098474 File Offset: 0x00096674
|
|
[Token(Token = "0x60024D8")]
|
|
[Address(RVA = "0x1341C80", Offset = "0x1340680", VA = "0x181341C80")]
|
|
public static Vector3 LGFFNCCBOEA(JKPLBBBJLJK AAICMBDEJBE)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060024D8)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector3 IBEGJAHFGAH::LGFFNCCBOEA(JKPLBBBJLJK)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_0A:
|
|
stloc:float32(var_2_15, ldfld:float32(Vector3::z, ldfld:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](Config::SpawnRotation, ldloc:Config(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: 0x060024D9 RID: 9433 RVA: 0x00098498 File Offset: 0x00096698
|
|
[Token(Token = "0x60024D9")]
|
|
[Address(RVA = "0x13419C0", Offset = "0x13403C0", VA = "0x1813419C0")]
|
|
public static List<JKPLBBBJLJK> APACPNJKKLA()
|
|
{
|
|
List<JKPLBBBJLJK> list = new List();
|
|
int num = 0;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
int num2 = 0;
|
|
list.Add(num);
|
|
num2++;
|
|
}
|
|
return list;
|
|
}
|
|
|
|
// Token: 0x060024DA RID: 9434 RVA: 0x000984C8 File Offset: 0x000966C8
|
|
[Token(Token = "0x60024DA")]
|
|
[Address(RVA = "0x1341F20", Offset = "0x1340920", VA = "0x181341F20")]
|
|
public static PlayerBackpackToolConfig.Config[] MMOKIFOMPKP()
|
|
{
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060024DB RID: 9435 RVA: 0x000984E0 File Offset: 0x000966E0
|
|
[Token(Token = "0x60024DB")]
|
|
[Address(RVA = "0x1341D90", Offset = "0x1340790", VA = "0x181341D90")]
|
|
public static PlayerBackpackToolConfig.Config MMINCPEJOJB(JKPLBBBJLJK AAICMBDEJBE)
|
|
{
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
}
|
|
throw new IndexOutOfRangeException();
|
|
}
|
|
|
|
// Token: 0x060024DC RID: 9436 RVA: 0x000984FC File Offset: 0x000966FC
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x60024DC")]
|
|
[Address(RVA = "0x1342030", Offset = "0x1340A30", VA = "0x181342030")]
|
|
static IBEGJAHFGAH()
|
|
{
|
|
PlayerBackpackToolConfig playerBackpackToolConfig = OIOLECLLCPM.GDJBDCKGDLE<PlayerBackpackToolConfig>(0);
|
|
}
|
|
|
|
// Token: 0x04001DBD RID: 7613
|
|
[Token(Token = "0x4001DBD")]
|
|
public static PlayerBackpackToolConfig MFIAFAGNMJN;
|
|
}
|