· 6 years ago · Nov 15, 2019, 09:10 PM
1[Message: BepInEx] BepInEx 5.0.0.0 - Risk of Rain 2
2[Info : BepInEx] Running under Unity v2018.3.14.13691377
3[Info : BepInEx] CLR runtime version: 4.0.30319.17020
4[Info : BepInEx] Supports SRE: False
5[Message: BepInEx] Preloader started
6[Info : BepInEx] Loaded 1 patcher methods from BepInEx.MonoMod.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
7[Info : BepInEx] 2 patcher plugin(s) loaded
8[Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
9[Info : MonoMod] Collecting target assemblies from mods
10[Info : BepInEx] Patching [Assembly-CSharp] with [BepInEx.MonoMod.Loader.Patcher]
11[Message: MonoMod] [Main] Scanning for mods in directory.
12[Message: MonoMod] [ReadMod] Loading mod dir: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod
13[Message: MonoMod] [ReadMod] Loading mod: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\Assembly-CSharp.R2API.mm.dll
14[Message: MonoMod] [ReadMod] Loading mod dir: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\tristanmcpherson-R2API
15[Message: MonoMod] [ReadMod] Loading mod: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\tristanmcpherson-R2API\Assembly-CSharp.R2API.mm.dll
16[Message: MonoMod] [Main] Found 2 mods
17[Message: MonoMod] [Main] mm.PatchRefs(); fixup pre-pass
18[Message: MonoMod] [Main] mm.AutoPatch();
19[Message: MonoMod] [AutoPatch] Parsing rules in loaded mods
20[Info :BepInEx Preloader] [MonoMod] [RulesModder]
21[Info :BepInEx Preloader] [Write] Writing modded module into output stream.
22[Info :BepInEx Preloader] [MonoMod] [RulesModder]
23[Info :BepInEx Preloader] [Write] Writing modded module into output stream.
24[Message: MonoMod] [AutoPatch] PrePatch pass
25[Message: MonoMod] [AutoPatch] Patch pass
26[Message: MonoMod] [AutoPatch] PatchRefs pass
27[Message: MonoMod] [PostProcessor] PostProcessor pass #1
28[Message: MonoMod] [Main] Done.
29[Message: BepInEx] Preloader finished
30[Message: BepInEx] Chainloader ready
31[Message: BepInEx] Chainloader started
32[Info : BepInEx] 30 plugins to load
33[Info : BepInEx] Loading [Configuration Manager 15.1]
34[Info : BepInEx] Loading [R2API 2.2.32]
35[Error : R2API] LobbyConfigAPI could not be initialized and has been disabled:
36
37System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'R2API.LobbyConfigAPI' threw an exception. ---> System.TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
38 at R2API.Utils.Reflection+<>c__26`1[TReturn].<GetFieldGetDelegate>b__26_0 (System.Reflection.FieldInfo x) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
39 at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <c6bd535f6ab848b4a13f34d01b756eef>:0
40 at R2API.Utils.Reflection.GetFieldGetDelegate[TReturn] (System.Reflection.FieldInfo field) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
41 at R2API.Utils.Reflection.GetFieldValue[TReturn] (System.Type staticType, System.String fieldName) [0x00007] in <fbe64e3639d841baba971e923807db02>:0
42 at R2API.LobbyConfigAPI..cctor () [0x00000] in <fbe64e3639d841baba971e923807db02>:0
43 --- End of inner exception stack trace ---
44 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
45 at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <c6bd535f6ab848b4a13f34d01b756eef>:0
46 --- End of inner exception stack trace ---
47 at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0004b] in <c6bd535f6ab848b4a13f34d01b756eef>:0
48 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <c6bd535f6ab848b4a13f34d01b756eef>:0
49 at R2API.Utils.APISubmoduleHandler+<>c.<InvokeStage>b__5_1 (System.Reflection.MethodInfo m) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
50 at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <c6bd535f6ab848b4a13f34d01b756eef>:0
51 at R2API.Utils.APISubmoduleHandler.InvokeStage (System.Type type, R2API.Utils.InitStage stage) [0x00068] in <fbe64e3639d841baba971e923807db02>:0
52 at R2API.Utils.APISubmoduleHandler+<>c__DisplayClass3_0.<LoadAll>b__0 (System.Type t) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
53 at R2API.Utils.EnumerableExtensions+<>c__DisplayClass0_0`1[T].<ForEachTry>b__0 (T element) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
54[Info : BepInEx] Loading [LunarCoinShareOnPickup 3.5.0]
55[Info : BepInEx] Loading [EmptyChestsBeGone 1.1.0]
56[Info : BepInEx] Loading [Faster3DPrinters 1.0.0]
57[Info : BepInEx] Loading [ScalingBloodShrines 1.0.0]
58[Info : BepInEx] Loading [WaxQuailMultiJump 1.0.1]
59[Info : BepInEx] Loading [DeployableOwnerInformation 1.0.1]
60[Info : BepInEx] Loading [FluffyLabsConfigManagerTools 1.0.1]
61[Info : BepInEx] Loading [InfusionStackFix 3.0.3]
62[Info : BepInEx] Loading [Item Counters 1.0.0]
63[Info : BepInEx] Loading [Ordered Items 2.1.0]
64[Info : BepInEx] Loading [SteamBuildID 1.0.0]
65[Info : BepInEx] Loading [AssetPlus 0.1.1]
66[Info : BepInEx] Loading [OSP_Endscreen 0.3.0]
67[Info : BepInEx] Loading [MiniRpcLib 1.0]
68[Info :MiniRpcLib] Initializing Logger
69[Info :MiniRpcLib] Initializing MiniRpc
70Could not resolve type with token 010000db (from typeref, class/assembly MonoMod.Utils.MonoModExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
71[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
72Stack trace:
73DMD<CollectHandlers>?-1715074560._CollectHandlers () (at <b1edfb2b222642d4a39f9cbad637df84>:0)
74MiniRpcLib.MiniRpc+<>c.<Initialize>b__11_2 (On.RoR2.Networking.NetworkMessageHandlerAttribute+orig_CollectHandlers orig) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
75DMD<>?-1715074560._Hook<RoR2_Networking_NetworkMessageHandlerAttribute::CollectHandlers>?-1726144896 () (at <797be4a613184f25979712cd5cc82584>:0)
76System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
77Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
78System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
79System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
80Reflection.InvokeMethod[TReturn] (System.Type type, System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
81Reflection.InvokeMethod[TClass,TReturn] (System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
82Reflection.InvokeMethod[TClass] (System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
83MiniRpcLib.MiniRpc.Initialize (MiniRpcLib.RpcLayer.RpcLayer layer) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
84MiniRpcLib.MiniRpcPlugin..ctor () (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
85UnityEngine.GameObject:AddComponent(Type)
86BepInEx.Bootstrap.Chainloader:Start()
87UnityEngine.Application:.cctor()
88RoR2.SkinDef:Awake()
89
90[Info : BepInEx] Loading [DPSMeter 0.0.5]
91[Info :MiniRpcLib] 3276788072[0] Registering action | Client
92[Info : BepInEx] Loading [Raincoat 0.2.2]
93[Info :MiniRpcLib] 1640787308[0] Registering action | Server
94[Info : BepInEx] Loading [StatsDisplay 1.3]
95[Info : Unity Log] Loaded StatsDisplayMod
96[Info : BepInEx] Loading [ItemExchangeNotifier 1.3.0]
97[Info : BepInEx] Loading [BalancedObliterate 1.1.3]
98[Info : BepInEx] Loading [BuffPlus 1.2.1]
99[Info : BepInEx] Loading [MarkTeleporter 2.0.1]
100[Info : BepInEx] Loading [BetterMedkit 1.0.1]
101[Info : BepInEx] Loading [ShowDeathCause 1.0.0]
102[Info : BepInEx] Loading [Increase Huntress Range 1.0.0]
103[Info : BepInEx] Loading [LunarModifier 1.1.9]
104[Info : BepInEx] Loading [ItemStats 1.3.1]
105[Info : BepInEx] Loading [Multitudes 1.3.0]
106[Info : BepInEx] Loading [Skip Welcome Screen 1.0.1]
107[Message: BepInEx] Chainloader startup complete
108[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
109Stack trace:
110DMD<CollectHandlers>?-1715074560._CollectHandlers () (at <b1edfb2b222642d4a39f9cbad637df84>:0)
111MiniRpcLib.MiniRpc+<>c.<Initialize>b__11_2 (On.RoR2.Networking.NetworkMessageHandlerAttribute+orig_CollectHandlers orig) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
112DMD<>?-1715074560._Hook<RoR2_Networking_NetworkMessageHandlerAttribute::CollectHandlers>?-1726144896 () (at <797be4a613184f25979712cd5cc82584>:0)
113
114Facepunch.Steamworks Unity: WindowsPlayer
115Facepunch.Steamworks Os: Windows
116Facepunch.Steamworks Arch: x64
117Setting breakpad minidump AppID = 632360
118Steam_SetMinidumpSteamID: Caching Steam ID: 76561198006332787 [API loaded no]
119Searching for compatible XInput library...
120Found Xinput1_4.dll.
121[Info : Unity Log] WwiseUnity: Sound engine initialized successfully.
122[Info : Unity Log] Bloom: True
123[Info : Unity Log] english
124[Info : Unity Log] Setting current language to "en"
125[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
126Stack trace:
127DMD<Awake>?-1715074560._Awake (RoR2.Console this) (at <6d7bf4bdcc1241c49fddebc2a0824a0b>:0)
128Multitudes.Multitudes+<>c.<Awake>b__7_0 (On.RoR2.Console+orig_Awake orig, RoR2.Console self) (at <d7adaf73cea84a17aa25fa48a90480df>:0)
129DMD<>?-1715074560._Hook<RoR2_Console::Awake>?1592202240 (RoR2.Console ) (at <3f6f96fa2a2041a7973728272767c569>:0)
130UnityEngine.GameObject:AddComponent()
131DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
132R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
133DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
134SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
135DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
136AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
137DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
138RoR2.RoR2Application:Awake()
139
140[Info : Unity Log] Initializing system: BodyCatalog
141[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
142Stack trace:
143R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
144System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
145R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
146R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
147R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
148DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
149EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
150RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
151UnityEngine.Resources:LoadAll(String)
152R2API.AssetAPI:BuildBodyCatalog()
153DMD<Init>?-1715074560:_Init()
154R2API.<>c:<InitHooks>b__17_2(orig_Init)
155DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
156System.Reflection.MethodBase:Invoke(Object, Object[])
157RoR2.SystemInitializerAttribute:Execute()
158DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
159R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
160DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
161SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
162DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
163AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
164DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
165RoR2.RoR2Application:Awake()
166
167[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
168Stack trace:
169R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
170System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
171R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
172R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
173R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
174DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
175EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
176RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
177UnityEngine.Resources:LoadAll(String)
178R2API.AssetAPI:BuildBodyCatalog()
179DMD<Init>?-1715074560:_Init()
180R2API.<>c:<InitHooks>b__17_2(orig_Init)
181DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
182System.Reflection.MethodBase:Invoke(Object, Object[])
183RoR2.SystemInitializerAttribute:Execute()
184DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
185R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
186DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
187SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
188DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
189AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
190DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
191RoR2.RoR2Application:Awake()
192
193[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
194Stack trace:
195R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
196System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
197R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
198R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
199R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
200DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
201EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
202RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
203UnityEngine.Resources:LoadAll(String)
204R2API.AssetAPI:BuildBodyCatalog()
205DMD<Init>?-1715074560:_Init()
206R2API.<>c:<InitHooks>b__17_2(orig_Init)
207DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
208System.Reflection.MethodBase:Invoke(Object, Object[])
209RoR2.SystemInitializerAttribute:Execute()
210DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
211R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
212DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
213SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
214DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
215AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
216DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
217RoR2.RoR2Application:Awake()
218
219[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
220Stack trace:
221R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
222System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
223R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
224R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
225R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
226DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
227EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
228RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
229UnityEngine.Resources:LoadAll(String)
230R2API.AssetAPI:BuildBodyCatalog()
231DMD<Init>?-1715074560:_Init()
232R2API.<>c:<InitHooks>b__17_2(orig_Init)
233DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
234System.Reflection.MethodBase:Invoke(Object, Object[])
235RoR2.SystemInitializerAttribute:Execute()
236DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
237R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
238DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
239SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
240DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
241AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
242DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
243RoR2.RoR2Application:Awake()
244
245[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
246Stack trace:
247R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
248System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
249R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
250R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
251R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
252DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
253EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
254RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
255UnityEngine.Resources:LoadAll(String)
256R2API.AssetAPI:BuildBodyCatalog()
257DMD<Init>?-1715074560:_Init()
258R2API.<>c:<InitHooks>b__17_2(orig_Init)
259DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
260System.Reflection.MethodBase:Invoke(Object, Object[])
261RoR2.SystemInitializerAttribute:Execute()
262DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
263R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
264DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
265SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
266DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
267AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
268DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
269RoR2.RoR2Application:Awake()
270
271[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
272Stack trace:
273R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
274System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
275R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
276R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
277R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
278DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
279EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
280RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
281UnityEngine.Resources:LoadAll(String)
282R2API.AssetAPI:BuildBodyCatalog()
283DMD<Init>?-1715074560:_Init()
284R2API.<>c:<InitHooks>b__17_2(orig_Init)
285DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
286System.Reflection.MethodBase:Invoke(Object, Object[])
287RoR2.SystemInitializerAttribute:Execute()
288DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
289R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
290DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
291SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
292DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
293AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
294DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
295RoR2.RoR2Application:Awake()
296
297[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
298Stack trace:
299R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
300System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
301R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
302R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
303R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
304DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
305EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
306RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
307UnityEngine.Resources:LoadAll(String)
308R2API.AssetAPI:BuildBodyCatalog()
309DMD<Init>?-1715074560:_Init()
310R2API.<>c:<InitHooks>b__17_2(orig_Init)
311DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
312System.Reflection.MethodBase:Invoke(Object, Object[])
313RoR2.SystemInitializerAttribute:Execute()
314DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
315R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
316DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
317SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
318DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
319AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
320DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
321RoR2.RoR2Application:Awake()
322
323[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
324Stack trace:
325R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
326System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
327R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
328R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
329R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
330DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
331EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
332RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
333UnityEngine.Resources:LoadAll(String)
334R2API.AssetAPI:BuildBodyCatalog()
335DMD<Init>?-1715074560:_Init()
336R2API.<>c:<InitHooks>b__17_2(orig_Init)
337DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
338System.Reflection.MethodBase:Invoke(Object, Object[])
339RoR2.SystemInitializerAttribute:Execute()
340DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
341R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
342DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
343SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
344DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
345AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
346DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
347RoR2.RoR2Application:Awake()
348
349[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
350Stack trace:
351R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
352System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
353R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
354R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
355R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
356DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
357EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
358RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
359UnityEngine.Resources:LoadAll(String)
360R2API.AssetAPI:BuildBodyCatalog()
361DMD<Init>?-1715074560:_Init()
362R2API.<>c:<InitHooks>b__17_2(orig_Init)
363DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
364System.Reflection.MethodBase:Invoke(Object, Object[])
365RoR2.SystemInitializerAttribute:Execute()
366DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
367R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
368DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
369SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
370DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
371AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
372DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
373RoR2.RoR2Application:Awake()
374
375[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
376Stack trace:
377R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
378System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
379R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
380R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
381R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
382DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
383EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
384RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
385UnityEngine.Resources:LoadAll(String)
386R2API.AssetAPI:BuildBodyCatalog()
387DMD<Init>?-1715074560:_Init()
388R2API.<>c:<InitHooks>b__17_2(orig_Init)
389DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
390System.Reflection.MethodBase:Invoke(Object, Object[])
391RoR2.SystemInitializerAttribute:Execute()
392DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
393R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
394DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
395SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
396DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
397AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
398DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
399RoR2.RoR2Application:Awake()
400
401[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
402Stack trace:
403R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
404System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
405R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
406R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
407R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
408DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
409EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
410RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
411UnityEngine.Resources:LoadAll(String)
412R2API.AssetAPI:BuildBodyCatalog()
413DMD<Init>?-1715074560:_Init()
414R2API.<>c:<InitHooks>b__17_2(orig_Init)
415DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
416System.Reflection.MethodBase:Invoke(Object, Object[])
417RoR2.SystemInitializerAttribute:Execute()
418DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
419R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
420DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
421SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
422DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
423AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
424DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
425RoR2.RoR2Application:Awake()
426
427[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
428Stack trace:
429R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
430System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
431R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
432R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
433R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
434DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
435EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
436RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
437UnityEngine.Resources:LoadAll(String)
438R2API.AssetAPI:BuildBodyCatalog()
439DMD<Init>?-1715074560:_Init()
440R2API.<>c:<InitHooks>b__17_2(orig_Init)
441DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
442System.Reflection.MethodBase:Invoke(Object, Object[])
443RoR2.SystemInitializerAttribute:Execute()
444DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
445R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
446DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
447SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
448DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
449AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
450DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
451RoR2.RoR2Application:Awake()
452
453[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
454Stack trace:
455R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
456System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
457R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
458R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
459R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
460DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
461EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
462RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
463UnityEngine.Resources:LoadAll(String)
464R2API.AssetAPI:BuildBodyCatalog()
465DMD<Init>?-1715074560:_Init()
466R2API.<>c:<InitHooks>b__17_2(orig_Init)
467DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
468System.Reflection.MethodBase:Invoke(Object, Object[])
469RoR2.SystemInitializerAttribute:Execute()
470DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
471R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
472DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
473SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
474DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
475AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
476DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
477RoR2.RoR2Application:Awake()
478
479[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
480Stack trace:
481R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
482System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
483R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
484R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
485R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
486DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
487EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
488RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
489UnityEngine.Resources:LoadAll(String)
490R2API.AssetAPI:BuildBodyCatalog()
491DMD<Init>?-1715074560:_Init()
492R2API.<>c:<InitHooks>b__17_2(orig_Init)
493DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
494System.Reflection.MethodBase:Invoke(Object, Object[])
495RoR2.SystemInitializerAttribute:Execute()
496DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
497R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
498DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
499SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
500DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
501AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
502DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
503RoR2.RoR2Application:Awake()
504
505[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
506Stack trace:
507R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
508System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
509R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
510R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
511R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
512DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
513EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
514RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
515UnityEngine.Resources:LoadAll(String)
516R2API.AssetAPI:BuildBodyCatalog()
517DMD<Init>?-1715074560:_Init()
518R2API.<>c:<InitHooks>b__17_2(orig_Init)
519DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
520System.Reflection.MethodBase:Invoke(Object, Object[])
521RoR2.SystemInitializerAttribute:Execute()
522DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
523R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
524DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
525SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
526DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
527AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
528DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
529RoR2.RoR2Application:Awake()
530
531[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
532Stack trace:
533R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
534System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
535R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
536R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
537R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
538DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
539EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
540RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
541UnityEngine.Resources:LoadAll(String)
542R2API.AssetAPI:BuildBodyCatalog()
543DMD<Init>?-1715074560:_Init()
544R2API.<>c:<InitHooks>b__17_2(orig_Init)
545DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
546System.Reflection.MethodBase:Invoke(Object, Object[])
547RoR2.SystemInitializerAttribute:Execute()
548DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
549R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
550DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
551SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
552DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
553AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
554DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
555RoR2.RoR2Application:Awake()
556
557[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
558Stack trace:
559R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
560System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
561R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
562R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
563R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
564DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
565EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
566RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
567UnityEngine.Resources:LoadAll(String)
568R2API.AssetAPI:BuildBodyCatalog()
569DMD<Init>?-1715074560:_Init()
570R2API.<>c:<InitHooks>b__17_2(orig_Init)
571DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
572System.Reflection.MethodBase:Invoke(Object, Object[])
573RoR2.SystemInitializerAttribute:Execute()
574DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
575R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
576DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
577SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
578DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
579AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
580DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
581RoR2.RoR2Application:Awake()
582
583[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
584Stack trace:
585R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
586System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
587R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
588R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
589R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
590DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
591EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
592RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
593UnityEngine.Resources:LoadAll(String)
594R2API.AssetAPI:BuildBodyCatalog()
595DMD<Init>?-1715074560:_Init()
596R2API.<>c:<InitHooks>b__17_2(orig_Init)
597DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
598System.Reflection.MethodBase:Invoke(Object, Object[])
599RoR2.SystemInitializerAttribute:Execute()
600DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
601R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
602DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
603SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
604DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
605AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
606DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
607RoR2.RoR2Application:Awake()
608
609[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
610Stack trace:
611R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
612System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
613R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
614R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
615R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
616DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
617EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
618RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
619UnityEngine.Resources:LoadAll(String)
620R2API.AssetAPI:BuildBodyCatalog()
621DMD<Init>?-1715074560:_Init()
622R2API.<>c:<InitHooks>b__17_2(orig_Init)
623DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
624System.Reflection.MethodBase:Invoke(Object, Object[])
625RoR2.SystemInitializerAttribute:Execute()
626DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
627R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
628DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
629SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
630DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
631AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
632DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
633RoR2.RoR2Application:Awake()
634
635[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
636Stack trace:
637R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
638System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
639R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
640R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
641R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
642DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
643EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
644RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
645UnityEngine.Resources:LoadAll(String)
646R2API.AssetAPI:BuildBodyCatalog()
647DMD<Init>?-1715074560:_Init()
648R2API.<>c:<InitHooks>b__17_2(orig_Init)
649DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
650System.Reflection.MethodBase:Invoke(Object, Object[])
651RoR2.SystemInitializerAttribute:Execute()
652DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
653R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
654DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
655SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
656DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
657AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
658DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
659RoR2.RoR2Application:Awake()
660
661[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
662Stack trace:
663R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
664System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
665R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
666R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
667R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
668DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
669EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
670RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
671UnityEngine.Resources:LoadAll(String)
672R2API.AssetAPI:BuildBodyCatalog()
673DMD<Init>?-1715074560:_Init()
674R2API.<>c:<InitHooks>b__17_2(orig_Init)
675DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
676System.Reflection.MethodBase:Invoke(Object, Object[])
677RoR2.SystemInitializerAttribute:Execute()
678DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
679R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
680DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
681SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
682DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
683AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
684DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
685RoR2.RoR2Application:Awake()
686
687[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
688Stack trace:
689R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
690System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
691R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
692R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
693R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
694DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
695EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
696RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
697UnityEngine.Resources:LoadAll(String)
698R2API.AssetAPI:BuildBodyCatalog()
699DMD<Init>?-1715074560:_Init()
700R2API.<>c:<InitHooks>b__17_2(orig_Init)
701DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
702System.Reflection.MethodBase:Invoke(Object, Object[])
703RoR2.SystemInitializerAttribute:Execute()
704DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
705R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
706DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
707SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
708DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
709AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
710DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
711RoR2.RoR2Application:Awake()
712
713[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
714Stack trace:
715R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
716System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
717R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
718R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
719R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
720DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
721EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
722RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
723UnityEngine.Resources:LoadAll(String)
724R2API.AssetAPI:BuildBodyCatalog()
725DMD<Init>?-1715074560:_Init()
726R2API.<>c:<InitHooks>b__17_2(orig_Init)
727DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
728System.Reflection.MethodBase:Invoke(Object, Object[])
729RoR2.SystemInitializerAttribute:Execute()
730DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
731R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
732DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
733SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
734DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
735AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
736DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
737RoR2.RoR2Application:Awake()
738
739[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
740Stack trace:
741R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
742System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
743R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
744R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
745R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
746DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
747EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
748RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
749UnityEngine.Resources:LoadAll(String)
750R2API.AssetAPI:BuildBodyCatalog()
751DMD<Init>?-1715074560:_Init()
752R2API.<>c:<InitHooks>b__17_2(orig_Init)
753DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
754System.Reflection.MethodBase:Invoke(Object, Object[])
755RoR2.SystemInitializerAttribute:Execute()
756DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
757R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
758DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
759SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
760DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
761AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
762DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
763RoR2.RoR2Application:Awake()
764
765[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
766Stack trace:
767R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
768System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
769R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
770R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
771R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
772DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
773EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
774RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
775UnityEngine.Resources:LoadAll(String)
776R2API.AssetAPI:BuildBodyCatalog()
777DMD<Init>?-1715074560:_Init()
778R2API.<>c:<InitHooks>b__17_2(orig_Init)
779DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
780System.Reflection.MethodBase:Invoke(Object, Object[])
781RoR2.SystemInitializerAttribute:Execute()
782DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
783R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
784DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
785SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
786DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
787AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
788DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
789RoR2.RoR2Application:Awake()
790
791[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
792Stack trace:
793R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
794System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
795R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
796R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
797R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
798DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
799EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
800RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
801UnityEngine.Resources:LoadAll(String)
802R2API.AssetAPI:BuildBodyCatalog()
803DMD<Init>?-1715074560:_Init()
804R2API.<>c:<InitHooks>b__17_2(orig_Init)
805DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
806System.Reflection.MethodBase:Invoke(Object, Object[])
807RoR2.SystemInitializerAttribute:Execute()
808DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
809R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
810DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
811SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
812DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
813AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
814DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
815RoR2.RoR2Application:Awake()
816
817[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
818Stack trace:
819R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
820System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
821R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
822R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
823R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
824DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
825EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
826RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
827UnityEngine.Resources:LoadAll(String)
828R2API.AssetAPI:BuildBodyCatalog()
829DMD<Init>?-1715074560:_Init()
830R2API.<>c:<InitHooks>b__17_2(orig_Init)
831DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
832System.Reflection.MethodBase:Invoke(Object, Object[])
833RoR2.SystemInitializerAttribute:Execute()
834DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
835R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
836DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
837SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
838DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
839AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
840DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
841RoR2.RoR2Application:Awake()
842
843[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
844Stack trace:
845R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
846System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
847R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
848R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
849R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
850DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
851EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
852RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
853UnityEngine.Resources:LoadAll(String)
854R2API.AssetAPI:BuildBodyCatalog()
855DMD<Init>?-1715074560:_Init()
856R2API.<>c:<InitHooks>b__17_2(orig_Init)
857DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
858System.Reflection.MethodBase:Invoke(Object, Object[])
859RoR2.SystemInitializerAttribute:Execute()
860DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
861R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
862DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
863SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
864DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
865AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
866DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
867RoR2.RoR2Application:Awake()
868
869[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
870Stack trace:
871R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
872System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
873R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
874R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
875R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
876DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
877EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
878RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
879UnityEngine.Resources:LoadAll(String)
880R2API.AssetAPI:BuildBodyCatalog()
881DMD<Init>?-1715074560:_Init()
882R2API.<>c:<InitHooks>b__17_2(orig_Init)
883DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
884System.Reflection.MethodBase:Invoke(Object, Object[])
885RoR2.SystemInitializerAttribute:Execute()
886DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
887R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
888DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
889SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
890DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
891AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
892DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
893RoR2.RoR2Application:Awake()
894
895[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
896Stack trace:
897R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
898System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
899R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
900R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
901R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
902DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
903EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
904RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
905UnityEngine.Resources:LoadAll(String)
906R2API.AssetAPI:BuildBodyCatalog()
907DMD<Init>?-1715074560:_Init()
908R2API.<>c:<InitHooks>b__17_2(orig_Init)
909DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
910System.Reflection.MethodBase:Invoke(Object, Object[])
911RoR2.SystemInitializerAttribute:Execute()
912DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
913R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
914DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
915SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
916DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
917AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
918DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
919RoR2.RoR2Application:Awake()
920
921[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
922Stack trace:
923R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
924System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
925R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
926R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
927R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
928DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
929EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
930RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
931UnityEngine.Resources:LoadAll(String)
932R2API.AssetAPI:BuildBodyCatalog()
933DMD<Init>?-1715074560:_Init()
934R2API.<>c:<InitHooks>b__17_2(orig_Init)
935DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
936System.Reflection.MethodBase:Invoke(Object, Object[])
937RoR2.SystemInitializerAttribute:Execute()
938DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
939R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
940DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
941SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
942DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
943AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
944DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
945RoR2.RoR2Application:Awake()
946
947[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
948Stack trace:
949R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
950System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
951R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
952R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
953R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
954DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
955EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
956RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
957UnityEngine.Resources:LoadAll(String)
958R2API.AssetAPI:BuildBodyCatalog()
959DMD<Init>?-1715074560:_Init()
960R2API.<>c:<InitHooks>b__17_2(orig_Init)
961DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
962System.Reflection.MethodBase:Invoke(Object, Object[])
963RoR2.SystemInitializerAttribute:Execute()
964DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
965R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
966DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
967SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
968DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
969AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
970DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
971RoR2.RoR2Application:Awake()
972
973[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
974Stack trace:
975R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
976System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
977R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
978R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
979R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
980DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
981EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
982RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
983UnityEngine.Resources:LoadAll(String)
984R2API.AssetAPI:BuildBodyCatalog()
985DMD<Init>?-1715074560:_Init()
986R2API.<>c:<InitHooks>b__17_2(orig_Init)
987DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
988System.Reflection.MethodBase:Invoke(Object, Object[])
989RoR2.SystemInitializerAttribute:Execute()
990DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
991R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
992DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
993SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
994DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
995AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
996DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
997RoR2.RoR2Application:Awake()
998
999[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1000Stack trace:
1001R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1002System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1003R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1004R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1005R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1006DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1007EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1008RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1009UnityEngine.Resources:LoadAll(String)
1010R2API.AssetAPI:BuildBodyCatalog()
1011DMD<Init>?-1715074560:_Init()
1012R2API.<>c:<InitHooks>b__17_2(orig_Init)
1013DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1014System.Reflection.MethodBase:Invoke(Object, Object[])
1015RoR2.SystemInitializerAttribute:Execute()
1016DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1017R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1018DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1019SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1020DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1021AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1022DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1023RoR2.RoR2Application:Awake()
1024
1025[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1026Stack trace:
1027R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1028System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1029R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1030R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1031R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1032DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1033EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1034RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1035UnityEngine.Resources:LoadAll(String)
1036R2API.AssetAPI:BuildBodyCatalog()
1037DMD<Init>?-1715074560:_Init()
1038R2API.<>c:<InitHooks>b__17_2(orig_Init)
1039DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1040System.Reflection.MethodBase:Invoke(Object, Object[])
1041RoR2.SystemInitializerAttribute:Execute()
1042DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1043R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1044DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1045SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1046DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1047AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1048DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1049RoR2.RoR2Application:Awake()
1050
1051[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1052Stack trace:
1053R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1054System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1055R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1056R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1057R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1058DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1059EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1060RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1061UnityEngine.Resources:LoadAll(String)
1062R2API.AssetAPI:BuildBodyCatalog()
1063DMD<Init>?-1715074560:_Init()
1064R2API.<>c:<InitHooks>b__17_2(orig_Init)
1065DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1066System.Reflection.MethodBase:Invoke(Object, Object[])
1067RoR2.SystemInitializerAttribute:Execute()
1068DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1069R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1070DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1071SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1072DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1073AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1074DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1075RoR2.RoR2Application:Awake()
1076
1077[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1078Stack trace:
1079R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1080System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1081R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1082R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1083R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1084DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1085EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1086RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1087UnityEngine.Resources:LoadAll(String)
1088R2API.AssetAPI:BuildBodyCatalog()
1089DMD<Init>?-1715074560:_Init()
1090R2API.<>c:<InitHooks>b__17_2(orig_Init)
1091DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1092System.Reflection.MethodBase:Invoke(Object, Object[])
1093RoR2.SystemInitializerAttribute:Execute()
1094DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1095R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1096DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1097SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1098DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1099AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1100DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1101RoR2.RoR2Application:Awake()
1102
1103[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1104Stack trace:
1105R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1106System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1107R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1108R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1109R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1110DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1111EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1112RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1113UnityEngine.Resources:LoadAll(String)
1114R2API.AssetAPI:BuildBodyCatalog()
1115DMD<Init>?-1715074560:_Init()
1116R2API.<>c:<InitHooks>b__17_2(orig_Init)
1117DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1118System.Reflection.MethodBase:Invoke(Object, Object[])
1119RoR2.SystemInitializerAttribute:Execute()
1120DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1121R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1122DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1123SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1124DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1125AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1126DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1127RoR2.RoR2Application:Awake()
1128
1129[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1130Stack trace:
1131R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1132System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1133R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1134R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1135R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1136DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1137EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1138RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1139UnityEngine.Resources:LoadAll(String)
1140R2API.AssetAPI:BuildBodyCatalog()
1141DMD<Init>?-1715074560:_Init()
1142R2API.<>c:<InitHooks>b__17_2(orig_Init)
1143DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1144System.Reflection.MethodBase:Invoke(Object, Object[])
1145RoR2.SystemInitializerAttribute:Execute()
1146DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1147R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1148DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1149SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1150DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1151AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1152DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1153RoR2.RoR2Application:Awake()
1154
1155[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1156Stack trace:
1157R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1158System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1159R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1160R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1161R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1162DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1163EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1164RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1165UnityEngine.Resources:LoadAll(String)
1166R2API.AssetAPI:BuildBodyCatalog()
1167DMD<Init>?-1715074560:_Init()
1168R2API.<>c:<InitHooks>b__17_2(orig_Init)
1169DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1170System.Reflection.MethodBase:Invoke(Object, Object[])
1171RoR2.SystemInitializerAttribute:Execute()
1172DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1173R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1174DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1175SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1176DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1177AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1178DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1179RoR2.RoR2Application:Awake()
1180
1181[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1182Stack trace:
1183R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1184System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1185R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1186R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1187R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1188DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1189EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1190RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1191UnityEngine.Resources:LoadAll(String)
1192R2API.AssetAPI:BuildBodyCatalog()
1193DMD<Init>?-1715074560:_Init()
1194R2API.<>c:<InitHooks>b__17_2(orig_Init)
1195DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1196System.Reflection.MethodBase:Invoke(Object, Object[])
1197RoR2.SystemInitializerAttribute:Execute()
1198DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1199R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1200DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1201SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1202DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1203AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1204DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1205RoR2.RoR2Application:Awake()
1206
1207[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1208Stack trace:
1209R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1210System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1211R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1212R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1213R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1214DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1215EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1216RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1217UnityEngine.Resources:LoadAll(String)
1218R2API.AssetAPI:BuildBodyCatalog()
1219DMD<Init>?-1715074560:_Init()
1220R2API.<>c:<InitHooks>b__17_2(orig_Init)
1221DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1222System.Reflection.MethodBase:Invoke(Object, Object[])
1223RoR2.SystemInitializerAttribute:Execute()
1224DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1225R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1226DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1227SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1228DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1229AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1230DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1231RoR2.RoR2Application:Awake()
1232
1233[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1234Stack trace:
1235R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1236System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1237R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1238R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1239R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1240DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1241EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1242RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1243UnityEngine.Resources:LoadAll(String)
1244R2API.AssetAPI:BuildBodyCatalog()
1245DMD<Init>?-1715074560:_Init()
1246R2API.<>c:<InitHooks>b__17_2(orig_Init)
1247DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1248System.Reflection.MethodBase:Invoke(Object, Object[])
1249RoR2.SystemInitializerAttribute:Execute()
1250DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1251R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1252DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1253SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1254DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1255AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1256DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1257RoR2.RoR2Application:Awake()
1258
1259[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1260Stack trace:
1261R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1262System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1263R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1264R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1265R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1266DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1267EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1268RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1269UnityEngine.Resources:LoadAll(String)
1270R2API.AssetAPI:BuildBodyCatalog()
1271DMD<Init>?-1715074560:_Init()
1272R2API.<>c:<InitHooks>b__17_2(orig_Init)
1273DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1274System.Reflection.MethodBase:Invoke(Object, Object[])
1275RoR2.SystemInitializerAttribute:Execute()
1276DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1277R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1278DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1279SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1280DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1281AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1282DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1283RoR2.RoR2Application:Awake()
1284
1285[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1286Stack trace:
1287R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1288System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1289R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1290R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1291R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1292DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1293EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1294RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1295UnityEngine.Resources:LoadAll(String)
1296R2API.AssetAPI:BuildBodyCatalog()
1297DMD<Init>?-1715074560:_Init()
1298R2API.<>c:<InitHooks>b__17_2(orig_Init)
1299DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1300System.Reflection.MethodBase:Invoke(Object, Object[])
1301RoR2.SystemInitializerAttribute:Execute()
1302DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1303R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1304DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1305SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1306DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1307AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1308DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1309RoR2.RoR2Application:Awake()
1310
1311[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1312Stack trace:
1313R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1314System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1315R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1316R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1317R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1318DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1319EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1320RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1321UnityEngine.Resources:LoadAll(String)
1322R2API.AssetAPI:BuildBodyCatalog()
1323DMD<Init>?-1715074560:_Init()
1324R2API.<>c:<InitHooks>b__17_2(orig_Init)
1325DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1326System.Reflection.MethodBase:Invoke(Object, Object[])
1327RoR2.SystemInitializerAttribute:Execute()
1328DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1329R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1330DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1331SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1332DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1333AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1334DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1335RoR2.RoR2Application:Awake()
1336
1337[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1338Stack trace:
1339R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1340System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1341R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1342R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1343R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1344DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1345EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1346RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1347UnityEngine.Resources:LoadAll(String)
1348R2API.AssetAPI:BuildBodyCatalog()
1349DMD<Init>?-1715074560:_Init()
1350R2API.<>c:<InitHooks>b__17_2(orig_Init)
1351DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1352System.Reflection.MethodBase:Invoke(Object, Object[])
1353RoR2.SystemInitializerAttribute:Execute()
1354DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1355R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1356DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1357SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1358DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1359AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1360DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1361RoR2.RoR2Application:Awake()
1362
1363[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1364Stack trace:
1365R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1366System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1367R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1368R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1369R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1370DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1371EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1372RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1373UnityEngine.Resources:LoadAll(String)
1374R2API.AssetAPI:BuildBodyCatalog()
1375DMD<Init>?-1715074560:_Init()
1376R2API.<>c:<InitHooks>b__17_2(orig_Init)
1377DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1378System.Reflection.MethodBase:Invoke(Object, Object[])
1379RoR2.SystemInitializerAttribute:Execute()
1380DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1381R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1382DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1383SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1384DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1385AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1386DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1387RoR2.RoR2Application:Awake()
1388
1389[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1390Stack trace:
1391R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1392System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1393R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1394R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1395R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1396DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1397EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1398RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1399UnityEngine.Resources:LoadAll(String)
1400R2API.AssetAPI:BuildBodyCatalog()
1401DMD<Init>?-1715074560:_Init()
1402R2API.<>c:<InitHooks>b__17_2(orig_Init)
1403DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1404System.Reflection.MethodBase:Invoke(Object, Object[])
1405RoR2.SystemInitializerAttribute:Execute()
1406DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1407R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1408DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1409SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1410DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1411AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1412DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1413RoR2.RoR2Application:Awake()
1414
1415[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1416Stack trace:
1417R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1418System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1419R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1420R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1421R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1422DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1423EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1424RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1425UnityEngine.Resources:LoadAll(String)
1426R2API.AssetAPI:BuildBodyCatalog()
1427DMD<Init>?-1715074560:_Init()
1428R2API.<>c:<InitHooks>b__17_2(orig_Init)
1429DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1430System.Reflection.MethodBase:Invoke(Object, Object[])
1431RoR2.SystemInitializerAttribute:Execute()
1432DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1433R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1434DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1435SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1436DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1437AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1438DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1439RoR2.RoR2Application:Awake()
1440
1441[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1442Stack trace:
1443R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1444System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1445R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1446R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1447R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1448DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1449EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1450RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1451UnityEngine.Resources:LoadAll(String)
1452R2API.AssetAPI:BuildBodyCatalog()
1453DMD<Init>?-1715074560:_Init()
1454R2API.<>c:<InitHooks>b__17_2(orig_Init)
1455DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1456System.Reflection.MethodBase:Invoke(Object, Object[])
1457RoR2.SystemInitializerAttribute:Execute()
1458DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1459R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1460DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1461SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1462DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1463AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1464DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1465RoR2.RoR2Application:Awake()
1466
1467[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1468Stack trace:
1469R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1470System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1471R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1472R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1473R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1474DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1475EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1476RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1477UnityEngine.Resources:LoadAll(String)
1478R2API.AssetAPI:BuildBodyCatalog()
1479DMD<Init>?-1715074560:_Init()
1480R2API.<>c:<InitHooks>b__17_2(orig_Init)
1481DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1482System.Reflection.MethodBase:Invoke(Object, Object[])
1483RoR2.SystemInitializerAttribute:Execute()
1484DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1485R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1486DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1487SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1488DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1489AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1490DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1491RoR2.RoR2Application:Awake()
1492
1493[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1494Stack trace:
1495R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1496System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1497R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1498R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1499R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1500DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1501EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1502RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1503UnityEngine.Resources:LoadAll(String)
1504R2API.AssetAPI:BuildBodyCatalog()
1505DMD<Init>?-1715074560:_Init()
1506R2API.<>c:<InitHooks>b__17_2(orig_Init)
1507DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1508System.Reflection.MethodBase:Invoke(Object, Object[])
1509RoR2.SystemInitializerAttribute:Execute()
1510DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1511R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1512DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1513SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1514DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1515AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1516DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1517RoR2.RoR2Application:Awake()
1518
1519[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1520Stack trace:
1521R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1522System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1523R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1524R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1525R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1526DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1527EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1528RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1529UnityEngine.Resources:LoadAll(String)
1530R2API.AssetAPI:BuildBodyCatalog()
1531DMD<Init>?-1715074560:_Init()
1532R2API.<>c:<InitHooks>b__17_2(orig_Init)
1533DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1534System.Reflection.MethodBase:Invoke(Object, Object[])
1535RoR2.SystemInitializerAttribute:Execute()
1536DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1537R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1538DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1539SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1540DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1541AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1542DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1543RoR2.RoR2Application:Awake()
1544
1545[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1546Stack trace:
1547R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1548System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1549R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1550R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1551R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1552DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1553EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1554RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1555UnityEngine.Resources:LoadAll(String)
1556R2API.AssetAPI:BuildBodyCatalog()
1557DMD<Init>?-1715074560:_Init()
1558R2API.<>c:<InitHooks>b__17_2(orig_Init)
1559DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1560System.Reflection.MethodBase:Invoke(Object, Object[])
1561RoR2.SystemInitializerAttribute:Execute()
1562DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1563R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1564DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1565SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1566DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1567AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1568DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1569RoR2.RoR2Application:Awake()
1570
1571[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1572Stack trace:
1573R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1574System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1575R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1576R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1577R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1578DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1579EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1580RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1581UnityEngine.Resources:LoadAll(String)
1582R2API.AssetAPI:BuildBodyCatalog()
1583DMD<Init>?-1715074560:_Init()
1584R2API.<>c:<InitHooks>b__17_2(orig_Init)
1585DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1586System.Reflection.MethodBase:Invoke(Object, Object[])
1587RoR2.SystemInitializerAttribute:Execute()
1588DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1589R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1590DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1591SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1592DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1593AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1594DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1595RoR2.RoR2Application:Awake()
1596
1597[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1598Stack trace:
1599R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1600System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1601R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1602R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1603R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1604DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1605EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1606RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1607UnityEngine.Resources:LoadAll(String)
1608R2API.AssetAPI:BuildBodyCatalog()
1609DMD<Init>?-1715074560:_Init()
1610R2API.<>c:<InitHooks>b__17_2(orig_Init)
1611DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1612System.Reflection.MethodBase:Invoke(Object, Object[])
1613RoR2.SystemInitializerAttribute:Execute()
1614DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1615R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1616DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1617SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1618DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1619AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1620DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1621RoR2.RoR2Application:Awake()
1622
1623[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1624Stack trace:
1625R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1626System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1627R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1628R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1629R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1630DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1631EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1632RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1633UnityEngine.Resources:LoadAll(String)
1634R2API.AssetAPI:BuildBodyCatalog()
1635DMD<Init>?-1715074560:_Init()
1636R2API.<>c:<InitHooks>b__17_2(orig_Init)
1637DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1638System.Reflection.MethodBase:Invoke(Object, Object[])
1639RoR2.SystemInitializerAttribute:Execute()
1640DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1641R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1642DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1643SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1644DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1645AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1646DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1647RoR2.RoR2Application:Awake()
1648
1649[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1650Stack trace:
1651R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1652System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1653R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1654R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1655R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1656DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1657EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1658RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1659UnityEngine.Resources:LoadAll(String)
1660R2API.AssetAPI:BuildBodyCatalog()
1661DMD<Init>?-1715074560:_Init()
1662R2API.<>c:<InitHooks>b__17_2(orig_Init)
1663DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1664System.Reflection.MethodBase:Invoke(Object, Object[])
1665RoR2.SystemInitializerAttribute:Execute()
1666DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1667R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1668DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1669SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1670DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1671AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1672DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1673RoR2.RoR2Application:Awake()
1674
1675[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1676Stack trace:
1677R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1678System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1679R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1680R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1681R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1682DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1683EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1684RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1685UnityEngine.Resources:LoadAll(String)
1686R2API.AssetAPI:BuildBodyCatalog()
1687DMD<Init>?-1715074560:_Init()
1688R2API.<>c:<InitHooks>b__17_2(orig_Init)
1689DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1690System.Reflection.MethodBase:Invoke(Object, Object[])
1691RoR2.SystemInitializerAttribute:Execute()
1692DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1693R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1694DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1695SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1696DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1697AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1698DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1699RoR2.RoR2Application:Awake()
1700
1701[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1702Stack trace:
1703R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1704System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1705R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1706R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1707R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1708DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1709EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1710RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1711UnityEngine.Resources:LoadAll(String)
1712R2API.AssetAPI:BuildBodyCatalog()
1713DMD<Init>?-1715074560:_Init()
1714R2API.<>c:<InitHooks>b__17_2(orig_Init)
1715DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1716System.Reflection.MethodBase:Invoke(Object, Object[])
1717RoR2.SystemInitializerAttribute:Execute()
1718DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1719R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1720DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1721SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1722DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1723AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1724DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1725RoR2.RoR2Application:Awake()
1726
1727[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1728Stack trace:
1729R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1730System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1731R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1732R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1733R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1734DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1735EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1736RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1737UnityEngine.Resources:LoadAll(String)
1738R2API.AssetAPI:BuildBodyCatalog()
1739DMD<Init>?-1715074560:_Init()
1740R2API.<>c:<InitHooks>b__17_2(orig_Init)
1741DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1742System.Reflection.MethodBase:Invoke(Object, Object[])
1743RoR2.SystemInitializerAttribute:Execute()
1744DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1745R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1746DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1747SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1748DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1749AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1750DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1751RoR2.RoR2Application:Awake()
1752
1753[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1754Stack trace:
1755R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1756System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1757R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1758R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1759R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1760DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1761EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1762RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1763UnityEngine.Resources:LoadAll(String)
1764R2API.AssetAPI:BuildBodyCatalog()
1765DMD<Init>?-1715074560:_Init()
1766R2API.<>c:<InitHooks>b__17_2(orig_Init)
1767DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1768System.Reflection.MethodBase:Invoke(Object, Object[])
1769RoR2.SystemInitializerAttribute:Execute()
1770DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1771R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1772DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1773SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1774DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1775AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1776DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1777RoR2.RoR2Application:Awake()
1778
1779[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1780Stack trace:
1781R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1782System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1783R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1784R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1785R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1786DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1787EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1788RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1789UnityEngine.Resources:LoadAll(String)
1790R2API.AssetAPI:BuildBodyCatalog()
1791DMD<Init>?-1715074560:_Init()
1792R2API.<>c:<InitHooks>b__17_2(orig_Init)
1793DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1794System.Reflection.MethodBase:Invoke(Object, Object[])
1795RoR2.SystemInitializerAttribute:Execute()
1796DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1797R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1798DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1799SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1800DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1801AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1802DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1803RoR2.RoR2Application:Awake()
1804
1805[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1806Stack trace:
1807R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1808System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1809R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1810R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1811R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1812DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1813EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1814RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1815UnityEngine.Resources:LoadAll(String)
1816R2API.AssetAPI:BuildBodyCatalog()
1817DMD<Init>?-1715074560:_Init()
1818R2API.<>c:<InitHooks>b__17_2(orig_Init)
1819DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1820System.Reflection.MethodBase:Invoke(Object, Object[])
1821RoR2.SystemInitializerAttribute:Execute()
1822DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1823R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1824DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1825SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1826DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1827AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1828DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1829RoR2.RoR2Application:Awake()
1830
1831[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1832Stack trace:
1833R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1834System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1835R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1836R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1837R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1838DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1839EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1840RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1841UnityEngine.Resources:LoadAll(String)
1842R2API.AssetAPI:BuildBodyCatalog()
1843DMD<Init>?-1715074560:_Init()
1844R2API.<>c:<InitHooks>b__17_2(orig_Init)
1845DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1846System.Reflection.MethodBase:Invoke(Object, Object[])
1847RoR2.SystemInitializerAttribute:Execute()
1848DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1849R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1850DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1851SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1852DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1853AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1854DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1855RoR2.RoR2Application:Awake()
1856
1857[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1858Stack trace:
1859R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1860System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1861R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1862R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1863R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1864DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1865EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1866RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1867UnityEngine.Resources:LoadAll(String)
1868R2API.AssetAPI:BuildBodyCatalog()
1869DMD<Init>?-1715074560:_Init()
1870R2API.<>c:<InitHooks>b__17_2(orig_Init)
1871DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1872System.Reflection.MethodBase:Invoke(Object, Object[])
1873RoR2.SystemInitializerAttribute:Execute()
1874DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1875R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1876DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1877SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1878DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1879AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1880DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1881RoR2.RoR2Application:Awake()
1882
1883[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1884Stack trace:
1885R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1886System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1887R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1888R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1889R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1890DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1891EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1892RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1893UnityEngine.Resources:LoadAll(String)
1894R2API.AssetAPI:BuildBodyCatalog()
1895DMD<Init>?-1715074560:_Init()
1896R2API.<>c:<InitHooks>b__17_2(orig_Init)
1897DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1898System.Reflection.MethodBase:Invoke(Object, Object[])
1899RoR2.SystemInitializerAttribute:Execute()
1900DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1901R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1902DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1903SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1904DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1905AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1906DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1907RoR2.RoR2Application:Awake()
1908
1909[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1910Stack trace:
1911R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1912System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1913R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1914R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1915R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1916DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1917EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1918RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1919UnityEngine.Resources:LoadAll(String)
1920R2API.AssetAPI:BuildBodyCatalog()
1921DMD<Init>?-1715074560:_Init()
1922R2API.<>c:<InitHooks>b__17_2(orig_Init)
1923DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1924System.Reflection.MethodBase:Invoke(Object, Object[])
1925RoR2.SystemInitializerAttribute:Execute()
1926DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1927R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1928DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1929SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1930DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1931AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1932DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1933RoR2.RoR2Application:Awake()
1934
1935[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1936Stack trace:
1937R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1938System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1939R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1940R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1941R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1942DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1943EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1944RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1945UnityEngine.Resources:LoadAll(String)
1946R2API.AssetAPI:BuildBodyCatalog()
1947DMD<Init>?-1715074560:_Init()
1948R2API.<>c:<InitHooks>b__17_2(orig_Init)
1949DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1950System.Reflection.MethodBase:Invoke(Object, Object[])
1951RoR2.SystemInitializerAttribute:Execute()
1952DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1953R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1954DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1955SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1956DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1957AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1958DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1959RoR2.RoR2Application:Awake()
1960
1961[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1962Stack trace:
1963R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1964System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1965R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1966R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1967R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1968DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1969EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1970RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1971UnityEngine.Resources:LoadAll(String)
1972R2API.AssetAPI:BuildBodyCatalog()
1973DMD<Init>?-1715074560:_Init()
1974R2API.<>c:<InitHooks>b__17_2(orig_Init)
1975DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
1976System.Reflection.MethodBase:Invoke(Object, Object[])
1977RoR2.SystemInitializerAttribute:Execute()
1978DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
1979R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
1980DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
1981SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
1982DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
1983AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
1984DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
1985RoR2.RoR2Application:Awake()
1986
1987[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
1988Stack trace:
1989R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
1990System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
1991R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
1992R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
1993R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
1994DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
1995EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
1996RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
1997UnityEngine.Resources:LoadAll(String)
1998R2API.AssetAPI:BuildBodyCatalog()
1999DMD<Init>?-1715074560:_Init()
2000R2API.<>c:<InitHooks>b__17_2(orig_Init)
2001DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2002System.Reflection.MethodBase:Invoke(Object, Object[])
2003RoR2.SystemInitializerAttribute:Execute()
2004DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2005R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2006DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2007SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2008DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2009AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2010DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2011RoR2.RoR2Application:Awake()
2012
2013[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2014Stack trace:
2015R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2016System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2017R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2018R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2019R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2020DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2021EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2022RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2023UnityEngine.Resources:LoadAll(String)
2024R2API.AssetAPI:BuildBodyCatalog()
2025DMD<Init>?-1715074560:_Init()
2026R2API.<>c:<InitHooks>b__17_2(orig_Init)
2027DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2028System.Reflection.MethodBase:Invoke(Object, Object[])
2029RoR2.SystemInitializerAttribute:Execute()
2030DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2031R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2032DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2033SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2034DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2035AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2036DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2037RoR2.RoR2Application:Awake()
2038
2039[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2040Stack trace:
2041R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2042System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2043R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2044R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2045R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2046DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2047EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2048RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2049UnityEngine.Resources:LoadAll(String)
2050R2API.AssetAPI:BuildBodyCatalog()
2051DMD<Init>?-1715074560:_Init()
2052R2API.<>c:<InitHooks>b__17_2(orig_Init)
2053DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2054System.Reflection.MethodBase:Invoke(Object, Object[])
2055RoR2.SystemInitializerAttribute:Execute()
2056DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2057R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2058DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2059SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2060DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2061AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2062DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2063RoR2.RoR2Application:Awake()
2064
2065[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2066Stack trace:
2067R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2068System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2069R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2070R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2071R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2072DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2073EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2074RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2075UnityEngine.Resources:LoadAll(String)
2076R2API.AssetAPI:BuildBodyCatalog()
2077DMD<Init>?-1715074560:_Init()
2078R2API.<>c:<InitHooks>b__17_2(orig_Init)
2079DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2080System.Reflection.MethodBase:Invoke(Object, Object[])
2081RoR2.SystemInitializerAttribute:Execute()
2082DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2083R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2084DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2085SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2086DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2087AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2088DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2089RoR2.RoR2Application:Awake()
2090
2091[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2092Stack trace:
2093R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2094System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2095R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2096R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2097R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2098DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2099EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2100RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2101UnityEngine.Resources:LoadAll(String)
2102R2API.AssetAPI:BuildBodyCatalog()
2103DMD<Init>?-1715074560:_Init()
2104R2API.<>c:<InitHooks>b__17_2(orig_Init)
2105DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2106System.Reflection.MethodBase:Invoke(Object, Object[])
2107RoR2.SystemInitializerAttribute:Execute()
2108DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2109R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2110DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2111SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2112DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2113AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2114DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2115RoR2.RoR2Application:Awake()
2116
2117[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2118Stack trace:
2119R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2120System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2121R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2122R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2123R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2124DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2125EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2126RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2127UnityEngine.Resources:LoadAll(String)
2128R2API.AssetAPI:BuildBodyCatalog()
2129DMD<Init>?-1715074560:_Init()
2130R2API.<>c:<InitHooks>b__17_2(orig_Init)
2131DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2132System.Reflection.MethodBase:Invoke(Object, Object[])
2133RoR2.SystemInitializerAttribute:Execute()
2134DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2135R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2136DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2137SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2138DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2139AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2140DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2141RoR2.RoR2Application:Awake()
2142
2143[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2144Stack trace:
2145R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2146System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2147R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2148R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2149R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2150DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2151EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2152RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2153UnityEngine.Resources:LoadAll(String)
2154R2API.AssetAPI:BuildBodyCatalog()
2155DMD<Init>?-1715074560:_Init()
2156R2API.<>c:<InitHooks>b__17_2(orig_Init)
2157DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2158System.Reflection.MethodBase:Invoke(Object, Object[])
2159RoR2.SystemInitializerAttribute:Execute()
2160DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2161R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2162DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2163SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2164DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2165AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2166DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2167RoR2.RoR2Application:Awake()
2168
2169[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2170Stack trace:
2171R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2172System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2173R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2174R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2175R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2176DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2177EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2178RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2179UnityEngine.Resources:LoadAll(String)
2180R2API.AssetAPI:BuildBodyCatalog()
2181DMD<Init>?-1715074560:_Init()
2182R2API.<>c:<InitHooks>b__17_2(orig_Init)
2183DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2184System.Reflection.MethodBase:Invoke(Object, Object[])
2185RoR2.SystemInitializerAttribute:Execute()
2186DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2187R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2188DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2189SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2190DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2191AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2192DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2193RoR2.RoR2Application:Awake()
2194
2195[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2196Stack trace:
2197R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2198System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2199R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2200R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2201R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2202DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2203EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2204RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2205UnityEngine.Resources:LoadAll(String)
2206R2API.AssetAPI:BuildBodyCatalog()
2207DMD<Init>?-1715074560:_Init()
2208R2API.<>c:<InitHooks>b__17_2(orig_Init)
2209DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2210System.Reflection.MethodBase:Invoke(Object, Object[])
2211RoR2.SystemInitializerAttribute:Execute()
2212DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2213R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2214DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2215SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2216DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2217AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2218DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2219RoR2.RoR2Application:Awake()
2220
2221[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2222Stack trace:
2223R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2224System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2225R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2226R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2227R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2228DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2229EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2230RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2231UnityEngine.Resources:LoadAll(String)
2232R2API.AssetAPI:BuildBodyCatalog()
2233DMD<Init>?-1715074560:_Init()
2234R2API.<>c:<InitHooks>b__17_2(orig_Init)
2235DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2236System.Reflection.MethodBase:Invoke(Object, Object[])
2237RoR2.SystemInitializerAttribute:Execute()
2238DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2239R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2240DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2241SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2242DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2243AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2244DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2245RoR2.RoR2Application:Awake()
2246
2247[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2248Stack trace:
2249R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2250System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2251R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2252R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2253R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2254DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2255EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2256RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2257UnityEngine.Resources:LoadAll(String)
2258R2API.AssetAPI:BuildBodyCatalog()
2259DMD<Init>?-1715074560:_Init()
2260R2API.<>c:<InitHooks>b__17_2(orig_Init)
2261DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2262System.Reflection.MethodBase:Invoke(Object, Object[])
2263RoR2.SystemInitializerAttribute:Execute()
2264DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2265R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2266DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2267SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2268DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2269AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2270DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2271RoR2.RoR2Application:Awake()
2272
2273[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2274Stack trace:
2275R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2276System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2277R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2278R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2279R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2280DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2281EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2282RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2283UnityEngine.Resources:LoadAll(String)
2284R2API.AssetAPI:BuildBodyCatalog()
2285DMD<Init>?-1715074560:_Init()
2286R2API.<>c:<InitHooks>b__17_2(orig_Init)
2287DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2288System.Reflection.MethodBase:Invoke(Object, Object[])
2289RoR2.SystemInitializerAttribute:Execute()
2290DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2291R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2292DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2293SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2294DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2295AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2296DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2297RoR2.RoR2Application:Awake()
2298
2299[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2300Stack trace:
2301R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2302System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2303R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2304R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2305R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2306DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2307EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2308RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2309UnityEngine.Resources:LoadAll(String)
2310R2API.AssetAPI:BuildBodyCatalog()
2311DMD<Init>?-1715074560:_Init()
2312R2API.<>c:<InitHooks>b__17_2(orig_Init)
2313DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2314System.Reflection.MethodBase:Invoke(Object, Object[])
2315RoR2.SystemInitializerAttribute:Execute()
2316DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2317R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2318DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2319SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2320DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2321AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2322DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2323RoR2.RoR2Application:Awake()
2324
2325[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2326Stack trace:
2327R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2328System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2329R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2330R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2331R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2332DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2333EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2334RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2335UnityEngine.Resources:LoadAll(String)
2336R2API.AssetAPI:BuildBodyCatalog()
2337DMD<Init>?-1715074560:_Init()
2338R2API.<>c:<InitHooks>b__17_2(orig_Init)
2339DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2340System.Reflection.MethodBase:Invoke(Object, Object[])
2341RoR2.SystemInitializerAttribute:Execute()
2342DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2343R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2344DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2345SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2346DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2347AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2348DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2349RoR2.RoR2Application:Awake()
2350
2351[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2352Stack trace:
2353R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2354System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2355R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2356R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2357R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2358DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2359EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2360RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2361UnityEngine.Resources:LoadAll(String)
2362R2API.AssetAPI:BuildBodyCatalog()
2363DMD<Init>?-1715074560:_Init()
2364R2API.<>c:<InitHooks>b__17_2(orig_Init)
2365DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2366System.Reflection.MethodBase:Invoke(Object, Object[])
2367RoR2.SystemInitializerAttribute:Execute()
2368DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2369R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2370DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2371SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2372DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2373AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2374DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2375RoR2.RoR2Application:Awake()
2376
2377[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2378Stack trace:
2379R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2380System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2381R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2382R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2383R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2384DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2385EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2386RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2387UnityEngine.Resources:LoadAll(String)
2388R2API.AssetAPI:BuildBodyCatalog()
2389DMD<Init>?-1715074560:_Init()
2390R2API.<>c:<InitHooks>b__17_2(orig_Init)
2391DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2392System.Reflection.MethodBase:Invoke(Object, Object[])
2393RoR2.SystemInitializerAttribute:Execute()
2394DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2395R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2396DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2397SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2398DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2399AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2400DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2401RoR2.RoR2Application:Awake()
2402
2403[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2404Stack trace:
2405R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2406System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2407R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2408R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2409R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2410DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2411EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2412RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2413UnityEngine.Resources:LoadAll(String)
2414R2API.AssetAPI:BuildBodyCatalog()
2415DMD<Init>?-1715074560:_Init()
2416R2API.<>c:<InitHooks>b__17_2(orig_Init)
2417DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2418System.Reflection.MethodBase:Invoke(Object, Object[])
2419RoR2.SystemInitializerAttribute:Execute()
2420DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2421R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2422DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2423SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2424DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2425AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2426DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2427RoR2.RoR2Application:Awake()
2428
2429[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2430Stack trace:
2431R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2432System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2433R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2434R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2435R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2436DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2437EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2438RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2439UnityEngine.Resources:LoadAll(String)
2440R2API.AssetAPI:BuildBodyCatalog()
2441DMD<Init>?-1715074560:_Init()
2442R2API.<>c:<InitHooks>b__17_2(orig_Init)
2443DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2444System.Reflection.MethodBase:Invoke(Object, Object[])
2445RoR2.SystemInitializerAttribute:Execute()
2446DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2447R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2448DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2449SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2450DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2451AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2452DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2453RoR2.RoR2Application:Awake()
2454
2455[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2456Stack trace:
2457R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2458System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2459R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2460R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2461R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2462DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2463EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2464RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2465UnityEngine.Resources:LoadAll(String)
2466R2API.AssetAPI:BuildBodyCatalog()
2467DMD<Init>?-1715074560:_Init()
2468R2API.<>c:<InitHooks>b__17_2(orig_Init)
2469DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2470System.Reflection.MethodBase:Invoke(Object, Object[])
2471RoR2.SystemInitializerAttribute:Execute()
2472DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2473R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2474DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2475SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2476DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2477AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2478DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2479RoR2.RoR2Application:Awake()
2480
2481[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2482Stack trace:
2483R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2484System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2485R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2486R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2487R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2488DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2489EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2490RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2491UnityEngine.Resources:LoadAll(String)
2492R2API.AssetAPI:BuildBodyCatalog()
2493DMD<Init>?-1715074560:_Init()
2494R2API.<>c:<InitHooks>b__17_2(orig_Init)
2495DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2496System.Reflection.MethodBase:Invoke(Object, Object[])
2497RoR2.SystemInitializerAttribute:Execute()
2498DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2499R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2500DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2501SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2502DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2503AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2504DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2505RoR2.RoR2Application:Awake()
2506
2507[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2508Stack trace:
2509R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2510System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2511R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2512R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2513R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2514DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2515EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2516RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2517UnityEngine.Resources:LoadAll(String)
2518R2API.AssetAPI:BuildBodyCatalog()
2519DMD<Init>?-1715074560:_Init()
2520R2API.<>c:<InitHooks>b__17_2(orig_Init)
2521DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2522System.Reflection.MethodBase:Invoke(Object, Object[])
2523RoR2.SystemInitializerAttribute:Execute()
2524DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2525R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2526DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2527SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2528DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2529AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2530DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2531RoR2.RoR2Application:Awake()
2532
2533[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2534Stack trace:
2535R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2536System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2537R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2538R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2539R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2540DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2541EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2542RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2543UnityEngine.Resources:LoadAll(String)
2544R2API.AssetAPI:BuildBodyCatalog()
2545DMD<Init>?-1715074560:_Init()
2546R2API.<>c:<InitHooks>b__17_2(orig_Init)
2547DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2548System.Reflection.MethodBase:Invoke(Object, Object[])
2549RoR2.SystemInitializerAttribute:Execute()
2550DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2551R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2552DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2553SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2554DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2555AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2556DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2557RoR2.RoR2Application:Awake()
2558
2559[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2560Stack trace:
2561R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2562System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2563R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2564R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2565R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2566DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2567EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2568RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2569UnityEngine.Resources:LoadAll(String)
2570R2API.AssetAPI:BuildBodyCatalog()
2571DMD<Init>?-1715074560:_Init()
2572R2API.<>c:<InitHooks>b__17_2(orig_Init)
2573DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2574System.Reflection.MethodBase:Invoke(Object, Object[])
2575RoR2.SystemInitializerAttribute:Execute()
2576DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2577R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2578DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2579SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2580DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2581AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2582DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2583RoR2.RoR2Application:Awake()
2584
2585[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2586Stack trace:
2587R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2588System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2589R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2590R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2591R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2592DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2593EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2594RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2595UnityEngine.Resources:LoadAll(String)
2596R2API.AssetAPI:BuildBodyCatalog()
2597DMD<Init>?-1715074560:_Init()
2598R2API.<>c:<InitHooks>b__17_2(orig_Init)
2599DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2600System.Reflection.MethodBase:Invoke(Object, Object[])
2601RoR2.SystemInitializerAttribute:Execute()
2602DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2603R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2604DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2605SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2606DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2607AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2608DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2609RoR2.RoR2Application:Awake()
2610
2611[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2612Stack trace:
2613R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2614System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2615R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2616R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2617R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2618DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2619EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2620RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2621UnityEngine.Resources:LoadAll(String)
2622R2API.AssetAPI:BuildBodyCatalog()
2623DMD<Init>?-1715074560:_Init()
2624R2API.<>c:<InitHooks>b__17_2(orig_Init)
2625DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2626System.Reflection.MethodBase:Invoke(Object, Object[])
2627RoR2.SystemInitializerAttribute:Execute()
2628DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2629R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2630DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2631SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2632DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2633AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2634DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2635RoR2.RoR2Application:Awake()
2636
2637[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2638Stack trace:
2639R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2640System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2641R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2642R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2643R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2644DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2645EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2646RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2647UnityEngine.Resources:LoadAll(String)
2648R2API.AssetAPI:BuildBodyCatalog()
2649DMD<Init>?-1715074560:_Init()
2650R2API.<>c:<InitHooks>b__17_2(orig_Init)
2651DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2652System.Reflection.MethodBase:Invoke(Object, Object[])
2653RoR2.SystemInitializerAttribute:Execute()
2654DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2655R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2656DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2657SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2658DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2659AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2660DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2661RoR2.RoR2Application:Awake()
2662
2663[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2664Stack trace:
2665R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2666System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2667R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2668R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2669R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2670DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2671EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2672RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2673UnityEngine.Resources:LoadAll(String)
2674R2API.AssetAPI:BuildBodyCatalog()
2675DMD<Init>?-1715074560:_Init()
2676R2API.<>c:<InitHooks>b__17_2(orig_Init)
2677DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2678System.Reflection.MethodBase:Invoke(Object, Object[])
2679RoR2.SystemInitializerAttribute:Execute()
2680DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2681R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2682DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2683SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2684DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2685AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2686DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2687RoR2.RoR2Application:Awake()
2688
2689[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2690Stack trace:
2691R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2692System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2693R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2694R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2695R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2696DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2697EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2698RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2699UnityEngine.Resources:LoadAll(String)
2700R2API.AssetAPI:BuildBodyCatalog()
2701DMD<Init>?-1715074560:_Init()
2702R2API.<>c:<InitHooks>b__17_2(orig_Init)
2703DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2704System.Reflection.MethodBase:Invoke(Object, Object[])
2705RoR2.SystemInitializerAttribute:Execute()
2706DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2707R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2708DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2709SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2710DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2711AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2712DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2713RoR2.RoR2Application:Awake()
2714
2715[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2716Stack trace:
2717R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2718System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2719R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2720R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2721R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2722DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2723EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2724RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2725UnityEngine.Resources:LoadAll(String)
2726R2API.AssetAPI:BuildBodyCatalog()
2727DMD<Init>?-1715074560:_Init()
2728R2API.<>c:<InitHooks>b__17_2(orig_Init)
2729DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2730System.Reflection.MethodBase:Invoke(Object, Object[])
2731RoR2.SystemInitializerAttribute:Execute()
2732DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2733R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2734DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2735SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2736DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2737AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2738DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2739RoR2.RoR2Application:Awake()
2740
2741[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2742Stack trace:
2743R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2744System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2745R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2746R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2747R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2748DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2749EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2750RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2751UnityEngine.Resources:LoadAll(String)
2752R2API.AssetAPI:BuildBodyCatalog()
2753DMD<Init>?-1715074560:_Init()
2754R2API.<>c:<InitHooks>b__17_2(orig_Init)
2755DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2756System.Reflection.MethodBase:Invoke(Object, Object[])
2757RoR2.SystemInitializerAttribute:Execute()
2758DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2759R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2760DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2761SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2762DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2763AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2764DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2765RoR2.RoR2Application:Awake()
2766
2767[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2768Stack trace:
2769R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2770System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2771R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2772R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2773R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2774DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2775EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2776RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2777UnityEngine.Resources:LoadAll(String)
2778R2API.AssetAPI:BuildBodyCatalog()
2779DMD<Init>?-1715074560:_Init()
2780R2API.<>c:<InitHooks>b__17_2(orig_Init)
2781DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2782System.Reflection.MethodBase:Invoke(Object, Object[])
2783RoR2.SystemInitializerAttribute:Execute()
2784DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2785R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2786DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2787SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2788DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2789AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2790DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2791RoR2.RoR2Application:Awake()
2792
2793[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2794Stack trace:
2795R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2796System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2797R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2798R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2799R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2800DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2801EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2802RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2803UnityEngine.Resources:LoadAll(String)
2804R2API.AssetAPI:BuildBodyCatalog()
2805DMD<Init>?-1715074560:_Init()
2806R2API.<>c:<InitHooks>b__17_2(orig_Init)
2807DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2808System.Reflection.MethodBase:Invoke(Object, Object[])
2809RoR2.SystemInitializerAttribute:Execute()
2810DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2811R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2812DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2813SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2814DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2815AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2816DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2817RoR2.RoR2Application:Awake()
2818
2819[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2820Stack trace:
2821R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2822System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2823R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2824R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2825R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2826DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2827EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2828RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2829UnityEngine.Resources:LoadAll(String)
2830R2API.AssetAPI:BuildBodyCatalog()
2831DMD<Init>?-1715074560:_Init()
2832R2API.<>c:<InitHooks>b__17_2(orig_Init)
2833DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2834System.Reflection.MethodBase:Invoke(Object, Object[])
2835RoR2.SystemInitializerAttribute:Execute()
2836DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2837R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2838DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2839SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2840DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2841AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2842DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2843RoR2.RoR2Application:Awake()
2844
2845[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2846Stack trace:
2847R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2848System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2849R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2850R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2851R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2852DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2853EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2854RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2855UnityEngine.Resources:LoadAll(String)
2856R2API.AssetAPI:BuildBodyCatalog()
2857DMD<Init>?-1715074560:_Init()
2858R2API.<>c:<InitHooks>b__17_2(orig_Init)
2859DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2860System.Reflection.MethodBase:Invoke(Object, Object[])
2861RoR2.SystemInitializerAttribute:Execute()
2862DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2863R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2864DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2865SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2866DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2867AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2868DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2869RoR2.RoR2Application:Awake()
2870
2871[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2872Stack trace:
2873R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2874System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2875R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2876R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2877R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2878DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2879EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2880RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2881UnityEngine.Resources:LoadAll(String)
2882R2API.AssetAPI:BuildBodyCatalog()
2883DMD<Init>?-1715074560:_Init()
2884R2API.<>c:<InitHooks>b__17_2(orig_Init)
2885DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2886System.Reflection.MethodBase:Invoke(Object, Object[])
2887RoR2.SystemInitializerAttribute:Execute()
2888DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2889R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2890DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2891SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2892DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2893AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2894DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2895RoR2.RoR2Application:Awake()
2896
2897[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2898Stack trace:
2899R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2900System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2901R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2902R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2903R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2904DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2905EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2906RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2907UnityEngine.Resources:LoadAll(String)
2908R2API.AssetAPI:BuildBodyCatalog()
2909DMD<Init>?-1715074560:_Init()
2910R2API.<>c:<InitHooks>b__17_2(orig_Init)
2911DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2912System.Reflection.MethodBase:Invoke(Object, Object[])
2913RoR2.SystemInitializerAttribute:Execute()
2914DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2915R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2916DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2917SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2918DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2919AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2920DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2921RoR2.RoR2Application:Awake()
2922
2923[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2924Stack trace:
2925R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2926System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2927R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2928R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2929R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2930DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2931EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2932RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2933UnityEngine.Resources:LoadAll(String)
2934R2API.AssetAPI:BuildBodyCatalog()
2935DMD<Init>?-1715074560:_Init()
2936R2API.<>c:<InitHooks>b__17_2(orig_Init)
2937DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2938System.Reflection.MethodBase:Invoke(Object, Object[])
2939RoR2.SystemInitializerAttribute:Execute()
2940DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2941R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2942DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2943SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2944DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2945AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2946DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2947RoR2.RoR2Application:Awake()
2948
2949[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2950Stack trace:
2951R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2952System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2953R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2954R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2955R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2956DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2957EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2958RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2959UnityEngine.Resources:LoadAll(String)
2960R2API.AssetAPI:BuildBodyCatalog()
2961DMD<Init>?-1715074560:_Init()
2962R2API.<>c:<InitHooks>b__17_2(orig_Init)
2963DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2964System.Reflection.MethodBase:Invoke(Object, Object[])
2965RoR2.SystemInitializerAttribute:Execute()
2966DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2967R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2968DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2969SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2970DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2971AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2972DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2973RoR2.RoR2Application:Awake()
2974
2975[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
2976Stack trace:
2977R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
2978System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
2979R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
2980R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
2981R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
2982DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
2983EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
2984RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
2985UnityEngine.Resources:LoadAll(String)
2986R2API.AssetAPI:BuildBodyCatalog()
2987DMD<Init>?-1715074560:_Init()
2988R2API.<>c:<InitHooks>b__17_2(orig_Init)
2989DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
2990System.Reflection.MethodBase:Invoke(Object, Object[])
2991RoR2.SystemInitializerAttribute:Execute()
2992DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
2993R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
2994DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
2995SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
2996DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
2997AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
2998DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
2999RoR2.RoR2Application:Awake()
3000
3001[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3002Stack trace:
3003R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3004System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3005R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3006R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3007R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3008DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3009EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3010RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3011UnityEngine.Resources:LoadAll(String)
3012R2API.AssetAPI:BuildBodyCatalog()
3013DMD<Init>?-1715074560:_Init()
3014R2API.<>c:<InitHooks>b__17_2(orig_Init)
3015DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3016System.Reflection.MethodBase:Invoke(Object, Object[])
3017RoR2.SystemInitializerAttribute:Execute()
3018DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3019R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3020DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3021SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3022DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3023AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3024DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3025RoR2.RoR2Application:Awake()
3026
3027[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3028Stack trace:
3029R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3030System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3031R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3032R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3033R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3034DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3035EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3036RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3037UnityEngine.Resources:LoadAll(String)
3038R2API.AssetAPI:BuildBodyCatalog()
3039DMD<Init>?-1715074560:_Init()
3040R2API.<>c:<InitHooks>b__17_2(orig_Init)
3041DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3042System.Reflection.MethodBase:Invoke(Object, Object[])
3043RoR2.SystemInitializerAttribute:Execute()
3044DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3045R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3046DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3047SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3048DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3049AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3050DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3051RoR2.RoR2Application:Awake()
3052
3053[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3054Stack trace:
3055R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3056System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3057R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3058R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3059R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3060DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3061EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3062RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3063UnityEngine.Resources:LoadAll(String)
3064R2API.AssetAPI:BuildBodyCatalog()
3065DMD<Init>?-1715074560:_Init()
3066R2API.<>c:<InitHooks>b__17_2(orig_Init)
3067DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3068System.Reflection.MethodBase:Invoke(Object, Object[])
3069RoR2.SystemInitializerAttribute:Execute()
3070DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3071R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3072DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3073SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3074DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3075AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3076DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3077RoR2.RoR2Application:Awake()
3078
3079[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3080Stack trace:
3081R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3082System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3083R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3084R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3085R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3086DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3087EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3088RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3089UnityEngine.Resources:LoadAll(String)
3090R2API.AssetAPI:BuildBodyCatalog()
3091DMD<Init>?-1715074560:_Init()
3092R2API.<>c:<InitHooks>b__17_2(orig_Init)
3093DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3094System.Reflection.MethodBase:Invoke(Object, Object[])
3095RoR2.SystemInitializerAttribute:Execute()
3096DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3097R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3098DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3099SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3100DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3101AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3102DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3103RoR2.RoR2Application:Awake()
3104
3105[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3106Stack trace:
3107R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3108System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3109R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3110R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3111R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3112DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3113EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3114RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3115UnityEngine.Resources:LoadAll(String)
3116R2API.AssetAPI:BuildBodyCatalog()
3117DMD<Init>?-1715074560:_Init()
3118R2API.<>c:<InitHooks>b__17_2(orig_Init)
3119DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3120System.Reflection.MethodBase:Invoke(Object, Object[])
3121RoR2.SystemInitializerAttribute:Execute()
3122DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3123R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3124DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3125SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3126DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3127AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3128DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3129RoR2.RoR2Application:Awake()
3130
3131[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3132Stack trace:
3133R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3134System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3135R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3136R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3137R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3138DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3139EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3140RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3141UnityEngine.Resources:LoadAll(String)
3142R2API.AssetAPI:BuildBodyCatalog()
3143DMD<Init>?-1715074560:_Init()
3144R2API.<>c:<InitHooks>b__17_2(orig_Init)
3145DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3146System.Reflection.MethodBase:Invoke(Object, Object[])
3147RoR2.SystemInitializerAttribute:Execute()
3148DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3149R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3150DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3151SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3152DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3153AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3154DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3155RoR2.RoR2Application:Awake()
3156
3157[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3158Stack trace:
3159R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3160System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3161R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3162R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3163R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3164DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3165EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3166RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3167UnityEngine.Resources:LoadAll(String)
3168R2API.AssetAPI:BuildBodyCatalog()
3169DMD<Init>?-1715074560:_Init()
3170R2API.<>c:<InitHooks>b__17_2(orig_Init)
3171DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3172System.Reflection.MethodBase:Invoke(Object, Object[])
3173RoR2.SystemInitializerAttribute:Execute()
3174DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3175R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3176DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3177SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3178DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3179AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3180DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3181RoR2.RoR2Application:Awake()
3182
3183[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3184Stack trace:
3185R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3186System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3187R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3188R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3189R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3190DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3191EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3192RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3193UnityEngine.Resources:LoadAll(String)
3194R2API.AssetAPI:BuildBodyCatalog()
3195DMD<Init>?-1715074560:_Init()
3196R2API.<>c:<InitHooks>b__17_2(orig_Init)
3197DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3198System.Reflection.MethodBase:Invoke(Object, Object[])
3199RoR2.SystemInitializerAttribute:Execute()
3200DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3201R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3202DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3203SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3204DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3205AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3206DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3207RoR2.RoR2Application:Awake()
3208
3209[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3210Stack trace:
3211R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3212System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3213R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3214R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3215R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3216DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3217EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3218RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3219UnityEngine.Resources:LoadAll(String)
3220R2API.AssetAPI:BuildBodyCatalog()
3221DMD<Init>?-1715074560:_Init()
3222R2API.<>c:<InitHooks>b__17_2(orig_Init)
3223DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3224System.Reflection.MethodBase:Invoke(Object, Object[])
3225RoR2.SystemInitializerAttribute:Execute()
3226DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3227R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3228DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3229SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3230DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3231AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3232DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3233RoR2.RoR2Application:Awake()
3234
3235[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3236Stack trace:
3237R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3238System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3239R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3240R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3241R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3242DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3243EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3244RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3245UnityEngine.Resources:LoadAll(String)
3246R2API.AssetAPI:BuildBodyCatalog()
3247DMD<Init>?-1715074560:_Init()
3248R2API.<>c:<InitHooks>b__17_2(orig_Init)
3249DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3250System.Reflection.MethodBase:Invoke(Object, Object[])
3251RoR2.SystemInitializerAttribute:Execute()
3252DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3253R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3254DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3255SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3256DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3257AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3258DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3259RoR2.RoR2Application:Awake()
3260
3261[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3262Stack trace:
3263R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3264System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3265R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3266R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3267R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3268DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3269EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3270RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3271UnityEngine.Resources:LoadAll(String)
3272R2API.AssetAPI:BuildBodyCatalog()
3273DMD<Init>?-1715074560:_Init()
3274R2API.<>c:<InitHooks>b__17_2(orig_Init)
3275DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3276System.Reflection.MethodBase:Invoke(Object, Object[])
3277RoR2.SystemInitializerAttribute:Execute()
3278DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3279R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3280DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3281SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3282DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3283AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3284DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3285RoR2.RoR2Application:Awake()
3286
3287[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3288Stack trace:
3289R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3290System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3291R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3292R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3293R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3294DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3295EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3296RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3297UnityEngine.Resources:LoadAll(String)
3298R2API.AssetAPI:BuildBodyCatalog()
3299DMD<Init>?-1715074560:_Init()
3300R2API.<>c:<InitHooks>b__17_2(orig_Init)
3301DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3302System.Reflection.MethodBase:Invoke(Object, Object[])
3303RoR2.SystemInitializerAttribute:Execute()
3304DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3305R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3306DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3307SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3308DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3309AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3310DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3311RoR2.RoR2Application:Awake()
3312
3313[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3314Stack trace:
3315R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3316System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3317R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3318R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3319R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3320DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3321EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3322RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3323UnityEngine.Resources:LoadAll(String)
3324R2API.AssetAPI:BuildBodyCatalog()
3325DMD<Init>?-1715074560:_Init()
3326R2API.<>c:<InitHooks>b__17_2(orig_Init)
3327DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3328System.Reflection.MethodBase:Invoke(Object, Object[])
3329RoR2.SystemInitializerAttribute:Execute()
3330DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3331R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3332DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3333SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3334DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3335AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3336DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3337RoR2.RoR2Application:Awake()
3338
3339[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3340Stack trace:
3341R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3342System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3343R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3344R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3345R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3346DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3347EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3348RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3349UnityEngine.Resources:LoadAll(String)
3350R2API.AssetAPI:BuildBodyCatalog()
3351DMD<Init>?-1715074560:_Init()
3352R2API.<>c:<InitHooks>b__17_2(orig_Init)
3353DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3354System.Reflection.MethodBase:Invoke(Object, Object[])
3355RoR2.SystemInitializerAttribute:Execute()
3356DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3357R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3358DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3359SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3360DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3361AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3362DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3363RoR2.RoR2Application:Awake()
3364
3365[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3366Stack trace:
3367R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3368System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3369R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3370R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3371R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3372DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3373EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3374RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3375UnityEngine.Resources:LoadAll(String)
3376R2API.AssetAPI:BuildBodyCatalog()
3377DMD<Init>?-1715074560:_Init()
3378R2API.<>c:<InitHooks>b__17_2(orig_Init)
3379DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3380System.Reflection.MethodBase:Invoke(Object, Object[])
3381RoR2.SystemInitializerAttribute:Execute()
3382DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3383R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3384DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3385SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3386DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3387AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3388DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3389RoR2.RoR2Application:Awake()
3390
3391[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3392Stack trace:
3393R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3394System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3395R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3396R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3397R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3398DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3399EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3400RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3401UnityEngine.Resources:LoadAll(String)
3402R2API.AssetAPI:BuildBodyCatalog()
3403DMD<Init>?-1715074560:_Init()
3404R2API.<>c:<InitHooks>b__17_2(orig_Init)
3405DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3406System.Reflection.MethodBase:Invoke(Object, Object[])
3407RoR2.SystemInitializerAttribute:Execute()
3408DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3409R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3410DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3411SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3412DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3413AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3414DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3415RoR2.RoR2Application:Awake()
3416
3417[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3418Stack trace:
3419R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3420System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3421R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3422R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3423R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3424DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3425EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3426RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3427UnityEngine.Resources:LoadAll(String)
3428R2API.AssetAPI:BuildBodyCatalog()
3429DMD<Init>?-1715074560:_Init()
3430R2API.<>c:<InitHooks>b__17_2(orig_Init)
3431DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3432System.Reflection.MethodBase:Invoke(Object, Object[])
3433RoR2.SystemInitializerAttribute:Execute()
3434DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3435R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3436DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3437SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3438DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3439AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3440DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3441RoR2.RoR2Application:Awake()
3442
3443[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3444Stack trace:
3445R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3446System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3447R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3448R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3449R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3450DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3451EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3452RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3453UnityEngine.Resources:LoadAll(String)
3454R2API.AssetAPI:BuildBodyCatalog()
3455DMD<Init>?-1715074560:_Init()
3456R2API.<>c:<InitHooks>b__17_2(orig_Init)
3457DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3458System.Reflection.MethodBase:Invoke(Object, Object[])
3459RoR2.SystemInitializerAttribute:Execute()
3460DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3461R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3462DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3463SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3464DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3465AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3466DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3467RoR2.RoR2Application:Awake()
3468
3469[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3470Stack trace:
3471R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3472System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3473R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3474R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3475R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3476DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3477EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3478RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3479UnityEngine.Resources:LoadAll(String)
3480R2API.AssetAPI:BuildBodyCatalog()
3481DMD<Init>?-1715074560:_Init()
3482R2API.<>c:<InitHooks>b__17_2(orig_Init)
3483DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3484System.Reflection.MethodBase:Invoke(Object, Object[])
3485RoR2.SystemInitializerAttribute:Execute()
3486DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3487R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3488DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3489SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3490DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3491AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3492DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3493RoR2.RoR2Application:Awake()
3494
3495[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3496Stack trace:
3497R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3498System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3499R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3500R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3501R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3502DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3503EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3504RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3505UnityEngine.Resources:LoadAll(String)
3506R2API.AssetAPI:BuildBodyCatalog()
3507DMD<Init>?-1715074560:_Init()
3508R2API.<>c:<InitHooks>b__17_2(orig_Init)
3509DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3510System.Reflection.MethodBase:Invoke(Object, Object[])
3511RoR2.SystemInitializerAttribute:Execute()
3512DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3513R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3514DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3515SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3516DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3517AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3518DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3519RoR2.RoR2Application:Awake()
3520
3521[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3522Stack trace:
3523R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3524System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3525R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3526R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3527R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3528DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3529EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3530RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3531UnityEngine.Resources:LoadAll(String)
3532R2API.AssetAPI:BuildBodyCatalog()
3533DMD<Init>?-1715074560:_Init()
3534R2API.<>c:<InitHooks>b__17_2(orig_Init)
3535DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3536System.Reflection.MethodBase:Invoke(Object, Object[])
3537RoR2.SystemInitializerAttribute:Execute()
3538DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3539R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3540DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3541SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3542DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3543AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3544DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3545RoR2.RoR2Application:Awake()
3546
3547[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3548Stack trace:
3549R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3550System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3551R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3552R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3553R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3554DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3555EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3556RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3557UnityEngine.Resources:LoadAll(String)
3558R2API.AssetAPI:BuildBodyCatalog()
3559DMD<Init>?-1715074560:_Init()
3560R2API.<>c:<InitHooks>b__17_2(orig_Init)
3561DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3562System.Reflection.MethodBase:Invoke(Object, Object[])
3563RoR2.SystemInitializerAttribute:Execute()
3564DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3565R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3566DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3567SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3568DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3569AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3570DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3571RoR2.RoR2Application:Awake()
3572
3573[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3574Stack trace:
3575R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3576System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3577R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3578R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3579R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3580DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3581EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3582RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3583UnityEngine.Resources:LoadAll(String)
3584R2API.AssetAPI:BuildBodyCatalog()
3585DMD<Init>?-1715074560:_Init()
3586R2API.<>c:<InitHooks>b__17_2(orig_Init)
3587DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3588System.Reflection.MethodBase:Invoke(Object, Object[])
3589RoR2.SystemInitializerAttribute:Execute()
3590DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3591R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3592DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3593SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3594DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3595AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3596DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3597RoR2.RoR2Application:Awake()
3598
3599[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3600Stack trace:
3601R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3602System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3603R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3604R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3605R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3606DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3607EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3608RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3609UnityEngine.Resources:LoadAll(String)
3610R2API.AssetAPI:BuildBodyCatalog()
3611DMD<Init>?-1715074560:_Init()
3612R2API.<>c:<InitHooks>b__17_2(orig_Init)
3613DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3614System.Reflection.MethodBase:Invoke(Object, Object[])
3615RoR2.SystemInitializerAttribute:Execute()
3616DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3617R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3618DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3619SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3620DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3621AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3622DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3623RoR2.RoR2Application:Awake()
3624
3625[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3626Stack trace:
3627R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3628System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3629R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3630R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3631R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3632DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3633EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3634RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3635UnityEngine.Resources:LoadAll(String)
3636R2API.AssetAPI:BuildBodyCatalog()
3637DMD<Init>?-1715074560:_Init()
3638R2API.<>c:<InitHooks>b__17_2(orig_Init)
3639DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3640System.Reflection.MethodBase:Invoke(Object, Object[])
3641RoR2.SystemInitializerAttribute:Execute()
3642DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3643R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3644DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3645SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3646DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3647AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3648DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3649RoR2.RoR2Application:Awake()
3650
3651[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3652Stack trace:
3653R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3654System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3655R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3656R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3657R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3658DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3659EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3660RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3661UnityEngine.Resources:LoadAll(String)
3662R2API.AssetAPI:BuildBodyCatalog()
3663DMD<Init>?-1715074560:_Init()
3664R2API.<>c:<InitHooks>b__17_2(orig_Init)
3665DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3666System.Reflection.MethodBase:Invoke(Object, Object[])
3667RoR2.SystemInitializerAttribute:Execute()
3668DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3669R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3670DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3671SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3672DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3673AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3674DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3675RoR2.RoR2Application:Awake()
3676
3677[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3678Stack trace:
3679R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3680System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3681R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3682R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3683R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3684DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3685EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3686RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3687UnityEngine.Resources:LoadAll(String)
3688R2API.AssetAPI:BuildBodyCatalog()
3689DMD<Init>?-1715074560:_Init()
3690R2API.<>c:<InitHooks>b__17_2(orig_Init)
3691DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3692System.Reflection.MethodBase:Invoke(Object, Object[])
3693RoR2.SystemInitializerAttribute:Execute()
3694DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3695R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3696DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3697SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3698DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3699AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3700DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3701RoR2.RoR2Application:Awake()
3702
3703[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3704Stack trace:
3705R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3706System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3707R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3708R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3709R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3710DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3711EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3712RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3713UnityEngine.Resources:LoadAll(String)
3714R2API.AssetAPI:BuildBodyCatalog()
3715DMD<Init>?-1715074560:_Init()
3716R2API.<>c:<InitHooks>b__17_2(orig_Init)
3717DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3718System.Reflection.MethodBase:Invoke(Object, Object[])
3719RoR2.SystemInitializerAttribute:Execute()
3720DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3721R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3722DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3723SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3724DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3725AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3726DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3727RoR2.RoR2Application:Awake()
3728
3729[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3730Stack trace:
3731R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3732System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3733R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3734R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3735R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3736DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3737EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3738RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3739UnityEngine.Resources:LoadAll(String)
3740R2API.AssetAPI:BuildBodyCatalog()
3741DMD<Init>?-1715074560:_Init()
3742R2API.<>c:<InitHooks>b__17_2(orig_Init)
3743DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3744System.Reflection.MethodBase:Invoke(Object, Object[])
3745RoR2.SystemInitializerAttribute:Execute()
3746DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3747R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3748DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3749SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3750DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3751AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3752DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3753RoR2.RoR2Application:Awake()
3754
3755[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3756Stack trace:
3757R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3758System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3759R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3760R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3761R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3762DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3763EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3764RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3765UnityEngine.Resources:LoadAll(String)
3766R2API.AssetAPI:BuildBodyCatalog()
3767DMD<Init>?-1715074560:_Init()
3768R2API.<>c:<InitHooks>b__17_2(orig_Init)
3769DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3770System.Reflection.MethodBase:Invoke(Object, Object[])
3771RoR2.SystemInitializerAttribute:Execute()
3772DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3773R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3774DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3775SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3776DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3777AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3778DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3779RoR2.RoR2Application:Awake()
3780
3781[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3782Stack trace:
3783R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3784System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3785R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3786R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3787R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3788DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3789EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3790RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3791UnityEngine.Resources:LoadAll(String)
3792R2API.AssetAPI:BuildBodyCatalog()
3793DMD<Init>?-1715074560:_Init()
3794R2API.<>c:<InitHooks>b__17_2(orig_Init)
3795DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3796System.Reflection.MethodBase:Invoke(Object, Object[])
3797RoR2.SystemInitializerAttribute:Execute()
3798DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3799R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3800DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3801SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3802DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3803AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3804DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3805RoR2.RoR2Application:Awake()
3806
3807[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3808Stack trace:
3809R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3810System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3811R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3812R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3813R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3814DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3815EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3816RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3817UnityEngine.Resources:LoadAll(String)
3818R2API.AssetAPI:BuildBodyCatalog()
3819DMD<Init>?-1715074560:_Init()
3820R2API.<>c:<InitHooks>b__17_2(orig_Init)
3821DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
3822System.Reflection.MethodBase:Invoke(Object, Object[])
3823RoR2.SystemInitializerAttribute:Execute()
3824DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3825R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3826DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3827SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3828DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3829AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3830DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3831RoR2.RoR2Application:Awake()
3832
3833[Info : Unity Log] Initializing system: BuffCatalog
3834[Info : Unity Log] Initializing system: CostTypeCatalog
3835[Info : Unity Log] Initializing system: EquipmentCatalog
3836[Info : Unity Log] Initializing system: ItemCatalog
3837[Info : Unity Log] Initializing system: ItemMaskNetworkExtensions
3838[Info : Unity Log] Initializing system: MasterCatalog
3839[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3840Stack trace:
3841R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3842System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3843R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3844R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3845R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3846DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3847EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3848RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3849UnityEngine.Resources:LoadAll(String)
3850R2API.AssetAPI:BuildMasterCatalog()
3851DMD<Init>?-1715074560:_Init()
3852System.Reflection.MethodBase:Invoke(Object, Object[])
3853RoR2.SystemInitializerAttribute:Execute()
3854DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3855R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3856DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3857SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3858DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3859AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3860DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3861RoR2.RoR2Application:Awake()
3862
3863[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3864Stack trace:
3865R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3866System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3867R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3868R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3869R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3870DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3871EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3872RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3873UnityEngine.Resources:LoadAll(String)
3874R2API.AssetAPI:BuildMasterCatalog()
3875DMD<Init>?-1715074560:_Init()
3876System.Reflection.MethodBase:Invoke(Object, Object[])
3877RoR2.SystemInitializerAttribute:Execute()
3878DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3879R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3880DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3881SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3882DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3883AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3884DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3885RoR2.RoR2Application:Awake()
3886
3887[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3888Stack trace:
3889R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3890System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3891R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3892R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3893R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3894DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3895EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3896RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3897UnityEngine.Resources:LoadAll(String)
3898R2API.AssetAPI:BuildMasterCatalog()
3899DMD<Init>?-1715074560:_Init()
3900System.Reflection.MethodBase:Invoke(Object, Object[])
3901RoR2.SystemInitializerAttribute:Execute()
3902DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3903R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3904DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3905SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3906DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3907AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3908DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3909RoR2.RoR2Application:Awake()
3910
3911[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3912Stack trace:
3913R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3914System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3915R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3916R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3917R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3918DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3919EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3920RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3921UnityEngine.Resources:LoadAll(String)
3922R2API.AssetAPI:BuildMasterCatalog()
3923DMD<Init>?-1715074560:_Init()
3924System.Reflection.MethodBase:Invoke(Object, Object[])
3925RoR2.SystemInitializerAttribute:Execute()
3926DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3927R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3928DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3929SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3930DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3931AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3932DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3933RoR2.RoR2Application:Awake()
3934
3935[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3936Stack trace:
3937R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3938System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3939R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3940R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3941R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3942DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3943EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3944RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3945UnityEngine.Resources:LoadAll(String)
3946R2API.AssetAPI:BuildMasterCatalog()
3947DMD<Init>?-1715074560:_Init()
3948System.Reflection.MethodBase:Invoke(Object, Object[])
3949RoR2.SystemInitializerAttribute:Execute()
3950DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3951R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3952DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3953SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3954DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3955AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3956DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3957RoR2.RoR2Application:Awake()
3958
3959[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3960Stack trace:
3961R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3962System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3963R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3964R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3965R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3966DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3967EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3968RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3969UnityEngine.Resources:LoadAll(String)
3970R2API.AssetAPI:BuildMasterCatalog()
3971DMD<Init>?-1715074560:_Init()
3972System.Reflection.MethodBase:Invoke(Object, Object[])
3973RoR2.SystemInitializerAttribute:Execute()
3974DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3975R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
3976DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
3977SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
3978DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
3979AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
3980DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
3981RoR2.RoR2Application:Awake()
3982
3983[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
3984Stack trace:
3985R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
3986System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
3987R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
3988R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
3989R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
3990DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
3991EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
3992RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
3993UnityEngine.Resources:LoadAll(String)
3994R2API.AssetAPI:BuildMasterCatalog()
3995DMD<Init>?-1715074560:_Init()
3996System.Reflection.MethodBase:Invoke(Object, Object[])
3997RoR2.SystemInitializerAttribute:Execute()
3998DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
3999R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4000DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4001SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4002DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4003AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4004DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4005RoR2.RoR2Application:Awake()
4006
4007[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4008Stack trace:
4009R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4010System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4011R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4012R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4013R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4014DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4015EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4016RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4017UnityEngine.Resources:LoadAll(String)
4018R2API.AssetAPI:BuildMasterCatalog()
4019DMD<Init>?-1715074560:_Init()
4020System.Reflection.MethodBase:Invoke(Object, Object[])
4021RoR2.SystemInitializerAttribute:Execute()
4022DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4023R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4024DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4025SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4026DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4027AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4028DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4029RoR2.RoR2Application:Awake()
4030
4031[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4032Stack trace:
4033R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4034System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4035R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4036R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4037R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4038DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4039EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4040RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4041UnityEngine.Resources:LoadAll(String)
4042R2API.AssetAPI:BuildMasterCatalog()
4043DMD<Init>?-1715074560:_Init()
4044System.Reflection.MethodBase:Invoke(Object, Object[])
4045RoR2.SystemInitializerAttribute:Execute()
4046DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4047R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4048DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4049SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4050DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4051AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4052DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4053RoR2.RoR2Application:Awake()
4054
4055[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4056Stack trace:
4057R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4058System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4059R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4060R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4061R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4062DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4063EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4064RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4065UnityEngine.Resources:LoadAll(String)
4066R2API.AssetAPI:BuildMasterCatalog()
4067DMD<Init>?-1715074560:_Init()
4068System.Reflection.MethodBase:Invoke(Object, Object[])
4069RoR2.SystemInitializerAttribute:Execute()
4070DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4071R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4072DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4073SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4074DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4075AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4076DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4077RoR2.RoR2Application:Awake()
4078
4079[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4080Stack trace:
4081R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4082System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4083R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4084R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4085R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4086DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4087EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4088RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4089UnityEngine.Resources:LoadAll(String)
4090R2API.AssetAPI:BuildMasterCatalog()
4091DMD<Init>?-1715074560:_Init()
4092System.Reflection.MethodBase:Invoke(Object, Object[])
4093RoR2.SystemInitializerAttribute:Execute()
4094DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4095R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4096DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4097SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4098DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4099AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4100DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4101RoR2.RoR2Application:Awake()
4102
4103[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4104Stack trace:
4105R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4106System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4107R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4108R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4109R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4110DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4111EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4112RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4113UnityEngine.Resources:LoadAll(String)
4114R2API.AssetAPI:BuildMasterCatalog()
4115DMD<Init>?-1715074560:_Init()
4116System.Reflection.MethodBase:Invoke(Object, Object[])
4117RoR2.SystemInitializerAttribute:Execute()
4118DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4119R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4120DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4121SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4122DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4123AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4124DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4125RoR2.RoR2Application:Awake()
4126
4127[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4128Stack trace:
4129R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4130System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4131R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4132R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4133R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4134DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4135EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4136RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4137UnityEngine.Resources:LoadAll(String)
4138R2API.AssetAPI:BuildMasterCatalog()
4139DMD<Init>?-1715074560:_Init()
4140System.Reflection.MethodBase:Invoke(Object, Object[])
4141RoR2.SystemInitializerAttribute:Execute()
4142DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4143R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4144DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4145SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4146DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4147AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4148DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4149RoR2.RoR2Application:Awake()
4150
4151[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4152Stack trace:
4153R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4154System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4155R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4156R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4157R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4158DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4159EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4160RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4161UnityEngine.Resources:LoadAll(String)
4162R2API.AssetAPI:BuildMasterCatalog()
4163DMD<Init>?-1715074560:_Init()
4164System.Reflection.MethodBase:Invoke(Object, Object[])
4165RoR2.SystemInitializerAttribute:Execute()
4166DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4167R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4168DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4169SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4170DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4171AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4172DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4173RoR2.RoR2Application:Awake()
4174
4175[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4176Stack trace:
4177R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4178System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4179R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4180R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4181R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4182DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4183EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4184RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4185UnityEngine.Resources:LoadAll(String)
4186R2API.AssetAPI:BuildMasterCatalog()
4187DMD<Init>?-1715074560:_Init()
4188System.Reflection.MethodBase:Invoke(Object, Object[])
4189RoR2.SystemInitializerAttribute:Execute()
4190DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4191R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4192DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4193SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4194DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4195AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4196DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4197RoR2.RoR2Application:Awake()
4198
4199[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4200Stack trace:
4201R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4202System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4203R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4204R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4205R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4206DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4207EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4208RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4209UnityEngine.Resources:LoadAll(String)
4210R2API.AssetAPI:BuildMasterCatalog()
4211DMD<Init>?-1715074560:_Init()
4212System.Reflection.MethodBase:Invoke(Object, Object[])
4213RoR2.SystemInitializerAttribute:Execute()
4214DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4215R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4216DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4217SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4218DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4219AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4220DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4221RoR2.RoR2Application:Awake()
4222
4223[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4224Stack trace:
4225R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4226System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4227R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4228R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4229R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4230DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4231EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4232RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4233UnityEngine.Resources:LoadAll(String)
4234R2API.AssetAPI:BuildMasterCatalog()
4235DMD<Init>?-1715074560:_Init()
4236System.Reflection.MethodBase:Invoke(Object, Object[])
4237RoR2.SystemInitializerAttribute:Execute()
4238DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4239R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4240DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4241SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4242DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4243AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4244DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4245RoR2.RoR2Application:Awake()
4246
4247[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4248Stack trace:
4249R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4250System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4251R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4252R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4253R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4254DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4255EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4256RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4257UnityEngine.Resources:LoadAll(String)
4258R2API.AssetAPI:BuildMasterCatalog()
4259DMD<Init>?-1715074560:_Init()
4260System.Reflection.MethodBase:Invoke(Object, Object[])
4261RoR2.SystemInitializerAttribute:Execute()
4262DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4263R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4264DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4265SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4266DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4267AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4268DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4269RoR2.RoR2Application:Awake()
4270
4271[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4272Stack trace:
4273R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4274System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4275R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4276R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4277R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4278DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4279EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4280RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4281UnityEngine.Resources:LoadAll(String)
4282R2API.AssetAPI:BuildMasterCatalog()
4283DMD<Init>?-1715074560:_Init()
4284System.Reflection.MethodBase:Invoke(Object, Object[])
4285RoR2.SystemInitializerAttribute:Execute()
4286DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4287R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4288DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4289SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4290DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4291AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4292DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4293RoR2.RoR2Application:Awake()
4294
4295[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4296Stack trace:
4297R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4298System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4299R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4300R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4301R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4302DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4303EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4304RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4305UnityEngine.Resources:LoadAll(String)
4306R2API.AssetAPI:BuildMasterCatalog()
4307DMD<Init>?-1715074560:_Init()
4308System.Reflection.MethodBase:Invoke(Object, Object[])
4309RoR2.SystemInitializerAttribute:Execute()
4310DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4311R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4312DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4313SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4314DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4315AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4316DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4317RoR2.RoR2Application:Awake()
4318
4319[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4320Stack trace:
4321R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4322System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4323R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4324R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4325R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4326DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4327EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4328RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4329UnityEngine.Resources:LoadAll(String)
4330R2API.AssetAPI:BuildMasterCatalog()
4331DMD<Init>?-1715074560:_Init()
4332System.Reflection.MethodBase:Invoke(Object, Object[])
4333RoR2.SystemInitializerAttribute:Execute()
4334DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4335R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4336DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4337SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4338DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4339AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4340DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4341RoR2.RoR2Application:Awake()
4342
4343[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4344Stack trace:
4345R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4346System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4347R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4348R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4349R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4350DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4351EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4352RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4353UnityEngine.Resources:LoadAll(String)
4354R2API.AssetAPI:BuildMasterCatalog()
4355DMD<Init>?-1715074560:_Init()
4356System.Reflection.MethodBase:Invoke(Object, Object[])
4357RoR2.SystemInitializerAttribute:Execute()
4358DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4359R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4360DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4361SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4362DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4363AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4364DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4365RoR2.RoR2Application:Awake()
4366
4367[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4368Stack trace:
4369R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4370System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4371R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4372R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4373R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4374DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4375EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4376RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4377UnityEngine.Resources:LoadAll(String)
4378R2API.AssetAPI:BuildMasterCatalog()
4379DMD<Init>?-1715074560:_Init()
4380System.Reflection.MethodBase:Invoke(Object, Object[])
4381RoR2.SystemInitializerAttribute:Execute()
4382DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4383R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4384DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4385SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4386DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4387AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4388DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4389RoR2.RoR2Application:Awake()
4390
4391[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4392Stack trace:
4393R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4394System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4395R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4396R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4397R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4398DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4399EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4400RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4401UnityEngine.Resources:LoadAll(String)
4402R2API.AssetAPI:BuildMasterCatalog()
4403DMD<Init>?-1715074560:_Init()
4404System.Reflection.MethodBase:Invoke(Object, Object[])
4405RoR2.SystemInitializerAttribute:Execute()
4406DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4407R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4408DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4409SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4410DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4411AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4412DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4413RoR2.RoR2Application:Awake()
4414
4415[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4416Stack trace:
4417R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4418System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4419R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4420R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4421R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4422DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4423EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4424RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4425UnityEngine.Resources:LoadAll(String)
4426R2API.AssetAPI:BuildMasterCatalog()
4427DMD<Init>?-1715074560:_Init()
4428System.Reflection.MethodBase:Invoke(Object, Object[])
4429RoR2.SystemInitializerAttribute:Execute()
4430DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4431R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4432DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4433SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4434DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4435AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4436DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4437RoR2.RoR2Application:Awake()
4438
4439[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4440Stack trace:
4441R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4442System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4443R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4444R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4445R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4446DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4447EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4448RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4449UnityEngine.Resources:LoadAll(String)
4450R2API.AssetAPI:BuildMasterCatalog()
4451DMD<Init>?-1715074560:_Init()
4452System.Reflection.MethodBase:Invoke(Object, Object[])
4453RoR2.SystemInitializerAttribute:Execute()
4454DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4455R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4456DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4457SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4458DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4459AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4460DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4461RoR2.RoR2Application:Awake()
4462
4463[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4464Stack trace:
4465R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4466System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4467R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4468R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4469R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4470DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4471EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4472RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4473UnityEngine.Resources:LoadAll(String)
4474R2API.AssetAPI:BuildMasterCatalog()
4475DMD<Init>?-1715074560:_Init()
4476System.Reflection.MethodBase:Invoke(Object, Object[])
4477RoR2.SystemInitializerAttribute:Execute()
4478DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4479R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4480DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4481SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4482DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4483AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4484DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4485RoR2.RoR2Application:Awake()
4486
4487[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4488Stack trace:
4489R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4490System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4491R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4492R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4493R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4494DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4495EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4496RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4497UnityEngine.Resources:LoadAll(String)
4498R2API.AssetAPI:BuildMasterCatalog()
4499DMD<Init>?-1715074560:_Init()
4500System.Reflection.MethodBase:Invoke(Object, Object[])
4501RoR2.SystemInitializerAttribute:Execute()
4502DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4503R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4504DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4505SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4506DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4507AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4508DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4509RoR2.RoR2Application:Awake()
4510
4511[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4512Stack trace:
4513R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4514System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4515R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4516R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4517R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4518DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4519EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4520RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4521UnityEngine.Resources:LoadAll(String)
4522R2API.AssetAPI:BuildMasterCatalog()
4523DMD<Init>?-1715074560:_Init()
4524System.Reflection.MethodBase:Invoke(Object, Object[])
4525RoR2.SystemInitializerAttribute:Execute()
4526DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4527R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4528DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4529SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4530DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4531AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4532DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4533RoR2.RoR2Application:Awake()
4534
4535[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4536Stack trace:
4537R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4538System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4539R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4540R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4541R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4542DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4543EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4544RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4545UnityEngine.Resources:LoadAll(String)
4546R2API.AssetAPI:BuildMasterCatalog()
4547DMD<Init>?-1715074560:_Init()
4548System.Reflection.MethodBase:Invoke(Object, Object[])
4549RoR2.SystemInitializerAttribute:Execute()
4550DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4551R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4552DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4553SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4554DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4555AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4556DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4557RoR2.RoR2Application:Awake()
4558
4559[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4560Stack trace:
4561R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4562System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4563R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4564R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4565R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4566DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4567EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4568RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4569UnityEngine.Resources:LoadAll(String)
4570R2API.AssetAPI:BuildMasterCatalog()
4571DMD<Init>?-1715074560:_Init()
4572System.Reflection.MethodBase:Invoke(Object, Object[])
4573RoR2.SystemInitializerAttribute:Execute()
4574DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4575R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4576DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4577SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4578DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4579AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4580DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4581RoR2.RoR2Application:Awake()
4582
4583[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4584Stack trace:
4585R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4586System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4587R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4588R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4589R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4590DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4591EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4592RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4593UnityEngine.Resources:LoadAll(String)
4594R2API.AssetAPI:BuildMasterCatalog()
4595DMD<Init>?-1715074560:_Init()
4596System.Reflection.MethodBase:Invoke(Object, Object[])
4597RoR2.SystemInitializerAttribute:Execute()
4598DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4599R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4600DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4601SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4602DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4603AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4604DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4605RoR2.RoR2Application:Awake()
4606
4607[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4608Stack trace:
4609R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4610System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4611R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4612R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4613R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4614DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4615EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4616RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4617UnityEngine.Resources:LoadAll(String)
4618R2API.AssetAPI:BuildMasterCatalog()
4619DMD<Init>?-1715074560:_Init()
4620System.Reflection.MethodBase:Invoke(Object, Object[])
4621RoR2.SystemInitializerAttribute:Execute()
4622DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4623R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4624DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4625SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4626DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4627AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4628DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4629RoR2.RoR2Application:Awake()
4630
4631[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4632Stack trace:
4633R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4634System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4635R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4636R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4637R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4638DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4639EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4640RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4641UnityEngine.Resources:LoadAll(String)
4642R2API.AssetAPI:BuildMasterCatalog()
4643DMD<Init>?-1715074560:_Init()
4644System.Reflection.MethodBase:Invoke(Object, Object[])
4645RoR2.SystemInitializerAttribute:Execute()
4646DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4647R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4648DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4649SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4650DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4651AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4652DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4653RoR2.RoR2Application:Awake()
4654
4655[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4656Stack trace:
4657R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4658System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4659R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4660R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4661R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4662DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4663EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4664RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4665UnityEngine.Resources:LoadAll(String)
4666R2API.AssetAPI:BuildMasterCatalog()
4667DMD<Init>?-1715074560:_Init()
4668System.Reflection.MethodBase:Invoke(Object, Object[])
4669RoR2.SystemInitializerAttribute:Execute()
4670DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4671R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4672DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4673SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4674DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4675AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4676DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4677RoR2.RoR2Application:Awake()
4678
4679[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4680Stack trace:
4681R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4682System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4683R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4684R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4685R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4686DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4687EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4688RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4689UnityEngine.Resources:LoadAll(String)
4690R2API.AssetAPI:BuildMasterCatalog()
4691DMD<Init>?-1715074560:_Init()
4692System.Reflection.MethodBase:Invoke(Object, Object[])
4693RoR2.SystemInitializerAttribute:Execute()
4694DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4695R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4696DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4697SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4698DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4699AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4700DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4701RoR2.RoR2Application:Awake()
4702
4703[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4704Stack trace:
4705R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4706System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4707R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4708R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4709R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4710DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4711EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4712RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4713UnityEngine.Resources:LoadAll(String)
4714R2API.AssetAPI:BuildMasterCatalog()
4715DMD<Init>?-1715074560:_Init()
4716System.Reflection.MethodBase:Invoke(Object, Object[])
4717RoR2.SystemInitializerAttribute:Execute()
4718DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4719R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4720DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4721SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4722DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4723AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4724DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4725RoR2.RoR2Application:Awake()
4726
4727[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4728Stack trace:
4729R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4730System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4731R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4732R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4733R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4734DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4735EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4736RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4737UnityEngine.Resources:LoadAll(String)
4738R2API.AssetAPI:BuildMasterCatalog()
4739DMD<Init>?-1715074560:_Init()
4740System.Reflection.MethodBase:Invoke(Object, Object[])
4741RoR2.SystemInitializerAttribute:Execute()
4742DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4743R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4744DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4745SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4746DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4747AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4748DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4749RoR2.RoR2Application:Awake()
4750
4751[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4752Stack trace:
4753R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4754System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4755R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4756R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4757R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4758DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4759EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4760RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4761UnityEngine.Resources:LoadAll(String)
4762R2API.AssetAPI:BuildMasterCatalog()
4763DMD<Init>?-1715074560:_Init()
4764System.Reflection.MethodBase:Invoke(Object, Object[])
4765RoR2.SystemInitializerAttribute:Execute()
4766DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4767R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4768DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4769SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4770DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4771AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4772DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4773RoR2.RoR2Application:Awake()
4774
4775[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4776Stack trace:
4777R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4778System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4779R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4780R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4781R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4782DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4783EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4784RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4785UnityEngine.Resources:LoadAll(String)
4786R2API.AssetAPI:BuildMasterCatalog()
4787DMD<Init>?-1715074560:_Init()
4788System.Reflection.MethodBase:Invoke(Object, Object[])
4789RoR2.SystemInitializerAttribute:Execute()
4790DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4791R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4792DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4793SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4794DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4795AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4796DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4797RoR2.RoR2Application:Awake()
4798
4799[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4800Stack trace:
4801R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4802System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4803R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4804R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4805R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4806DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4807EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4808RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4809UnityEngine.Resources:LoadAll(String)
4810R2API.AssetAPI:BuildMasterCatalog()
4811DMD<Init>?-1715074560:_Init()
4812System.Reflection.MethodBase:Invoke(Object, Object[])
4813RoR2.SystemInitializerAttribute:Execute()
4814DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4815R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4816DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4817SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4818DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4819AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4820DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4821RoR2.RoR2Application:Awake()
4822
4823[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4824Stack trace:
4825R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4826System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4827R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4828R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4829R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4830DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4831EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4832RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4833UnityEngine.Resources:LoadAll(String)
4834R2API.AssetAPI:BuildMasterCatalog()
4835DMD<Init>?-1715074560:_Init()
4836System.Reflection.MethodBase:Invoke(Object, Object[])
4837RoR2.SystemInitializerAttribute:Execute()
4838DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4839R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4840DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4841SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4842DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4843AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4844DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4845RoR2.RoR2Application:Awake()
4846
4847[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4848Stack trace:
4849R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4850System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4851R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4852R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4853R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4854DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4855EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4856RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4857UnityEngine.Resources:LoadAll(String)
4858R2API.AssetAPI:BuildMasterCatalog()
4859DMD<Init>?-1715074560:_Init()
4860System.Reflection.MethodBase:Invoke(Object, Object[])
4861RoR2.SystemInitializerAttribute:Execute()
4862DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4863R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4864DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4865SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4866DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4867AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4868DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4869RoR2.RoR2Application:Awake()
4870
4871[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4872Stack trace:
4873R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4874System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4875R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4876R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4877R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4878DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4879EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4880RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4881UnityEngine.Resources:LoadAll(String)
4882R2API.AssetAPI:BuildMasterCatalog()
4883DMD<Init>?-1715074560:_Init()
4884System.Reflection.MethodBase:Invoke(Object, Object[])
4885RoR2.SystemInitializerAttribute:Execute()
4886DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4887R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4888DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4889SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4890DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4891AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4892DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4893RoR2.RoR2Application:Awake()
4894
4895[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4896Stack trace:
4897R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4898System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4899R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4900R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4901R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4902DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4903EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4904RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4905UnityEngine.Resources:LoadAll(String)
4906R2API.AssetAPI:BuildMasterCatalog()
4907DMD<Init>?-1715074560:_Init()
4908System.Reflection.MethodBase:Invoke(Object, Object[])
4909RoR2.SystemInitializerAttribute:Execute()
4910DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4911R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4912DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4913SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4914DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4915AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4916DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4917RoR2.RoR2Application:Awake()
4918
4919[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4920Stack trace:
4921R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4922System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4923R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4924R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4925R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4926DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4927EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4928RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4929UnityEngine.Resources:LoadAll(String)
4930R2API.AssetAPI:BuildMasterCatalog()
4931DMD<Init>?-1715074560:_Init()
4932System.Reflection.MethodBase:Invoke(Object, Object[])
4933RoR2.SystemInitializerAttribute:Execute()
4934DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4935R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4936DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4937SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4938DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4939AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4940DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4941RoR2.RoR2Application:Awake()
4942
4943[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4944Stack trace:
4945R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4946System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4947R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4948R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4949R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4950DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4951EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4952RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4953UnityEngine.Resources:LoadAll(String)
4954R2API.AssetAPI:BuildMasterCatalog()
4955DMD<Init>?-1715074560:_Init()
4956System.Reflection.MethodBase:Invoke(Object, Object[])
4957RoR2.SystemInitializerAttribute:Execute()
4958DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4959R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4960DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4961SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4962DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4963AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4964DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4965RoR2.RoR2Application:Awake()
4966
4967[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4968Stack trace:
4969R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4970System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4971R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4972R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4973R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
4974DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
4975EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
4976RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
4977UnityEngine.Resources:LoadAll(String)
4978R2API.AssetAPI:BuildMasterCatalog()
4979DMD<Init>?-1715074560:_Init()
4980System.Reflection.MethodBase:Invoke(Object, Object[])
4981RoR2.SystemInitializerAttribute:Execute()
4982DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
4983R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
4984DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
4985SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
4986DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
4987AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
4988DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
4989RoR2.RoR2Application:Awake()
4990
4991[Info : Unity Log] Initializing system: PickupCatalog
4992[Info : Unity Log] Initializing system: ProjectileCatalog
4993[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
4994Stack trace:
4995R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
4996System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
4997R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
4998R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
4999R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
5000DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
5001EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
5002RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
5003UnityEngine.Resources:LoadAll(String)
5004RoR2.ProjectileCatalog:Init()
5005System.Reflection.MethodBase:Invoke(Object, Object[])
5006RoR2.SystemInitializerAttribute:Execute()
5007DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
5008R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
5009DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
5010SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
5011DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
5012AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
5013DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
5014RoR2.RoR2Application:Awake()
5015
5016[Info : Unity Log] Initializing system: RuleCatalog
5017[Info : Unity Log] Initializing system: SceneCatalog
5018[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
5019Stack trace:
5020R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
5021System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
5022R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
5023R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
5024R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
5025DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
5026EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
5027RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
5028UnityEngine.Resources:LoadAll(String)
5029RoR2.SceneCatalog:Init()
5030System.Reflection.MethodBase:Invoke(Object, Object[])
5031RoR2.SystemInitializerAttribute:Execute()
5032DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
5033R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
5034DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
5035SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
5036DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
5037AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
5038DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
5039RoR2.RoR2Application:Awake()
5040
5041[Info : Unity Log] Initializing system: SurvivorCatalog
5042[Warning: Unity Log] Unregistered survivor Bandit!
5043[Info : Unity Log] Initializing system: UnlockableCatalog
5044[Info : Unity Log] Initializing system: UserProfile
5045[Info : Unity Log] Initializing system: StatDef
5046[Info : Unity Log] Initializing system: StatSheet
5047[Info : Unity Log] Initializing system: SkillCatalog
5048[Info : Unity Log] Initializing system: AchievementManager
5049[Info : Unity Log] Initializing system: BuffMask
5050[Info : Unity Log] Initializing system: ItemDisplayRuleSet
5051[Info : Unity Log] Initializing system: EquipmentMask
5052[Info : Unity Log] Initializing system: PreGameRuleVoteController
5053[Info : Unity Log] Initializing system: GameModeCatalog
5054[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
5055Stack trace:
5056R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
5057System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
5058R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
5059R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
5060R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
5061DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
5062EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
5063RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
5064UnityEngine.Resources:LoadAll(String)
5065RoR2.GameModeCatalog:LoadGameModes()
5066System.Reflection.MethodBase:Invoke(Object, Object[])
5067RoR2.SystemInitializerAttribute:Execute()
5068DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
5069R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
5070DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
5071SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
5072DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
5073AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
5074DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
5075RoR2.RoR2Application:Awake()
5076
5077[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
5078Stack trace:
5079R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
5080System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
5081R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
5082R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
5083R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
5084DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
5085EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
5086RoR2.ChestBehavior..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
5087UnityEngine.Resources:LoadAll(String)
5088RoR2.GameModeCatalog:LoadGameModes()
5089System.Reflection.MethodBase:Invoke(Object, Object[])
5090RoR2.SystemInitializerAttribute:Execute()
5091DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
5092R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
5093DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
5094SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
5095DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
5096AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
5097DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
5098RoR2.RoR2Application:Awake()
5099
5100[Info : Unity Log] Registered gamemode ClassicRun True
5101[Info : Unity Log] Registered gamemode WeeklyRun True
5102[Info : Unity Log] Initializing system: BodyLoadoutManager
5103[Info : Unity Log] Initializing system: RuleBook
5104[Info : Unity Log] Attempting to load user profile /UserProfiles/cc35a9a0-0c47-455c-adfc-39ea63f5c683.xml
5105[Info : Unity Log] stream.Length=101815
5106[Info : Unity Log] 18
5107[Info : Unity Log] Active scene changed from to title
5108[Info : Unity Log] Loaded scene title loadSceneMode=2
5109[Error : Unity Log] TypeLoadException: Could not resolve type with token 010000db (from typeref, class/assembly MonoMod.Utils.MonoModExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
5110Stack trace:
5111R2API.Utils.Reflection+<>c.<GetMethodDelegateCached>b__53_0 (System.Reflection.MethodInfo method) (at <fbe64e3639d841baba971e923807db02>:0)
5112System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
5113R2API.Utils.Reflection.GetMethodDelegateCached (System.Reflection.MethodInfo methodInfo) (at <fbe64e3639d841baba971e923807db02>:0)
5114R2API.Utils.Reflection.InvokeMethod[TReturn] (System.Object instance, System.String methodName, System.Object[] methodParams) (at <fbe64e3639d841baba971e923807db02>:0)
5115R2API.LoadoutAPI.CheckSkillVariantValid (On.RoR2.Loadout+BodyLoadoutManager+BodyLoadout+orig_IsSkillVariantLocked orig, System.Object self, System.Int32 skillSlotIndex, RoR2.UserProfile userProfile) (at <fbe64e3639d841baba971e923807db02>:0)
5116DMD<>?-1715074560._Hook<RoR2_Loadout+BodyLoadoutManager+BodyLoadout::IsSkillVariantLocked>?-380840320 (RoR2.Loadout+BodyLoadoutManager+BodyLoadout , System.Int32 , RoR2.UserProfile ) (at <9b550fedef8e4389ac571358521dfea4>:0)
5117RoR2.Loadout+BodyLoadoutManager+BodyLoadout.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5118RoR2.Loadout+BodyLoadoutManager.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5119RoR2.Loadout.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5120RoR2.UserProfile.OnLogin () (at <eae781bd93824da1b7902a2b6526887c>:0)
5121RoR2.LocalUserManager.AddUser (Rewired.Player inputPlayer, RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5122RoR2.LocalUserManager.SetLocalUsers (RoR2.LocalUserManager+LocalUserInitializationInfo[] initializationInfo) (at <eae781bd93824da1b7902a2b6526887c>:0)
5123RoR2.UI.MainMenu.ProfileMainMenuScreen.SetMainProfile (RoR2.UserProfile profile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5124RoR2.UI.UserProfileListController.SendProfileSelection (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
5125RoR2.UI.UserProfileListElementController.InformListControllerOfSelection () (at <eae781bd93824da1b7902a2b6526887c>:0)
5126UnityEngine.Events.InvokableCall.Invoke () (at <f2abf40b37c34cf19b7fd98865114d88>:0)
5127UnityEngine.Events.UnityEvent.Invoke () (at <f2abf40b37c34cf19b7fd98865114d88>:0)
5128UnityEngine.UI.Button.Press () (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
5129UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
5130RoR2.UI.MPButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <eae781bd93824da1b7902a2b6526887c>:0)
5131UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
5132UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
5133UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
5134Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMousePress(MouseButtonEventData)
5135Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvent(Int32, Int32)
5136Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvents()
5137Rewired.Integration.UnityUI.RewiredStandaloneInputModule:Process()
5138UnityEngine.EventSystems.EventSystem:Update()
5139RoR2.UI.MPEventSystem:Update()
5140
5141[Error : Unity Log] Cannot call LocalUserManager.SetLocalUsers while users are already signed in!