scripts
This commit is contained in:
@@ -0,0 +1,167 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.DataStructures;
|
||||
using UnityEngine;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace RRUI.Navigation
|
||||
{
|
||||
// Token: 0x02000811 RID: 2065
|
||||
[Token(Token = "0x2000811")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class Route : IEquatable<Route>
|
||||
{
|
||||
// Token: 0x17000A09 RID: 2569
|
||||
// (get) Token: 0x0600396A RID: 14698 RVA: 0x000F2258 File Offset: 0x000F0458
|
||||
[Token(Token = "0x17000A09")]
|
||||
public SerializedGuid ContextGuid
|
||||
{
|
||||
[Token(Token = "0x600396A")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.contextGuid;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000A0A RID: 2570
|
||||
// (get) Token: 0x0600396B RID: 14699 RVA: 0x000F226C File Offset: 0x000F046C
|
||||
[Token(Token = "0x17000A0A")]
|
||||
public SerializedGuid ViewGuid
|
||||
{
|
||||
[Token(Token = "0x600396B")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.viewGuid;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600396C RID: 14700 RVA: 0x000F2280 File Offset: 0x000F0480
|
||||
[Token(Token = "0x600396C")]
|
||||
[Address(RVA = "0x108EBC0", Offset = "0x108D5C0", VA = "0x18108EBC0", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
this.contextGuid.Finalize();
|
||||
this.viewGuid.Finalize();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600396D RID: 14701 RVA: 0x000F22A8 File Offset: 0x000F04A8
|
||||
[Token(Token = "0x600396D")]
|
||||
[Address(RVA = "0x108EDE0", Offset = "0x108D7E0", VA = "0x18108EDE0", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
RoutesConfig instance = RoutesConfig.Instance;
|
||||
int num = 0;
|
||||
if (!(instance != num))
|
||||
{
|
||||
return base.ToString();
|
||||
}
|
||||
List<RoutesConfig.Context> contexts = instance.contexts;
|
||||
Func<RoutesConfig.Context, bool> func = new Func(this.OKLIOODICDH);
|
||||
RoutesConfig.Context context = Enumerable.FirstOrDefault<RoutesConfig.Context>(contexts, func);
|
||||
if (context != 0)
|
||||
{
|
||||
List<RoutesConfig.View> views = context.views;
|
||||
Func<RoutesConfig.View, bool> func2 = new Func(this.EIHMJCKECFD);
|
||||
if (Enumerable.FirstOrDefault<RoutesConfig.View>(views, func2) != 0)
|
||||
{
|
||||
}
|
||||
}
|
||||
return "<NULL>" + "/" + "<NULL>";
|
||||
}
|
||||
|
||||
// Token: 0x0600396E RID: 14702 RVA: 0x000F2334 File Offset: 0x000F0534
|
||||
[Token(Token = "0x600396E")]
|
||||
[Address(RVA = "0x108EAA0", Offset = "0x108D4A0", VA = "0x18108EAA0", Slot = "4")]
|
||||
public bool Equals(Route HPKICPNGMDJ)
|
||||
{
|
||||
if (HPKICPNGMDJ != 0)
|
||||
{
|
||||
Guid value = this.contextGuid._value;
|
||||
Guid value2 = HPKICPNGMDJ.contextGuid._value;
|
||||
if (value == value2)
|
||||
{
|
||||
Guid value3 = this.viewGuid._value;
|
||||
Guid value4 = HPKICPNGMDJ.viewGuid._value;
|
||||
bool flag = value3 == value4;
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600396F RID: 14703 RVA: 0x000F2390 File Offset: 0x000F0590
|
||||
[Token(Token = "0x600396F")]
|
||||
[Address(RVA = "0x108EC50", Offset = "0x108D650", VA = "0x18108EC50")]
|
||||
public AssetReference POPMDGAJDCA()
|
||||
{
|
||||
int num = 0;
|
||||
RoutesConfig.OFFLOPLJBBG();
|
||||
Dictionary<Guid, AssetReference> prefabReferences = RoutesConfig.prefabReferences;
|
||||
Guid value = this.viewGuid._value;
|
||||
if (!prefabReferences.TryGetValue(value, num))
|
||||
{
|
||||
Debug.LogError(string.Format("Unable to find AssetReference for Route {0}", this));
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06003970 RID: 14704 RVA: 0x000F23D8 File Offset: 0x000F05D8
|
||||
[Token(Token = "0x6003970")]
|
||||
[Address(RVA = "0x108EF60", Offset = "0x108D960", VA = "0x18108EF60")]
|
||||
public Route()
|
||||
{
|
||||
SerializedGuid serializedGuid = new SerializedGuid();
|
||||
this.contextGuid = serializedGuid;
|
||||
SerializedGuid serializedGuid2 = new SerializedGuid();
|
||||
this.viewGuid = serializedGuid2;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x06003971 RID: 14705 RVA: 0x000F2408 File Offset: 0x000F0608
|
||||
[Token(Token = "0x6003971")]
|
||||
[Address(RVA = "0x108EC20", Offset = "0x108D620", VA = "0x18108EC20")]
|
||||
[CompilerGenerated]
|
||||
private bool OKLIOODICDH(RoutesConfig.Context MBEHODBGOJI)
|
||||
{
|
||||
SerializedGuid serializedGuid = this.contextGuid;
|
||||
if (MBEHODBGOJI != 0)
|
||||
{
|
||||
}
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x06003972 RID: 14706 RVA: 0x000F2428 File Offset: 0x000F0628
|
||||
[Token(Token = "0x6003972")]
|
||||
[Address(RVA = "0x108EA70", Offset = "0x108D470", VA = "0x18108EA70")]
|
||||
[CompilerGenerated]
|
||||
private bool EIHMJCKECFD(RoutesConfig.View DINHOLEGEMB)
|
||||
{
|
||||
SerializedGuid serializedGuid = this.viewGuid;
|
||||
if (DINHOLEGEMB != 0)
|
||||
{
|
||||
}
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0400324A RID: 12874
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400324A")]
|
||||
[SerializeField]
|
||||
private SerializedGuid contextGuid;
|
||||
|
||||
// Token: 0x0400324B RID: 12875
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400324B")]
|
||||
[SerializeField]
|
||||
private SerializedGuid viewGuid;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,356 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.DataStructures;
|
||||
using UnityEngine;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace RRUI.Navigation
|
||||
{
|
||||
// Token: 0x02000812 RID: 2066
|
||||
[Token(Token = "0x2000812")]
|
||||
[CreateAssetMenu]
|
||||
[StructLayout(3)]
|
||||
public class RoutesConfig : ScriptableObject
|
||||
{
|
||||
// Token: 0x17000A0B RID: 2571
|
||||
// (get) Token: 0x06003973 RID: 14707 RVA: 0x000F2448 File Offset: 0x000F0648
|
||||
[Token(Token = "0x17000A0B")]
|
||||
public static RoutesConfig Instance
|
||||
{
|
||||
[Token(Token = "0x6003973")]
|
||||
[Address(RVA = "0x108F550", Offset = "0x108DF50", VA = "0x18108F550")]
|
||||
get
|
||||
{
|
||||
RoutesConfig instance = RoutesConfig._instance;
|
||||
int num = 0;
|
||||
if (instance == num)
|
||||
{
|
||||
RoutesConfig._instance = OIOLECLLCPM.GDJBDCKGDLE<RoutesConfig>(0);
|
||||
RoutesConfig instance2 = RoutesConfig._instance;
|
||||
int num2 = 0;
|
||||
if (instance2 == num2)
|
||||
{
|
||||
Debug.LogError("Failed to load Routes object");
|
||||
}
|
||||
}
|
||||
return RoutesConfig._instance;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003974 RID: 14708 RVA: 0x000F2494 File Offset: 0x000F0694
|
||||
[Token(Token = "0x6003974")]
|
||||
[Address(RVA = "0x108EFE0", Offset = "0x108D9E0", VA = "0x18108EFE0")]
|
||||
private static void OFFLOPLJBBG()
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
RoutesConfig.prefabReferences = new Dictionary();
|
||||
RoutesConfig instance = RoutesConfig.Instance;
|
||||
List<RoutesConfig.Context> list = instance.contexts;
|
||||
uint num2;
|
||||
if (instance != 0)
|
||||
{
|
||||
if (num >= instance)
|
||||
{
|
||||
goto IL_30;
|
||||
}
|
||||
num += num;
|
||||
if (num != instance)
|
||||
{
|
||||
num++;
|
||||
goto IL_30;
|
||||
}
|
||||
IL_46:
|
||||
num2 += (uint)1;
|
||||
if (instance != 0)
|
||||
{
|
||||
}
|
||||
if (num2 != (uint)(-1))
|
||||
{
|
||||
}
|
||||
if (num == 0)
|
||||
{
|
||||
goto IL_58;
|
||||
}
|
||||
goto IL_89;
|
||||
IL_30:
|
||||
if (instance != 0)
|
||||
{
|
||||
Dictionary<Guid, AssetReference> dictionary = RoutesConfig.prefabReferences;
|
||||
IntPtr cachedPtr = instance.m_CachedPtr;
|
||||
goto IL_46;
|
||||
}
|
||||
goto IL_46;
|
||||
}
|
||||
IL_58:
|
||||
num2 += (uint)1;
|
||||
if (instance != 0)
|
||||
{
|
||||
}
|
||||
if (num2 != (uint)(-1))
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
return;
|
||||
IL_89:
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06003975 RID: 14709 RVA: 0x000F253C File Offset: 0x000F073C
|
||||
[Token(Token = "0x6003975")]
|
||||
[Address(RVA = "0x108F3B0", Offset = "0x108DDB0", VA = "0x18108F3B0")]
|
||||
public static AssetReference POPMDGAJDCA(Route GJIOCANDGPE)
|
||||
{
|
||||
RoutesConfig.OFFLOPLJBBG();
|
||||
Dictionary<Guid, AssetReference> dictionary = RoutesConfig.prefabReferences;
|
||||
Guid value = GJIOCANDGPE.viewGuid._value;
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
Debug.LogError(string.Format("Unable to find AssetReference for Route {0}", GJIOCANDGPE));
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x17000A0C RID: 2572
|
||||
// (get) Token: 0x06003976 RID: 14710 RVA: 0x000F2580 File Offset: 0x000F0780
|
||||
[Token(Token = "0x17000A0C")]
|
||||
public IReadOnlyList<RoutesConfig.Context> Contexts
|
||||
{
|
||||
[Token(Token = "0x6003976")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06003976)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RRUI.Navigation.RoutesConfig/Context> RRUI.Navigation.RoutesConfig::get_Contexts()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<class RRUI.Navigation.RoutesConfig/Context>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RRUI.Navigation.RoutesConfig/Context>(RoutesConfig::contexts, ldloc:RoutesConfig(this)))
|
||||
}
|
||||
|
||||
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: 0x06003977 RID: 14711 RVA: 0x000F2594 File Offset: 0x000F0794
|
||||
[Token(Token = "0x6003977")]
|
||||
[Address(RVA = "0x108F4F0", Offset = "0x108DEF0", VA = "0x18108F4F0")]
|
||||
public RoutesConfig()
|
||||
{
|
||||
List<RoutesConfig.Context> list = new List();
|
||||
this.contexts = list;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x06003978 RID: 14712 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x6003978")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
|
||||
static RoutesConfig()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400324C RID: 12876
|
||||
[Token(Token = "0x400324C")]
|
||||
private static RoutesConfig _instance;
|
||||
|
||||
// Token: 0x0400324D RID: 12877
|
||||
[Token(Token = "0x400324D")]
|
||||
private static bool isInitialized;
|
||||
|
||||
// Token: 0x0400324E RID: 12878
|
||||
[Token(Token = "0x400324E")]
|
||||
private static Dictionary<Guid, AssetReference> prefabReferences;
|
||||
|
||||
// Token: 0x0400324F RID: 12879
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400324F")]
|
||||
[SerializeField]
|
||||
private List<RoutesConfig.Context> contexts;
|
||||
|
||||
// Token: 0x02000813 RID: 2067
|
||||
[Token(Token = "0x2000813")]
|
||||
[Serializable]
|
||||
public class View
|
||||
{
|
||||
// Token: 0x17000A0D RID: 2573
|
||||
// (get) Token: 0x06003979 RID: 14713 RVA: 0x000F25B4 File Offset: 0x000F07B4
|
||||
[Token(Token = "0x17000A0D")]
|
||||
public SerializedGuid Guid
|
||||
{
|
||||
[Token(Token = "0x6003979")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.guid;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000A0E RID: 2574
|
||||
// (get) Token: 0x0600397A RID: 14714 RVA: 0x000F25C8 File Offset: 0x000F07C8
|
||||
[Token(Token = "0x17000A0E")]
|
||||
public string FriendlyName
|
||||
{
|
||||
[Token(Token = "0x600397A")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.friendlyName;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000A0F RID: 2575
|
||||
// (get) Token: 0x0600397B RID: 14715 RVA: 0x000F25DC File Offset: 0x000F07DC
|
||||
[Token(Token = "0x17000A0F")]
|
||||
public AssetReference PrefabReference
|
||||
{
|
||||
[Token(Token = "0x600397B")]
|
||||
[Address(RVA = "0x3C1220", Offset = "0x3BFC20", VA = "0x1803C1220")]
|
||||
get
|
||||
{
|
||||
return this.prefabReference;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600397C RID: 14716 RVA: 0x000F25F0 File Offset: 0x000F07F0
|
||||
[Token(Token = "0x600397C")]
|
||||
[Address(RVA = "0x1092550", Offset = "0x1090F50", VA = "0x181092550")]
|
||||
public View()
|
||||
{
|
||||
Guid guid = global::System.Guid.NewGuid();
|
||||
SerializedGuid serializedGuid;
|
||||
this.guid = serializedGuid;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x04003250 RID: 12880
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4003250")]
|
||||
[SerializeField]
|
||||
private SerializedGuid guid;
|
||||
|
||||
// Token: 0x04003251 RID: 12881
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4003251")]
|
||||
[SerializeField]
|
||||
private string friendlyName;
|
||||
|
||||
// Token: 0x04003252 RID: 12882
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4003252")]
|
||||
[SerializeField]
|
||||
private AssetReference prefabReference;
|
||||
}
|
||||
|
||||
// Token: 0x02000814 RID: 2068
|
||||
[Token(Token = "0x2000814")]
|
||||
[Serializable]
|
||||
public class Context
|
||||
{
|
||||
// Token: 0x17000A10 RID: 2576
|
||||
// (get) Token: 0x0600397D RID: 14717 RVA: 0x000F2610 File Offset: 0x000F0810
|
||||
[Token(Token = "0x17000A10")]
|
||||
public SerializedGuid Guid
|
||||
{
|
||||
[Token(Token = "0x600397D")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.guid;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000A11 RID: 2577
|
||||
// (get) Token: 0x0600397E RID: 14718 RVA: 0x000F2624 File Offset: 0x000F0824
|
||||
[Token(Token = "0x17000A11")]
|
||||
public string Name
|
||||
{
|
||||
[Token(Token = "0x600397E")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.name;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000A12 RID: 2578
|
||||
// (get) Token: 0x0600397F RID: 14719 RVA: 0x000F2638 File Offset: 0x000F0838
|
||||
[Token(Token = "0x17000A12")]
|
||||
public IReadOnlyList<RoutesConfig.View> Views
|
||||
{
|
||||
[Token(Token = "0x600397F")]
|
||||
[Address(RVA = "0x3C1220", Offset = "0x3BFC20", VA = "0x1803C1220")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600397F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RRUI.Navigation.RoutesConfig/View> RRUI.Navigation.RoutesConfig/Context::get_Views()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<class RRUI.Navigation.RoutesConfig/View>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RRUI.Navigation.RoutesConfig/View>(Context::views, ldloc:Context(this)))
|
||||
}
|
||||
|
||||
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: 0x06003980 RID: 14720 RVA: 0x000F264C File Offset: 0x000F084C
|
||||
[Token(Token = "0x6003980")]
|
||||
[Address(RVA = "0x1079220", Offset = "0x1077C20", VA = "0x181079220")]
|
||||
public Context()
|
||||
{
|
||||
Guid guid = global::System.Guid.NewGuid();
|
||||
SerializedGuid serializedGuid;
|
||||
this.guid = serializedGuid;
|
||||
List<RoutesConfig.View> list = new List();
|
||||
this.views = list;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x04003253 RID: 12883
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4003253")]
|
||||
[SerializeField]
|
||||
private SerializedGuid guid;
|
||||
|
||||
// Token: 0x04003254 RID: 12884
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4003254")]
|
||||
[SerializeField]
|
||||
private string name;
|
||||
|
||||
// Token: 0x04003255 RID: 12885
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4003255")]
|
||||
[SerializeField]
|
||||
private List<RoutesConfig.View> views;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user