Decompiled source of MoreGirlsMod v1.7.0

╨╟┼¡╡█╣·.dll

Decompiled 4 days ago
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Security;
using System.Security.Permissions;
using ASMONZ;
using BepInEx;
using DM;
using FhpSLib;
using HarmonyLib;
using Landfall.TABS;
using Landfall.TABS.AI.Components.Modifiers;
using Landfall.TABS.AI.Components.Tags;
using Landfall.TABS.GameState;
using Landfall.TABS.UnitEditor;
using Landfall.TABS.Workshop;
using SLMA;
using TFBGames;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.SceneManagement;
using UnityEngine.UI;

[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyTitle("Boom")]
[assembly: AssemblyDescription("just some new things")]
[assembly: ComVisible(false)]
[assembly: TargetFramework(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Guid("3a45c3cf-230c-4310-952f-0887d4266a22")]
[assembly: CompilationRelaxations(8)]
[assembly: AssemblyCompany("FhpK")]
[assembly: AssemblyProduct("by FhpStudio")]
[assembly: AssemblyCopyright("Copyright ©  2022")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.0.0.0")]
[module: UnverifiableCode]
namespace ASMONZ
{
	public static class SDFAFE
	{
		public class CXVVPJJM : MonoBehaviour
		{
			public float C;

			public void Update()
			{
				//IL_0049: Unknown result type (might be due to invalid IL or missing references)
				C -= Time.deltaTime;
				if (!(C <= 0f))
				{
					return;
				}
				TeamColor[] componentsInChildren = ((Component)this).GetComponentsInChildren<TeamColor>();
				foreach (TeamColor val in componentsInChildren)
				{
					if (OtherLibrary.GetField<TeamColor>(val, "m_renderMaterialWrapper") != null)
					{
						val.RegisterRenderersMaterialWrapper((RendererMaterialWrapper)null);
						val.SetTeamColor(((Component)this).GetComponentInParent<Unit>().Team);
					}
				}
				C = 5f;
			}
		}

		public static string modname;

		public static string modder;

		private static string com;

		public static List<GameObject> weapons;

		private static string[] Fan;

		public static Dictionary<string, VoiceBundle> pairs;

		public static GRHRs BDic;

		public static AssetBundle bundlepart2;

		static SDFAFE()
		{
			modname = "Boom";
			modder = "FhpSlime";
			weapons = new List<GameObject>();
		}

		public static void XZOPASd(UnitBlueprint unit, LandfallContentDatabase db)
		{
			if (((Object)unit).name.Contains("Props-"))
			{
				if (((Object)unit).name.Replace("Props-", "") == "null")
				{
					com = "null";
				}
			}
			else
			{
				com = "blueprints";
			}
		}

		public static void EditClothes(GameObject cloth, CharacterItem item, PropItemData data, Unit unit, int index, LandfallContentDatabase db)
		{
		}

		public static void EditProjectiles(GameObject proj, ProjectileHit projhit, Unit unit, LandfallContentDatabase db)
		{
		}

		public static void EditCombatMoves(GameObject move, int index, Unit unit, LandfallContentDatabase db)
		{
		}

		public static void CodeAfterSpawn(Unit unit, LandfallContentDatabase db)
		{
		}

		public static void UXFASFX(LandfallContentDatabase db)
		{
			//IL_003a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0043: Unknown result type (might be due to invalid IL or missing references)
			//IL_0054: Unknown result type (might be due to invalid IL or missing references)
			//IL_0096: Unknown result type (might be due to invalid IL or missing references)
			//IL_009f: Unknown result type (might be due to invalid IL or missing references)
			//IL_00b0: Unknown result type (might be due to invalid IL or missing references)
			//IL_012e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0138: Expected O, but got Unknown
			//IL_01b0: Unknown result type (might be due to invalid IL or missing references)
			//IL_01b9: Unknown result type (might be due to invalid IL or missing references)
			//IL_01ca: Unknown result type (might be due to invalid IL or missing references)
			//IL_01f8: Unknown result type (might be due to invalid IL or missing references)
			//IL_0202: Expected O, but got Unknown
			//IL_0234: Unknown result type (might be due to invalid IL or missing references)
			//IL_023d: Unknown result type (might be due to invalid IL or missing references)
			//IL_024e: Unknown result type (might be due to invalid IL or missing references)
			//IL_02a1: Unknown result type (might be due to invalid IL or missing references)
			//IL_02ab: Expected O, but got Unknown
			//IL_02ee: Unknown result type (might be due to invalid IL or missing references)
			//IL_02f8: Expected O, but got Unknown
			//IL_032b: Unknown result type (might be due to invalid IL or missing references)
			//IL_036d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0376: Unknown result type (might be due to invalid IL or missing references)
			//IL_0387: Unknown result type (might be due to invalid IL or missing references)
			//IL_03da: Unknown result type (might be due to invalid IL or missing references)
			//IL_03e4: Expected O, but got Unknown
			//IL_0427: Unknown result type (might be due to invalid IL or missing references)
			//IL_0431: Expected O, but got Unknown
			//IL_0464: Unknown result type (might be due to invalid IL or missing references)
			//IL_04d0: Unknown result type (might be due to invalid IL or missing references)
			//IL_04d9: Unknown result type (might be due to invalid IL or missing references)
			//IL_04ea: Unknown result type (might be due to invalid IL or missing references)
			//IL_0556: Unknown result type (might be due to invalid IL or missing references)
			//IL_055f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0570: Unknown result type (might be due to invalid IL or missing references)
			//IL_05ba: Unknown result type (might be due to invalid IL or missing references)
			//IL_05c3: Unknown result type (might be due to invalid IL or missing references)
			//IL_05d4: Unknown result type (might be due to invalid IL or missing references)
			//IL_061e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0627: Unknown result type (might be due to invalid IL or missing references)
			//IL_0638: Unknown result type (might be due to invalid IL or missing references)
			//IL_0681: Unknown result type (might be due to invalid IL or missing references)
			//IL_068b: Expected O, but got Unknown
			//IL_069f: Unknown result type (might be due to invalid IL or missing references)
			//IL_06a8: Unknown result type (might be due to invalid IL or missing references)
			//IL_06b9: Unknown result type (might be due to invalid IL or missing references)
			//IL_0702: Unknown result type (might be due to invalid IL or missing references)
			//IL_070c: Expected O, but got Unknown
			//IL_0752: Unknown result type (might be due to invalid IL or missing references)
			//IL_075b: Unknown result type (might be due to invalid IL or missing references)
			//IL_076c: Unknown result type (might be due to invalid IL or missing references)
			//IL_07bf: Unknown result type (might be due to invalid IL or missing references)
			//IL_07c8: Unknown result type (might be due to invalid IL or missing references)
			//IL_07d9: Unknown result type (might be due to invalid IL or missing references)
			//IL_085e: Unknown result type (might be due to invalid IL or missing references)
			//IL_089f: Unknown result type (might be due to invalid IL or missing references)
			ZXCDAS(db);
			GameObject val = XZLAK("PerMove-");
			GameObject obj = UPool.MyPool.AddObject("丢人", val, true, (HideFlags)52, (Sprite)null, 85464, true);
			((CharacterItem)obj.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			obj.AddComponent<XACOwd>().CD = 5f;
			GameObject obj2 = UPool.MyPool.AddObject("宙斯行走", val, true, (HideFlags)52, (Sprite)null, 51561, true);
			((CharacterItem)obj2.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			obj2.AddComponent<DVDSVDB>().AAOMKS = 2f;
			obj2.GetComponent<DVDSVDB>().XZCA = 1f;
			obj2.GetComponent<DVDSVDB>().MLSAD = 15f;
			obj2.GetComponent<DVDSVDB>().MMLAS = 0f;
			obj2.GetComponent<DVDSVDB>().XZMOLA = 0f;
			((CharacterItem)obj2.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Foolish_Jump1"];
			GameObject obj3 = UPool.MyPool.AddObject("树巨人行走", val, true, (HideFlags)52, (Sprite)null, 54681562, true);
			obj3.AddComponent<DVDSVDB>().AAOMKS = 2f;
			obj3.GetComponent<DVDSVDB>().XZCA = 0.3f;
			obj3.GetComponent<DVDSVDB>().MLSAD = 18f;
			obj3.GetComponent<DVDSVDB>().MMLAS = 0.5f;
			obj3.GetComponent<DVDSVDB>().XZMOLA = 1.7f;
			((CharacterItem)obj3.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			((CharacterItem)obj3.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Foolish_Jump1"];
			SPKXKCASA sPKXKCASA = UPool.MyPool.AddObject("剑士召唤", val, true, (HideFlags)52, (Sprite)null, 45423562, true).AddComponent<SPKXKCASA>();
			((CharacterItem)((Component)sPKXKCASA).gameObject.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			sPKXKCASA.CD = 10f;
			sPKXKCASA.distance = 3f;
			MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("剑士召唤").GetComponentInChildren<UnitSpawner>()
				.unitBlueprint = (UnitBlueprint)SLMALoader.SDic["blueprints"]["UNIT_MEDIEVAL_SQUIRE"];
			sPKXKCASA.objecttospawn = MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("剑士召唤");
			((CharacterItem)((Component)sPKXKCASA).gameObject.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Charge_Knight1"];
			Object.Destroy((Object)(object)((Component)sPKXKCASA).gameObject.GetComponent<DodgeMove>());
			s.DeepCopyOf<DodgeMove>(((Component)sPKXKCASA).gameObject.AddComponent<DodgeMove>(), ((GameObject)SLMALoader.SDic["weapons"]["Leg_Flag_Run"]).GetComponentInChildren<DodgeMove>());
			SPKXKCASA sPKXKCASA2 = UPool.MyPool.AddObject("骷髅召唤", val, true, (HideFlags)52, (Sprite)null, 4222562, true).AddComponent<SPKXKCASA>();
			((CharacterItem)((Component)sPKXKCASA2).gameObject.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			sPKXKCASA2.CD = 15f;
			sPKXKCASA2.distance = 3f;
			MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("骷髅召唤").GetComponentInChildren<UnitSpawner>()
				.unitBlueprint = (UnitBlueprint)SLMALoader.SDic["blueprints"]["UNIT_HALLOWEEN_SKELETONWARRIOR"];
			sPKXKCASA2.objecttospawn = MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("骷髅召唤");
			((CharacterItem)((Component)sPKXKCASA2).gameObject.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Fear_Skeleton1"];
			Object.Destroy((Object)(object)((Component)sPKXKCASA2).gameObject.GetComponent<DodgeMove>());
			s.DeepCopyOf<DodgeMove>(((Component)sPKXKCASA2).gameObject.AddComponent<DodgeMove>(), ((GameObject)SLMALoader.SDic["weapons"]["Leg_Flag_Run"]).GetComponentInChildren<DodgeMove>());
			GameObject obj4 = UPool.MyPool.AddObject("眩晕攻击", val, true, (HideFlags)52, (Sprite)null, 824555162, true);
			((CharacterItem)obj4.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = null;
			obj4.AddComponent<ASKAFMVs>().unitEffect = MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("E_眩晕").GetComponentInChildren<UnitEffectBase>();
			((CharacterItem)obj4.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj5 = UPool.MyPool.AddObject("神圣护甲", val, true, (HideFlags)52, (Sprite)null, 215162, true);
			((CharacterItem)obj5.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = ((CharacterItem)MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("龟甲").GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon;
			obj5.AddComponent<神圣护甲>();
			((CharacterItem)obj5.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj6 = UPool.MyPool.AddObject("爆衣", val, true, (HideFlags)52, (Sprite)null, 865162, true);
			((CharacterItem)obj6.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = null;
			obj6.AddComponent<BaoClother>();
			((CharacterItem)obj6.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj7 = UPool.MyPool.AddObject("吸血攻击", val, true, (HideFlags)52, (Sprite)null, 842233, true);
			((CharacterItem)obj7.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = null;
			obj7.AddComponent<HealDamer>();
			((CharacterItem)obj7.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj8 = UPool.MyPool.AddObject("瘟疫传播", val, true, (HideFlags)52, (Sprite)null, 84433, true);
			((CharacterItem)obj8.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Icons_GiantFear1"];
			obj8.AddComponent<AddEffectToAll>();
			((CharacterItem)obj8.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj9 = UPool.MyPool.AddObject("诅咒攻击", val, true, (HideFlags)52, (Sprite)null, 84485433, true);
			((CharacterItem)obj9.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = (Sprite)SLMALoader.SDic["sprites"]["Icons_GiantFear1"];
			MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("诅咒").AddComponent<CursingEffect>();
			obj9.AddComponent<CursingAttack>().effect = MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("诅咒");
			((CharacterItem)obj9.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			MFDGFDS.GetAssetBundle("base").LoadAsset<GameObject>("P_灰飞烟灭").AddComponent<ProjectHitSpwanPr>();
			GameObject obj10 = UPool.MyPool.AddObject("免疫火焰", val, true, (HideFlags)52, (Sprite)null, 844243, true);
			obj10.AddComponent<ClearFire>();
			((CharacterItem)obj10.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			DLCIN(db);
			pairs = new Dictionary<string, VoiceBundle>();
			VoiceBundle[] array = Resources.FindObjectsOfTypeAll<VoiceBundle>();
			foreach (VoiceBundle val2 in array)
			{
				if (!pairs.ContainsKey(((Object)val2).name))
				{
					pairs.Add(((Object)val2).name, val2);
				}
			}
			Faction[] array2 = MFDGFDS.GetAssetBundle("base").LoadAllAssets<Faction>();
			foreach (Faction val3 in array2)
			{
				Dictionary<DatabaseID, Faction> factions = HelpLibrary.m_factions;
				factions.Add(val3.Entity.GUID, val3);
				Dictionary<DatabaseID, Object> dictionary = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
				dictionary.Add(val3.Entity.GUID, (Object)(object)val3);
				typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary);
				HelpLibrary.m_factions = factions;
			}
			BDic = new GRHRs();
			BDic.Init();
			XLMasd();
		}

		public static void EditWeapons(GameObject weapon, Team team, Unit unit, MeleeWeapon melee, RangeWeapon range, LandfallContentDatabase db)
		{
		}

		public static void XCPKPAS(BAAVBD number)
		{
			if (((Object)((Component)number).gameObject).name == "蜥蜴人")
			{
				((Component)((Component)number).transform.GetChild(0).GetChild(0)).gameObject.AddComponent<XZLKSDW>();
			}
		}

		public static void XCLMNA(this ConditionalEventInstance gameObject, ConditionType type, ValueType valuet, float value)
		{
			//IL_0012: Unknown result type (might be due to invalid IL or missing references)
			//IL_0017: Unknown result type (might be due to invalid IL or missing references)
			//IL_001b: Unknown result type (might be due to invalid IL or missing references)
			//IL_001c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0046: Unknown result type (might be due to invalid IL or missing references)
			//IL_004b: Unknown result type (might be due to invalid IL or missing references)
			//IL_004c: Unknown result type (might be due to invalid IL or missing references)
			//IL_004d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0052: Unknown result type (might be due to invalid IL or missing references)
			//IL_0053: Unknown result type (might be due to invalid IL or missing references)
			//IL_0054: Unknown result type (might be due to invalid IL or missing references)
			//IL_0059: Unknown result type (might be due to invalid IL or missing references)
			//IL_0065: Expected O, but got Unknown
			bool flag = false;
			EventCondition[] conditions = gameObject.conditions;
			foreach (EventCondition val in conditions)
			{
				if (val.conditionType == type)
				{
					val.valueType = valuet;
					val.value = value;
					flag = true;
				}
			}
			if (!flag)
			{
				List<EventCondition> list = gameObject.conditions.ToList();
				list.Add(new EventCondition
				{
					conditionType = type,
					valueType = valuet,
					value = value
				});
				gameObject.conditions = list.ToArray();
			}
		}

		public static GameObject XZLAK(string name, int id = 0)
		{
			//IL_001f: Unknown result type (might be due to invalid IL or missing references)
			//IL_002f: Expected O, but got Unknown
			GameObject obj = UPool.MyPool.AddObject(name, (GameObject)SLMALoader.SDic["moves"]["Halfling_Jump"], true, (HideFlags)52, (Sprite)null, id, false);
			obj.DestoryAll<DodgeMove>();
			obj.GetComponentInChildren<ConditionalEvent>().events[0].turnOnEvent = null;
			obj.GetComponentInChildren<ConditionalEvent>().events = (ConditionalEventInstance[])(object)new ConditionalEventInstance[0];
			return obj;
		}

		public static void DestoryAll<T>(this GameObject game) where T : Object
		{
			if (Object.op_Implicit((Object)(object)game.GetComponentInChildren<T>()))
			{
				T[] componentsInChildren = game.GetComponentsInChildren<T>();
				for (int i = 0; i < componentsInChildren.Length; i++)
				{
					Object.Destroy((Object)(object)componentsInChildren[i]);
				}
			}
		}

		public static void ZXCDAS(LandfallContentDatabase db)
		{
			//IL_0005: Unknown result type (might be due to invalid IL or missing references)
			//IL_00ed: Unknown result type (might be due to invalid IL or missing references)
			//IL_01d7: Unknown result type (might be due to invalid IL or missing references)
			//IL_012d: Unknown result type (might be due to invalid IL or missing references)
			//IL_017d: Unknown result type (might be due to invalid IL or missing references)
			//IL_02f8: Unknown result type (might be due to invalid IL or missing references)
			//IL_024e: Unknown result type (might be due to invalid IL or missing references)
			//IL_029e: Unknown result type (might be due to invalid IL or missing references)
			//IL_04e8: Unknown result type (might be due to invalid IL or missing references)
			//IL_0359: Unknown result type (might be due to invalid IL or missing references)
			//IL_03a9: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a97: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a9c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0aa7: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ae9: Unknown result type (might be due to invalid IL or missing references)
			//IL_0af2: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b03: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b55: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b5e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b6f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b9e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0bb2: Expected O, but got Unknown
			//IL_0bdd: Unknown result type (might be due to invalid IL or missing references)
			//IL_0be6: Unknown result type (might be due to invalid IL or missing references)
			//IL_0bf7: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c26: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c47: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c66: Expected O, but got Unknown
			//IL_0c74: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c7d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c8e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0675: Unknown result type (might be due to invalid IL or missing references)
			//IL_0549: Unknown result type (might be due to invalid IL or missing references)
			//IL_0599: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d5c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d65: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d76: Unknown result type (might be due to invalid IL or missing references)
			//IL_0dda: Unknown result type (might be due to invalid IL or missing references)
			//IL_0de3: Unknown result type (might be due to invalid IL or missing references)
			//IL_0df4: Unknown result type (might be due to invalid IL or missing references)
			//IL_0469: Unknown result type (might be due to invalid IL or missing references)
			//IL_0474: Expected O, but got Unknown
			//IL_072a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ce8: Unknown result type (might be due to invalid IL or missing references)
			//IL_0825: Unknown result type (might be due to invalid IL or missing references)
			//IL_07cb: Unknown result type (might be due to invalid IL or missing references)
			//IL_0776: Unknown result type (might be due to invalid IL or missing references)
			//IL_063b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0645: Expected O, but got Unknown
			//IL_084b: Unknown result type (might be due to invalid IL or missing references)
			//IL_089b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0933: Unknown result type (might be due to invalid IL or missing references)
			//IL_093e: Expected O, but got Unknown
			//IL_096c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0972: Unknown result type (might be due to invalid IL or missing references)
			new Harmony("Boom").PatchAll();
			AssetBundle val;
			using (Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("baozha"))
			{
				val = AssetBundle.LoadFromStream(stream);
			}
			MFDGFDS.AddAssetBundle("base", val);
			MFDGFDS.APOOW.LoadAssets(val);
			Object[] array = MFDGFDS.GetAssetBundle("base").LoadAllAssets<Object>();
			foreach (Object val2 in array)
			{
				Object val3 = val2;
				MFDGFDS.ALMJKZ.Debug.LogWarning("load:" + ((val3 != (Object)null) ? ((object)val3).ToString() : null));
			}
			if (MFDGFDS.Dev_mode)
			{
				SLMATool.CreateFaction("Dev_Faction", (UnitBlueprint[])null, (Sprite)null, -98);
			}
			GameObject[] array2 = MFDGFDS.GetAssetBundle("base").LoadAllAssets<GameObject>();
			foreach (GameObject val4 in array2)
			{
				if (Object.op_Implicit((Object)(object)val4.GetComponent<ProjectileEntity>()) && !HelpLibrary.m_projectiles.ContainsKey(val4.GetComponent<ProjectileEntity>().Entity.GUID))
				{
					GameObject gameObject = val4.gameObject;
					MFDGFDS.ALMJKZ.Debug.LogError("Project:" + ((Object)gameObject).name);
					Dictionary<DatabaseID, GameObject> projectiles = HelpLibrary.m_projectiles;
					projectiles.Add(val4.GetComponentInChildren<ProjectileEntity>().Entity.GUID, val4.gameObject);
					HelpLibrary.m_projectiles = projectiles;
					Dictionary<DatabaseID, Object> dictionary = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
					dictionary.Add(val4.GetComponentInChildren<ProjectileEntity>().Entity.GUID, (Object)(object)val4.gameObject);
					typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary);
				}
				if (Object.op_Implicit((Object)(object)val4.GetComponent<WeaponItem>()) && !HelpLibrary.m_weapons.ContainsKey(((CharacterItem)val4.GetComponent<WeaponItem>()).Entity.GUID))
				{
					GameObject gameObject2 = val4.gameObject;
					weapons.Add(gameObject2);
					MFDGFDS.ALMJKZ.Debug.LogError("Weapon:" + ((Object)gameObject2).name);
					gameObject2.AddComponent<BAAVBD>().Init(weapons.IndexOf(gameObject2), ((Object)gameObject2).name);
					XCPKPAS(gameObject2.GetComponent<BAAVBD>());
					Dictionary<DatabaseID, GameObject> dictionary2 = HelpLibrary.m_weapons;
					dictionary2.Add(((CharacterItem)val4.GetComponentInChildren<WeaponItem>()).Entity.GUID, val4.gameObject);
					HelpLibrary.m_weapons = dictionary2;
					Dictionary<DatabaseID, Object> dictionary3 = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
					dictionary3.Add(((CharacterItem)val4.GetComponentInChildren<WeaponItem>()).Entity.GUID, (Object)(object)val4.gameObject);
					typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary3);
				}
				if (Object.op_Implicit((Object)(object)val4.GetComponent<PropItem>()) && !HelpLibrary.m_characterProps.ContainsKey(((CharacterItem)val4.GetComponent<PropItem>()).Entity.GUID))
				{
					GameObject gameObject3 = val4.gameObject;
					MFDGFDS.ALMJKZ.Debug.LogError("Prop:" + ((Object)gameObject3).name);
					gameObject3.AddComponent<BAAVBD>().Init(-2, ((Object)gameObject3).name);
					XCPKPAS(gameObject3.GetComponent<BAAVBD>());
					Dictionary<DatabaseID, GameObject> characterProps = HelpLibrary.m_characterProps;
					characterProps.Add(((CharacterItem)val4.GetComponentInChildren<PropItem>()).Entity.GUID, val4.gameObject);
					HelpLibrary.m_characterProps = characterProps;
					Dictionary<DatabaseID, Object> dictionary4 = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
					dictionary4.Add(((CharacterItem)val4.GetComponentInChildren<PropItem>()).Entity.GUID, (Object)(object)val4.gameObject);
					typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary4);
					val4.AddComponent<CXVVPJJM>();
					if (((CharacterItem)val4.GetComponentInChildren<PropItem>()).Entity.Name == "杂鱼发型 - 随机")
					{
						val4.AddComponent<RandomHair>();
					}
					if (Object.op_Implicit((Object)(object)val4.GetComponentInChildren<EyeSpawner>()))
					{
						if (!SLMATool.SLMADic.Keys.ToList().Contains("ShowProps"))
						{
							SLMATool.CreateFaction("ShowProps", (UnitBlueprint[])null, (Sprite)null, 0);
						}
						UnitBlueprint val5 = SLMATool.CreateUnit(((Object)val4).name + " ShowUnit", (UnitBlueprint)null, (Faction)SLMATool.SLMADic["ShowProps"], (Sprite)null);
						val5.health = 1000f;
						val5.m_props = (GameObject[])(object)new GameObject[1] { val4 };
						val5.UnitBase = val.LoadAsset<GameObject>("改造比例");
						val4.AddComponent<KLKOPsaad>();
					}
					s.SetField<PropItem>(val4.GetComponentInChildren<PropItem>(), "m_showInEditor", (object)true);
				}
				if (Object.op_Implicit((Object)(object)val4.GetComponent<SpecialAbility>()) && !HelpLibrary.m_combatMoves.ContainsKey(((CharacterItem)val4.GetComponent<SpecialAbility>()).Entity.GUID))
				{
					GameObject gameObject4 = val4.gameObject;
					MFDGFDS.ALMJKZ.Debug.LogError("Moves:" + ((Object)gameObject4).name);
					gameObject4.AddComponent<BAAVBD>().Init(-3, ((Object)gameObject4).name);
					XCPKPAS(gameObject4.GetComponent<BAAVBD>());
					Dictionary<DatabaseID, GameObject> combatMoves = HelpLibrary.m_combatMoves;
					combatMoves.Add(((CharacterItem)val4.GetComponentInChildren<SpecialAbility>()).Entity.GUID, val4.gameObject);
					HelpLibrary.m_combatMoves = combatMoves;
					Dictionary<DatabaseID, Object> dictionary5 = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
					dictionary5.Add(((CharacterItem)val4.GetComponentInChildren<SpecialAbility>()).Entity.GUID, (Object)(object)val4.gameObject);
					typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary5);
					if (((Object)gameObject4).name == "死亡抽搐")
					{
						gameObject4.AddComponent<LMJSNAC>();
					}
					if (((Object)gameObject4).name == "龟甲")
					{
						CapsuleCollider[] componentsInChildren = gameObject4.GetComponentsInChildren<CapsuleCollider>();
						for (int j = 0; j < componentsInChildren.Length; j++)
						{
							ASKOXV aSKOXV = ((Component)componentsInChildren[j]).gameObject.AddComponent<ASKOXV>();
							aSKOXV.SoundEffectRef = "Ancient Hits/Shield";
							aSKOXV.soundEffectPathData = new AudioPathData("Ancient Hits", "Shield", 1f, 1f);
						}
					}
				}
				if (!Object.op_Implicit((Object)(object)val4.GetComponent<Unit>()) || HelpLibrary.m_unitBases.ContainsKey(val4.GetComponent<Unit>().Entity.GUID))
				{
					continue;
				}
				GameObject gameObject5 = val4.gameObject;
				MFDGFDS.SAMLZ.bases.Add(val4.GetComponent<Unit>());
				gameObject5.AddComponent<BAAVBD>().Init(-1, ((Object)gameObject5).name);
				MFDGFDS.ALMJKZ.Debug.LogError("Unit:" + ((Object)gameObject5).name);
				XCPKPAS(gameObject5.GetComponent<BAAVBD>());
				if (Object.op_Implicit((Object)(object)gameObject5.GetComponentInChildren<TeamColor>()) && (Object)(object)gameObject5.GetComponentInChildren<TeamColor>().redMaterial == (Object)null)
				{
					int materialID = gameObject5.GetComponentInChildren<TeamColor>().materialID;
					s.DeepCopyOf<TeamColor>(gameObject5.GetComponentInChildren<TeamColor>(), ((GameObject)SLMALoader.SDic["bases"]["Humanoid"]).GetComponentInChildren<TeamColor>());
					gameObject5.GetComponentInChildren<TeamColor>().materialID = materialID;
					if (Object.op_Implicit((Object)(object)gameObject5.GetComponentInChildren<EyeSpawner>()))
					{
						gameObject5.GetComponentInChildren<EyeSpawner>().eyeObject = ((GameObject)SLMALoader.SDic["bases"]["Humanoid"]).GetComponentInChildren<EyeSpawner>().eyeObject;
					}
				}
				if (Object.op_Implicit((Object)(object)gameObject5.GetComponentInChildren<EyeSpawner>()) && gameObject5.tag.Contains("needeye"))
				{
					gameObject5.GetComponentInChildren<EyeSpawner>().eyeObject = ((GameObject)SLMALoader.SDic["bases"]["Humanoid"]).GetComponentInChildren<EyeSpawner>().eyeObject;
				}
				if (((Object)gameObject5).name == "甲龙" || ((Object)gameObject5).name == "鱼神")
				{
					gameObject5.GetComponentInChildren<EyeSpawner>().eyeObject = ((GameObject)SLMALoader.SDic["bases"]["Humanoid"]).GetComponentInChildren<EyeSpawner>().eyeObject;
				}
				Dictionary<DatabaseID, GameObject> unitBases = HelpLibrary.m_unitBases;
				unitBases.Add(val4.GetComponentInChildren<Unit>().Entity.GUID, val4.gameObject);
				HelpLibrary.m_unitBases = unitBases;
				Dictionary<DatabaseID, Object> dictionary6 = (Dictionary<DatabaseID, Object>)typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(ContentDatabase.Instance().AssetLoader);
				dictionary6.Add(val4.GetComponentInChildren<Unit>().Entity.GUID, (Object)(object)val4.gameObject);
				typeof(AssetLoader).GetField("m_nonStreamableAssets", BindingFlags.Instance | BindingFlags.NonPublic).SetValue(ContentDatabase.Instance().AssetLoader, dictionary6);
				if (((Object)val4).name == "摩托模型")
				{
					if (!SLMATool.SLMADic.Keys.ToList().Contains("ShowProps"))
					{
						SLMATool.CreateFaction("ShowProps", (UnitBlueprint[])null, (Sprite)null, 0);
					}
					UnitBlueprint obj = SLMATool.CreateUnit(((Object)val4).name + " ShowUnit", (UnitBlueprint)null, (Faction)SLMATool.SLMADic["ShowProps"], (Sprite)null);
					obj.health = 1000f;
					obj.UnitBase = val4;
					obj.movementSpeedMuiltiplier *= 1.5f;
					obj.MovementComponents = new List<IMovementComponent> { (IMovementComponent)(object)default(NeverStopRunning) };
					HelpLibrary.SetRiders(obj, (UnitBlueprint[])(object)new UnitBlueprint[1] { HelpLibrary.m_unitBlueprints.ToArray()[70].Value });
				}
			}
			Material[] array3 = val.LoadAllAssets<Material>();
			foreach (Material val6 in array3)
			{
				if (Object.op_Implicit((Object)(object)Shader.Find(((Object)val6.shader).name)))
				{
					val6.shader = Shader.Find(((Object)val6.shader).name);
				}
			}
			SoundBank[] array4 = MFDGFDS.GetAssetBundle("base").LoadAllAssets<SoundBank>();
			foreach (SoundBank obj2 in array4)
			{
				SoundBank soundBank = ServiceLocator.GetService<SoundPlayer>().soundBank;
				List<SoundBankCategory> list = soundBank.Categories.ToList();
				SoundBankCategory[] categories = obj2.Categories;
				foreach (SoundBankCategory item in categories)
				{
					list.Add(item);
				}
				soundBank.Categories = list.ToArray();
			}
			ServiceLocator.GetService<CustomContentLoaderModIO>().QuickRefresh((WorkshopContentType)0, (Action)null);
			ZXCDASP2(db);
			new GameObject
			{
				name = "爆炸",
				hideFlags = (HideFlags)61
			}.AddComponent<POKSAD>();
			GameObject val7 = XZLAK("PerMove");
			GameObject obj3 = UPool.MyPool.AddObject("增加嘲讽值", val7, true, (HideFlags)52, (Sprite)null, 89561561, true);
			((CharacterItem)obj3.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			obj3.AddComponent<ASDFE>().mul = 0.4f;
			GameObject obj4 = UPool.MyPool.AddObject("减少嘲讽值", val7, true, (HideFlags)52, (Sprite)null, 89561562, true);
			obj4.AddComponent<ASDFE>().mul = -0.4f;
			((CharacterItem)obj4.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			UPool.MyPool.AddObject("不易摔倒", (GameObject)SLMALoader.SDic["moves"]["Hover"], true, (HideFlags)52, (Sprite)null, 89561563, false).GetComponentInChildren<Wings>().flightForce = 0.0001f;
			((CharacterItem)UPool.MyPool.GetObject("不易摔倒").GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj5 = UPool.MyPool.AddObject("笨拙踢腿", (GameObject)SLMALoader.SDic["moves"]["Kick"], true, (HideFlags)52, ((CharacterItem)((GameObject)SLMALoader.SDic["moves"]["JumpKick_Taekwondo_L"]).GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon, 89561564, true);
			((CharacterItem)obj5.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			obj5.GetComponentInChildren<CollisionWeapon>().damage = 30f;
			obj5.GetComponentInChildren<CollisionWeapon>().staticDamageValue = true;
			obj5.AddComponent<LMXCSZ>();
			ConditionalEvent[] componentsInChildren2 = obj5.GetComponentsInChildren<ConditionalEvent>();
			for (int l = 0; l < componentsInChildren2.Length; l++)
			{
				EventCondition[] conditions = componentsInChildren2[l].events[0].conditions;
				foreach (EventCondition val8 in conditions)
				{
					if ((int)val8.conditionType == 0)
					{
						val8.value *= 4f;
					}
				}
			}
			GameObject obj6 = UPool.MyPool.AddObject("丧尸攻击", val7, true, (HideFlags)52, (Sprite)null, 8945162, true);
			((CharacterItem)obj6.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = null;
			obj6.AddComponent<SAOKPf>();
			((CharacterItem)obj6.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			GameObject obj7 = UPool.MyPool.AddObject("鳞甲", val7, true, (HideFlags)52, (Sprite)null, 2335162, true);
			((CharacterItem)obj7.GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon = ((CharacterItem)val.LoadAsset<GameObject>("龟甲").GetComponentInChildren<SpecialAbility>()).Entity.SpriteIcon;
			obj7.AddComponent<BCCXAS>();
			((CharacterItem)obj7.GetComponentInChildren<SpecialAbility>()).tags = new List<Tag>
			{
				new Tag
				{
					tagType = (TagType)0,
					value = "爆炸"
				}
			};
			val.LoadAsset<GameObject>("兵种觉醒").AddComponent<XCXVCZXVS>().gameObject = val.LoadAsset<GameObject>("觉醒特效");
			val.LoadAsset<GameObject>("死亡狂暴").AddComponent<DeathAddEffect>().effect = val.LoadAsset<GameObject>("E_狂暴").GetComponent<UnitEffectBase>();
		}

		public static UnitBlueprint XZPKA(string name)
		{
			//IL_0108: Unknown result type (might be due to invalid IL or missing references)
			//IL_0112: Expected O, but got Unknown
			//IL_0143: Unknown result type (might be due to invalid IL or missing references)
			//IL_0157: Expected O, but got Unknown
			//IL_0177: Unknown result type (might be due to invalid IL or missing references)
			//IL_0181: Expected O, but got Unknown
			//IL_01a0: Unknown result type (might be due to invalid IL or missing references)
			//IL_01aa: Expected O, but got Unknown
			//IL_01dd: Unknown result type (might be due to invalid IL or missing references)
			//IL_0218: Unknown result type (might be due to invalid IL or missing references)
			//IL_021e: Expected O, but got Unknown
			//IL_023e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0244: Expected O, but got Unknown
			//IL_0264: Unknown result type (might be due to invalid IL or missing references)
			//IL_026a: Expected O, but got Unknown
			//IL_028a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0290: Expected O, but got Unknown
			//IL_02b0: Unknown result type (might be due to invalid IL or missing references)
			//IL_02b6: Expected O, but got Unknown
			//IL_02d6: Unknown result type (might be due to invalid IL or missing references)
			//IL_02dc: Expected O, but got Unknown
			//IL_02fc: Unknown result type (might be due to invalid IL or missing references)
			//IL_0302: Expected O, but got Unknown
			//IL_0322: Unknown result type (might be due to invalid IL or missing references)
			//IL_0328: Expected O, but got Unknown
			//IL_0349: Unknown result type (might be due to invalid IL or missing references)
			//IL_034f: Expected O, but got Unknown
			//IL_0370: Unknown result type (might be due to invalid IL or missing references)
			//IL_0376: Expected O, but got Unknown
			//IL_0397: Unknown result type (might be due to invalid IL or missing references)
			//IL_039d: Expected O, but got Unknown
			//IL_03be: Unknown result type (might be due to invalid IL or missing references)
			//IL_03c4: Expected O, but got Unknown
			//IL_03e5: Unknown result type (might be due to invalid IL or missing references)
			//IL_03eb: Expected O, but got Unknown
			//IL_040c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0412: Expected O, but got Unknown
			//IL_0433: Unknown result type (might be due to invalid IL or missing references)
			//IL_0439: Expected O, but got Unknown
			//IL_045a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0460: Expected O, but got Unknown
			//IL_0481: Unknown result type (might be due to invalid IL or missing references)
			//IL_0487: Expected O, but got Unknown
			//IL_04a8: Unknown result type (might be due to invalid IL or missing references)
			//IL_04ae: Expected O, but got Unknown
			//IL_04cf: Unknown result type (might be due to invalid IL or missing references)
			//IL_04d5: Expected O, but got Unknown
			//IL_04f6: Unknown result type (might be due to invalid IL or missing references)
			//IL_04fc: Expected O, but got Unknown
			//IL_051d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0523: Expected O, but got Unknown
			//IL_0544: Unknown result type (might be due to invalid IL or missing references)
			//IL_054a: Expected O, but got Unknown
			//IL_056b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0571: Expected O, but got Unknown
			//IL_0592: Unknown result type (might be due to invalid IL or missing references)
			//IL_0598: Expected O, but got Unknown
			//IL_05c4: Unknown result type (might be due to invalid IL or missing references)
			//IL_05ca: Expected O, but got Unknown
			//IL_05db: Unknown result type (might be due to invalid IL or missing references)
			//IL_05e2: Expected O, but got Unknown
			//IL_0621: Unknown result type (might be due to invalid IL or missing references)
			//IL_0626: Unknown result type (might be due to invalid IL or missing references)
			//IL_063c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0641: Unknown result type (might be due to invalid IL or missing references)
			//IL_079c: Unknown result type (might be due to invalid IL or missing references)
			//IL_07a6: Expected O, but got Unknown
			//IL_07c6: Unknown result type (might be due to invalid IL or missing references)
			//IL_07d0: Expected O, but got Unknown
			//IL_07f0: Unknown result type (might be due to invalid IL or missing references)
			//IL_07fa: Expected O, but got Unknown
			//IL_081a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0849: Unknown result type (might be due to invalid IL or missing references)
			//IL_0862: Unknown result type (might be due to invalid IL or missing references)
			//IL_0868: Unknown result type (might be due to invalid IL or missing references)
			//IL_087b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0880: Unknown result type (might be due to invalid IL or missing references)
			//IL_088c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0898: Unknown result type (might be due to invalid IL or missing references)
			//IL_08a8: Unknown result type (might be due to invalid IL or missing references)
			//IL_08ad: Unknown result type (might be due to invalid IL or missing references)
			//IL_08b2: Unknown result type (might be due to invalid IL or missing references)
			//IL_08c2: Unknown result type (might be due to invalid IL or missing references)
			//IL_08c7: Unknown result type (might be due to invalid IL or missing references)
			//IL_08d1: Expected O, but got Unknown
			//IL_08d3: Unknown result type (might be due to invalid IL or missing references)
			//IL_08d8: Unknown result type (might be due to invalid IL or missing references)
			//IL_08e4: Unknown result type (might be due to invalid IL or missing references)
			//IL_08f0: Unknown result type (might be due to invalid IL or missing references)
			//IL_0900: Unknown result type (might be due to invalid IL or missing references)
			//IL_0905: Unknown result type (might be due to invalid IL or missing references)
			//IL_090a: Unknown result type (might be due to invalid IL or missing references)
			//IL_091a: Unknown result type (might be due to invalid IL or missing references)
			//IL_091f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0929: Expected O, but got Unknown
			//IL_0952: Unknown result type (might be due to invalid IL or missing references)
			//IL_0958: Expected O, but got Unknown
			//IL_0978: Unknown result type (might be due to invalid IL or missing references)
			//IL_097e: Expected O, but got Unknown
			//IL_099e: Unknown result type (might be due to invalid IL or missing references)
			//IL_09a4: Expected O, but got Unknown
			//IL_09c4: Unknown result type (might be due to invalid IL or missing references)
			//IL_09ca: Expected O, but got Unknown
			//IL_09ea: Unknown result type (might be due to invalid IL or missing references)
			//IL_09f0: Expected O, but got Unknown
			//IL_0a10: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a16: Expected O, but got Unknown
			//IL_0a36: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a3c: Expected O, but got Unknown
			//IL_0a5c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a62: Expected O, but got Unknown
			//IL_0a82: Unknown result type (might be due to invalid IL or missing references)
			//IL_0a88: Expected O, but got Unknown
			//IL_0aa9: Unknown result type (might be due to invalid IL or missing references)
			//IL_0aaf: Expected O, but got Unknown
			//IL_0ad0: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ad6: Expected O, but got Unknown
			//IL_0af7: Unknown result type (might be due to invalid IL or missing references)
			//IL_0afd: Expected O, but got Unknown
			//IL_0b65: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b6b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b80: Unknown result type (might be due to invalid IL or missing references)
			//IL_0b86: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c5c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c66: Expected O, but got Unknown
			//IL_0c86: Unknown result type (might be due to invalid IL or missing references)
			//IL_0c90: Expected O, but got Unknown
			//IL_0cb0: Unknown result type (might be due to invalid IL or missing references)
			//IL_0cba: Expected O, but got Unknown
			//IL_0cda: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d09: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d1a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d21: Expected O, but got Unknown
			//IL_0d51: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d56: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d6c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d71: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d7f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0d86: Expected O, but got Unknown
			//IL_0db6: Unknown result type (might be due to invalid IL or missing references)
			//IL_0dbb: Unknown result type (might be due to invalid IL or missing references)
			//IL_0dd1: Unknown result type (might be due to invalid IL or missing references)
			//IL_0dd6: Unknown result type (might be due to invalid IL or missing references)
			//IL_0e0b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0e11: Expected O, but got Unknown
			//IL_0e31: Unknown result type (might be due to invalid IL or missing references)
			//IL_0e37: Expected O, but got Unknown
			//IL_0e57: Unknown result type (might be due to invalid IL or missing references)
			//IL_0e5d: Expected O, but got Unknown
			//IL_0e7d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0e83: Expected O, but got Unknown
			//IL_0ea3: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ea9: Expected O, but got Unknown
			//IL_0ec9: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ecf: Expected O, but got Unknown
			//IL_0eef: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ef5: Expected O, but got Unknown
			//IL_0f15: Unknown result type (might be due to invalid IL or missing references)
			//IL_0f1b: Expected O, but got Unknown
			//IL_0f3b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0f41: Expected O, but got Unknown
			//IL_0f62: Unknown result type (might be due to invalid IL or missing references)
			//IL_0f68: Expected O, but got Unknown
			//IL_0f89: Unknown result type (might be due to invalid IL or missing references)
			//IL_0f8f: Expected O, but got Unknown
			//IL_0fbd: Unknown result type (might be due to invalid IL or missing references)
			//IL_0fc3: Expected O, but got Unknown
			//IL_0fe3: Unknown result type (might be due to invalid IL or missing references)
			//IL_0fe9: Expected O, but got Unknown
			//IL_1009: Unknown result type (might be due to invalid IL or missing references)
			//IL_100f: Expected O, but got Unknown
			//IL_102f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1035: Expected O, but got Unknown
			//IL_1055: Unknown result type (might be due to invalid IL or missing references)
			//IL_105b: Expected O, but got Unknown
			//IL_107b: Unknown result type (might be due to invalid IL or missing references)
			//IL_1081: Expected O, but got Unknown
			//IL_10a1: Unknown result type (might be due to invalid IL or missing references)
			//IL_10a7: Expected O, but got Unknown
			//IL_10c7: Unknown result type (might be due to invalid IL or missing references)
			//IL_10cd: Expected O, but got Unknown
			//IL_10ed: Unknown result type (might be due to invalid IL or missing references)
			//IL_10f3: Expected O, but got Unknown
			//IL_1114: Unknown result type (might be due to invalid IL or missing references)
			//IL_111a: Expected O, but got Unknown
			//IL_113b: Unknown result type (might be due to invalid IL or missing references)
			//IL_1141: Expected O, but got Unknown
			//IL_1151: Unknown result type (might be due to invalid IL or missing references)
			//IL_1156: Unknown result type (might be due to invalid IL or missing references)
			//IL_1162: Unknown result type (might be due to invalid IL or missing references)
			//IL_116e: Unknown result type (might be due to invalid IL or missing references)
			//IL_117e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1183: Unknown result type (might be due to invalid IL or missing references)
			//IL_1188: Unknown result type (might be due to invalid IL or missing references)
			//IL_1198: Unknown result type (might be due to invalid IL or missing references)
			//IL_119d: Unknown result type (might be due to invalid IL or missing references)
			//IL_11a3: Expected O, but got Unknown
			//IL_11a5: Unknown result type (might be due to invalid IL or missing references)
			//IL_11ac: Expected O, but got Unknown
			//IL_11e4: Unknown result type (might be due to invalid IL or missing references)
			//IL_11e9: Unknown result type (might be due to invalid IL or missing references)
			//IL_11ff: Unknown result type (might be due to invalid IL or missing references)
			//IL_1204: Unknown result type (might be due to invalid IL or missing references)
			//IL_120e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1215: Expected O, but got Unknown
			//IL_1244: Unknown result type (might be due to invalid IL or missing references)
			//IL_1249: Unknown result type (might be due to invalid IL or missing references)
			//IL_125f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1264: Unknown result type (might be due to invalid IL or missing references)
			//IL_126e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1275: Expected O, but got Unknown
			//IL_12a5: Unknown result type (might be due to invalid IL or missing references)
			//IL_12aa: Unknown result type (might be due to invalid IL or missing references)
			//IL_12c0: Unknown result type (might be due to invalid IL or missing references)
			//IL_12c5: Unknown result type (might be due to invalid IL or missing references)
			//IL_12cf: Unknown result type (might be due to invalid IL or missing references)
			//IL_12d6: Expected O, but got Unknown
			//IL_130c: Unknown result type (might be due to invalid IL or missing references)
			//IL_1311: Unknown result type (might be due to invalid IL or missing references)
			//IL_1327: Unknown result type (might be due to invalid IL or missing references)
			//IL_132c: Unknown result type (might be due to invalid IL or missing references)
			//IL_1336: Unknown result type (might be due to invalid IL or missing references)
			//IL_133d: Expected O, but got Unknown
			//IL_136d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1372: Unknown result type (might be due to invalid IL or missing references)
			//IL_1388: Unknown result type (might be due to invalid IL or missing references)
			//IL_138d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1397: Unknown result type (might be due to invalid IL or missing references)
			//IL_139e: Expected O, but got Unknown
			//IL_13ce: Unknown result type (might be due to invalid IL or missing references)
			//IL_13d3: Unknown result type (might be due to invalid IL or missing references)
			//IL_13e9: Unknown result type (might be due to invalid IL or missing references)
			//IL_13ee: Unknown result type (might be due to invalid IL or missing references)
			//IL_13f8: Unknown result type (might be due to invalid IL or missing references)
			//IL_13ff: Expected O, but got Unknown
			//IL_142e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1433: Unknown result type (might be due to invalid IL or missing references)
			//IL_1449: Unknown result type (might be due to invalid IL or missing references)
			//IL_144e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1458: Unknown result type (might be due to invalid IL or missing references)
			//IL_145f: Expected O, but got Unknown
			//IL_1492: Unknown result type (might be due to invalid IL or missing references)
			//IL_1497: Unknown result type (might be due to invalid IL or missing references)
			//IL_14ad: Unknown result type (might be due to invalid IL or missing references)
			//IL_14b2: Unknown result type (might be due to invalid IL or missing references)
			//IL_14bd: Unknown result type (might be due to invalid IL or missing references)
			//IL_14c4: Expected O, but got Unknown
			//IL_14f9: Unknown result type (might be due to invalid IL or missing references)
			//IL_14fe: Unknown result type (might be due to invalid IL or missing references)
			//IL_1514: Unknown result type (might be due to invalid IL or missing references)
			//IL_1519: Unknown result type (might be due to invalid IL or missing references)
			//IL_1524: Unknown result type (might be due to invalid IL or missing references)
			//IL_152b: Expected O, but got Unknown
			//IL_155a: Unknown result type (might be due to invalid IL or missing references)
			//IL_155f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1575: Unknown result type (might be due to invalid IL or missing references)
			//IL_157a: Unknown result type (might be due to invalid IL or missing references)
			//IL_169b: Unknown result type (might be due to invalid IL or missing references)
			//IL_16a5: Expected O, but got Unknown
			//IL_16cd: Unknown result type (might be due to invalid IL or missing references)
			//IL_16d7: Expected O, but got Unknown
			//IL_16f7: Unknown result type (might be due to invalid IL or missing references)
			//IL_1708: Unknown result type (might be due to invalid IL or missing references)
			//IL_170d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1719: Unknown result type (might be due to invalid IL or missing references)
			//IL_1725: Unknown result type (might be due to invalid IL or missing references)
			//IL_1735: Unknown result type (might be due to invalid IL or missing references)
			//IL_173a: Unknown result type (might be due to invalid IL or missing references)
			//IL_173f: Unknown result type (might be due to invalid IL or missing references)
			//IL_174f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1754: Unknown result type (might be due to invalid IL or missing references)
			//IL_175e: Expected O, but got Unknown
			//IL_1760: Unknown result type (might be due to invalid IL or missing references)
			//IL_1767: Expected O, but got Unknown
			//IL_179d: Unknown result type (might be due to invalid IL or missing references)
			//IL_17a2: Unknown result type (might be due to invalid IL or missing references)
			//IL_17b8: Unknown result type (might be due to invalid IL or missing references)
			//IL_17bd: Unknown result type (might be due to invalid IL or missing references)
			//IL_17f2: Unknown result type (might be due to invalid IL or missing references)
			//IL_17f8: Expected O, but got Unknown
			//IL_1818: Unknown result type (might be due to invalid IL or missing references)
			//IL_181e: Expected O, but got Unknown
			//IL_183e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1844: Expected O, but got Unknown
			//IL_1864: Unknown result type (might be due to invalid IL or missing references)
			//IL_186a: Expected O, but got Unknown
			//IL_188a: Unknown result type (might be due to invalid IL or missing references)
			//IL_1890: Expected O, but got Unknown
			//IL_18b0: Unknown result type (might be due to invalid IL or missing references)
			//IL_18b6: Expected O, but got Unknown
			//IL_18d6: Unknown result type (might be due to invalid IL or missing references)
			//IL_18dc: Expected O, but got Unknown
			//IL_18fc: Unknown result type (might be due to invalid IL or missing references)
			//IL_1902: Expected O, but got Unknown
			//IL_1922: Unknown result type (might be due to invalid IL or missing references)
			//IL_1928: Expected O, but got Unknown
			//IL_1949: Unknown result type (might be due to invalid IL or missing references)
			//IL_194f: Expected O, but got Unknown
			//IL_1970: Unknown result type (might be due to invalid IL or missing references)
			//IL_1976: Expected O, but got Unknown
			//IL_1997: Unknown result type (might be due to invalid IL or missing references)
			//IL_199d: Expected O, but got Unknown
			//IL_19be: Unknown result type (might be due to invalid IL or missing references)
			//IL_19c4: Expected O, but got Unknown
			//IL_19e5: Unknown result type (might be due to invalid IL or missing references)
			//IL_19eb: Expected O, but got Unknown
			//IL_1a19: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a1f: Expected O, but got Unknown
			//IL_1a3f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a45: Expected O, but got Unknown
			//IL_1a65: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a6b: Expected O, but got Unknown
			//IL_1a8b: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a91: Expected O, but got Unknown
			//IL_1ab1: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ab7: Expected O, but got Unknown
			//IL_1ad7: Unknown result type (might be due to invalid IL or missing references)
			//IL_1add: Expected O, but got Unknown
			//IL_1afd: Unknown result type (might be due to invalid IL or missing references)
			//IL_1b03: Expected O, but got Unknown
			//IL_1b23: Unknown result type (might be due to invalid IL or missing references)
			//IL_1b29: Expected O, but got Unknown
			//IL_1b49: Unknown result type (might be due to invalid IL or missing references)
			//IL_1b4f: Expected O, but got Unknown
			//IL_1b70: Unknown result type (might be due to invalid IL or missing references)
			//IL_1b76: Expected O, but got Unknown
			//IL_1b97: Unknown result type (might be due to invalid IL or missing references)
			//IL_1b9d: Expected O, but got Unknown
			//IL_1bbe: Unknown result type (might be due to invalid IL or missing references)
			//IL_1bc4: Expected O, but got Unknown
			//IL_1be5: Unknown result type (might be due to invalid IL or missing references)
			//IL_1beb: Expected O, but got Unknown
			//IL_1bfb: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c02: Expected O, but got Unknown
			//IL_1c36: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c3b: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c51: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c56: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c60: Unknown result type (might be due to invalid IL or missing references)
			//IL_1c67: Expected O, but got Unknown
			//IL_1c9d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ca2: Unknown result type (might be due to invalid IL or missing references)
			//IL_1cb8: Unknown result type (might be due to invalid IL or missing references)
			//IL_1cbd: Unknown result type (might be due to invalid IL or missing references)
			//IL_1cc7: Unknown result type (might be due to invalid IL or missing references)
			//IL_1cce: Expected O, but got Unknown
			//IL_1d03: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d08: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d1e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d23: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d2d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d34: Expected O, but got Unknown
			//IL_1d69: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d6e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d84: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d89: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d93: Unknown result type (might be due to invalid IL or missing references)
			//IL_1d9a: Expected O, but got Unknown
			//IL_1dd2: Unknown result type (might be due to invalid IL or missing references)
			//IL_1dd7: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ded: Unknown result type (might be due to invalid IL or missing references)
			//IL_1df2: Unknown result type (might be due to invalid IL or missing references)
			//IL_1dfc: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e03: Expected O, but got Unknown
			//IL_1e38: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e3d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e53: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e58: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e62: Unknown result type (might be due to invalid IL or missing references)
			//IL_1e69: Expected O, but got Unknown
			//IL_1e9d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ea2: Unknown result type (might be due to invalid IL or missing references)
			//IL_1eb8: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ebd: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ec7: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ece: Expected O, but got Unknown
			//IL_1efe: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f03: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f19: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f1e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f28: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f2f: Expected O, but got Unknown
			//IL_1f63: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f68: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f7e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f83: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f8e: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f95: Expected O, but got Unknown
			//IL_1fc5: Unknown result type (might be due to invalid IL or missing references)
			//IL_1fca: Unknown result type (might be due to invalid IL or missing references)
			//IL_1fe0: Unknown result type (might be due to invalid IL or missing references)
			//IL_1fe5: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ff0: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ff7: Expected O, but got Unknown
			//IL_202c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2031: Unknown result type (might be due to invalid IL or missing references)
			//IL_2047: Unknown result type (might be due to invalid IL or missing references)
			//IL_204c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2057: Unknown result type (might be due to invalid IL or missing references)
			//IL_205e: Expected O, but got Unknown
			//IL_2094: Unknown result type (might be due to invalid IL or missing references)
			//IL_2099: Unknown result type (might be due to invalid IL or missing references)
			//IL_20af: Unknown result type (might be due to invalid IL or missing references)
			//IL_20b4: Unknown result type (might be due to invalid IL or missing references)
			//IL_20bf: Unknown result type (might be due to invalid IL or missing references)
			//IL_20c6: Expected O, but got Unknown
			//IL_20fc: Unknown result type (might be due to invalid IL or missing references)
			//IL_2101: Unknown result type (might be due to invalid IL or missing references)
			//IL_2117: Unknown result type (might be due to invalid IL or missing references)
			//IL_211c: Unknown result type (might be due to invalid IL or missing references)
			//IL_21c5: Unknown result type (might be due to invalid IL or missing references)
			//IL_21cb: Unknown result type (might be due to invalid IL or missing references)
			//IL_2272: Unknown result type (might be due to invalid IL or missing references)
			//IL_2282: Expected O, but got Unknown
			//IL_22e6: Unknown result type (might be due to invalid IL or missing references)
			//IL_2303: Unknown result type (might be due to invalid IL or missing references)
			//IL_231f: Unknown result type (might be due to invalid IL or missing references)
			//IL_2335: Unknown result type (might be due to invalid IL or missing references)
			//IL_2345: Unknown result type (might be due to invalid IL or missing references)
			//IL_2383: Unknown result type (might be due to invalid IL or missing references)
			//IL_239f: Unknown result type (might be due to invalid IL or missing references)
			//IL_23b5: Unknown result type (might be due to invalid IL or missing references)
			//IL_23c5: Unknown result type (might be due to invalid IL or missing references)
			//IL_243a: Unknown result type (might be due to invalid IL or missing references)
			//IL_2444: Expected O, but got Unknown
			//IL_2464: Unknown result type (might be due to invalid IL or missing references)
			//IL_246e: Expected O, but got Unknown
			//IL_2470: Unknown result type (might be due to invalid IL or missing references)
			//IL_2475: Unknown result type (might be due to invalid IL or missing references)
			//IL_2481: Unknown result type (might be due to invalid IL or missing references)
			//IL_248d: Unknown result type (might be due to invalid IL or missing references)
			//IL_249d: Unknown result type (might be due to invalid IL or missing references)
			//IL_24a2: Unknown result type (might be due to invalid IL or missing references)
			//IL_24a7: Unknown result type (might be due to invalid IL or missing references)
			//IL_24b7: Unknown result type (might be due to invalid IL or missing references)
			//IL_24bc: Unknown result type (might be due to invalid IL or missing references)
			//IL_24c6: Expected O, but got Unknown
			//IL_24c8: Unknown result type (might be due to invalid IL or missing references)
			//IL_24cd: Unknown result type (might be due to invalid IL or missing references)
			//IL_24d9: Unknown result type (might be due to invalid IL or missing references)
			//IL_24e5: Unknown result type (might be due to invalid IL or missing references)
			//IL_24f5: Unknown result type (might be due to invalid IL or missing references)
			//IL_24fa: Unknown result type (might be due to invalid IL or missing references)
			//IL_24ff: Unknown result type (might be due to invalid IL or missing references)
			//IL_250f: Unknown result type (might be due to invalid IL or missing references)
			//IL_2514: Unknown result type (might be due to invalid IL or missing references)
			//IL_251e: Expected O, but got Unknown
			//IL_2546: Unknown result type (might be due to invalid IL or missing references)
			//IL_254c: Expected O, but got Unknown
			//IL_256c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2572: Expected O, but got Unknown
			//IL_2592: Unknown result type (might be due to invalid IL or missing references)
			//IL_2598: Expected O, but got Unknown
			//IL_25b8: Unknown result type (might be due to invalid IL or missing references)
			//IL_25be: Expected O, but got Unknown
			//IL_25de: Unknown result type (might be due to invalid IL or missing references)
			//IL_25e4: Expected O, but got Unknown
			//IL_2604: Unknown result type (might be due to invalid IL or missing references)
			//IL_260a: Expected O, but got Unknown
			//IL_262a: Unknown result type (might be due to invalid IL or missing references)
			//IL_2630: Expected O, but got Unknown
			//IL_265e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2664: Expected O, but got Unknown
			//IL_2684: Unknown result type (might be due to invalid IL or missing references)
			//IL_268a: Expected O, but got Unknown
			//IL_26aa: Unknown result type (might be due to invalid IL or missing references)
			//IL_26b0: Expected O, but got Unknown
			//IL_26d0: Unknown result type (might be due to invalid IL or missing references)
			//IL_26d6: Expected O, but got Unknown
			//IL_26f6: Unknown result type (might be due to invalid IL or missing references)
			//IL_26fc: Expected O, but got Unknown
			//IL_271c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2722: Expected O, but got Unknown
			//IL_2742: Unknown result type (might be due to invalid IL or missing references)
			//IL_2748: Expected O, but got Unknown
			//IL_2768: Unknown result type (might be due to invalid IL or missing references)
			//IL_276e: Expected O, but got Unknown
			//IL_278e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2794: Expected O, but got Unknown
			//IL_27b5: Unknown result type (might be due to invalid IL or missing references)
			//IL_27bb: Expected O, but got Unknown
			//IL_27dc: Unknown result type (might be due to invalid IL or missing references)
			//IL_27e2: Expected O, but got Unknown
			//IL_2803: Unknown result type (might be due to invalid IL or missing references)
			//IL_2809: Expected O, but got Unknown
			//IL_282a: Unknown result type (might be due to invalid IL or missing references)
			//IL_2830: Expected O, but got Unknown
			//IL_2851: Unknown result type (might be due to invalid IL or missing references)
			//IL_2857: Expected O, but got Unknown
			//IL_2867: Unknown result type (might be due to invalid IL or missing references)
			//IL_286e: Expected O, but got Unknown
			//IL_289d: Unknown result type (might be due to invalid IL or missing references)
			//IL_28a2: Unknown result type (might be due to invalid IL or missing references)
			//IL_28b8: Unknown result type (might be due to invalid IL or missing references)
			//IL_28bd: Unknown result type (might be due to invalid IL or missing references)
			//IL_28c7: Unknown result type (might be due to invalid IL or missing references)
			//IL_28ce: Expected O, but got Unknown
			//IL_28fd: Unknown result type (might be due to invalid IL or missing references)
			//IL_2902: Unknown result type (might be due to invalid IL or missing references)
			//IL_2918: Unknown result type (might be due to invalid IL or missing references)
			//IL_291d: Unknown result type (might be due to invalid IL or missing references)
			//IL_2927: Unknown result type (might be due to invalid IL or missing references)
			//IL_292e: Expected O, but got Unknown
			//IL_295e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2963: Unknown result type (might be due to invalid IL or missing references)
			//IL_2979: Unknown result type (might be due to invalid IL or missing references)
			//IL_297e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2988: Unknown result type (might be due to invalid IL or missing references)
			//IL_298f: Expected O, but got Unknown
			//IL_29be: Unknown result type (might be due to invalid IL or missing references)
			//IL_29c3: Unknown result type (might be due to invalid IL or missing references)
			//IL_29d9: Unknown result type (might be due to invalid IL or missing references)
			//IL_29de: Unknown result type (might be due to invalid IL or missing references)
			//IL_29e8: Unknown result type (might be due to invalid IL or missing references)
			//IL_29ef: Expected O, but got Unknown
			//IL_2a25: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a2a: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a40: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a45: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a4f: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a56: Expected O, but got Unknown
			//IL_2a8c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2a91: Unknown result type (might be due to invalid IL or missing references)
			//IL_2aa7: Unknown result type (might be due to invalid IL or missing references)
			//IL_2aac: Unknown result type (might be due to invalid IL or missing references)
			//IL_2ab6: Unknown result type (might be due to invalid IL or missing references)
			//IL_2abd: Expected O, but got Unknown
			//IL_2aed: Unknown result type (might be due to invalid IL or missing references)
			//IL_2af2: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b08: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b0d: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b17: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b1e: Expected O, but got Unknown
			//IL_2b53: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b58: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b6e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b73: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b7d: Unknown result type (might be due to invalid IL or missing references)
			//IL_2b84: Expected O, but got Unknown
			//IL_2bba: Unknown result type (might be due to invalid IL or missing references)
			//IL_2bbf: Unknown result type (might be due to invalid IL or missing references)
			//IL_2bd5: Unknown result type (might be due to invalid IL or missing references)
			//IL_2bda: Unknown result type (might be due to invalid IL or missing references)
			//IL_2be5: Unknown result type (might be due to invalid IL or missing references)
			//IL_2bea: Unknown result type (might be due to invalid IL or missing references)
			//IL_2bf6: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c02: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c12: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c17: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c1c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c2c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c31: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c37: Expected O, but got Unknown
			//IL_2c3a: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c41: Expected O, but got Unknown
			//IL_2c79: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c7e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c94: Unknown result type (might be due to invalid IL or missing references)
			//IL_2c99: Unknown result type (might be due to invalid IL or missing references)
			//IL_2ca4: Unknown result type (might be due to invalid IL or missing references)
			//IL_2cab: Expected O, but got Unknown
			//IL_2ce1: Unknown result type (might be due to invalid IL or missing references)
			//IL_2ce6: Unknown result type (might be due to invalid IL or missing references)
			//IL_2cfc: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d01: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d0c: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d13: Expected O, but got Unknown
			//IL_2d48: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d4d: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d63: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d68: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d73: Unknown result type (might be due to invalid IL or missing references)
			//IL_2d7a: Expected O, but got Unknown
			//IL_2db0: Unknown result type (might be due to invalid IL or missing references)
			//IL_2db5: Unknown result type (might be due to invalid IL or missing references)
			//IL_2dcb: Unknown result type (might be due to invalid IL or missing references)
			//IL_2dd0: Unknown result type (might be due to invalid IL or missing references)
			//IL_2ec8: Unknown result type (might be due to invalid IL or missing references)
			//IL_2ece: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f21: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f2b: Expected O, but got Unknown
			//IL_2f4b: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f55: Expected O, but got Unknown
			//IL_2f75: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f7f: Expected O, but got Unknown
			//IL_2f81: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f86: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f92: Unknown result type (might be due to invalid IL or missing references)
			//IL_2f9e: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fae: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fb3: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fb8: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fc8: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fcd: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fd7: Expected O, but got Unknown
			//IL_2fd9: Unknown result type (might be due to invalid IL or missing references)
			//IL_2fe0: Expected O, but got Unknown
			//IL_3010: Unknown result type (might be due to invalid IL or missing references)
			//IL_3015: Unknown result type (might be due to invalid IL or missing references)
			//IL_302b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3030: Unknown result type (might be due to invalid IL or missing references)
			//IL_3065: Unknown result type (might be due to invalid IL or missing references)
			//IL_306b: Expected O, but got Unknown
			//IL_308b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3091: Expected O, but got Unknown
			//IL_30b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_30b7: Expected O, but got Unknown
			//IL_30d7: Unknown result type (might be due to invalid IL or missing references)
			//IL_30dd: Expected O, but got Unknown
			//IL_30fd: Unknown result type (might be due to invalid IL or missing references)
			//IL_3103: Expected O, but got Unknown
			//IL_3123: Unknown result type (might be due to invalid IL or missing references)
			//IL_3129: Expected O, but got Unknown
			//IL_3149: Unknown result type (might be due to invalid IL or missing references)
			//IL_314f: Expected O, but got Unknown
			//IL_316f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3175: Expected O, but got Unknown
			//IL_3195: Unknown result type (might be due to invalid IL or missing references)
			//IL_319b: Expected O, but got Unknown
			//IL_31bc: Unknown result type (might be due to invalid IL or missing references)
			//IL_31c2: Expected O, but got Unknown
			//IL_31e3: Unknown result type (might be due to invalid IL or missing references)
			//IL_31e9: Expected O, but got Unknown
			//IL_320a: Unknown result type (might be due to invalid IL or missing references)
			//IL_3210: Expected O, but got Unknown
			//IL_3231: Unknown result type (might be due to invalid IL or missing references)
			//IL_3237: Expected O, but got Unknown
			//IL_3258: Unknown result type (might be due to invalid IL or missing references)
			//IL_325e: Expected O, but got Unknown
			//IL_327f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3285: Expected O, but got Unknown
			//IL_32a6: Unknown result type (might be due to invalid IL or missing references)
			//IL_32ac: Expected O, but got Unknown
			//IL_32cd: Unknown result type (might be due to invalid IL or missing references)
			//IL_32d3: Expected O, but got Unknown
			//IL_32f4: Unknown result type (might be due to invalid IL or missing references)
			//IL_32fa: Expected O, but got Unknown
			//IL_331b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3321: Expected O, but got Unknown
			//IL_334f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3355: Expected O, but got Unknown
			//IL_3375: Unknown result type (might be due to invalid IL or missing references)
			//IL_337b: Expected O, but got Unknown
			//IL_339b: Unknown result type (might be due to invalid IL or missing references)
			//IL_33a1: Expected O, but got Unknown
			//IL_33c1: Unknown result type (might be due to invalid IL or missing references)
			//IL_33c7: Expected O, but got Unknown
			//IL_33e7: Unknown result type (might be due to invalid IL or missing references)
			//IL_33ed: Expected O, but got Unknown
			//IL_340d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3413: Expected O, but got Unknown
			//IL_3433: Unknown result type (might be due to invalid IL or missing references)
			//IL_3439: Expected O, but got Unknown
			//IL_3459: Unknown result type (might be due to invalid IL or missing references)
			//IL_345f: Expected O, but got Unknown
			//IL_347f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3485: Expected O, but got Unknown
			//IL_34a6: Unknown result type (might be due to invalid IL or missing references)
			//IL_34ac: Expected O, but got Unknown
			//IL_34cd: Unknown result type (might be due to invalid IL or missing references)
			//IL_34d3: Expected O, but got Unknown
			//IL_34f4: Unknown result type (might be due to invalid IL or missing references)
			//IL_34fa: Expected O, but got Unknown
			//IL_351b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3521: Expected O, but got Unknown
			//IL_3542: Unknown result type (might be due to invalid IL or missing references)
			//IL_3548: Expected O, but got Unknown
			//IL_3569: Unknown result type (might be due to invalid IL or missing references)
			//IL_356f: Expected O, but got Unknown
			//IL_357f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3586: Expected O, but got Unknown
			//IL_35bc: Unknown result type (might be due to invalid IL or missing references)
			//IL_35c1: Unknown result type (might be due to invalid IL or missing references)
			//IL_35d7: Unknown result type (might be due to invalid IL or missing references)
			//IL_35dc: Unknown result type (might be due to invalid IL or missing references)
			//IL_35e6: Unknown result type (might be due to invalid IL or missing references)
			//IL_35ed: Expected O, but got Unknown
			//IL_3625: Unknown result type (might be due to invalid IL or missing references)
			//IL_362a: Unknown result type (might be due to invalid IL or missing references)
			//IL_3640: Unknown result type (might be due to invalid IL or missing references)
			//IL_3645: Unknown result type (might be due to invalid IL or missing references)
			//IL_364f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3656: Expected O, but got Unknown
			//IL_368c: Unknown result type (might be due to invalid IL or missing references)
			//IL_3691: Unknown result type (might be due to invalid IL or missing references)
			//IL_36a7: Unknown result type (might be due to invalid IL or missing references)
			//IL_36ac: Unknown result type (might be due to invalid IL or missing references)
			//IL_36b6: Unknown result type (might be due to invalid IL or missing references)
			//IL_36bd: Expected O, but got Unknown
			//IL_36f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_36f6: Unknown result type (might be due to invalid IL or missing references)
			//IL_370c: Unknown result type (might be due to invalid IL or missing references)
			//IL_3711: Unknown result type (might be due to invalid IL or missing references)
			//IL_371b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3722: Expected O, but got Unknown
			//IL_3757: Unknown result type (might be due to invalid IL or missing references)
			//IL_375c: Unknown result type (might be due to invalid IL or missing references)
			//IL_3772: Unknown result type (might be due to invalid IL or missing references)
			//IL_3777: Unknown result type (might be due to invalid IL or missing references)
			//IL_3781: Unknown result type (might be due to invalid IL or missing references)
			//IL_3788: Expected O, but got Unknown
			//IL_37b8: Unknown result type (might be due to invalid IL or missing references)
			//IL_37bd: Unknown result type (might be due to invalid IL or missing references)
			//IL_37d3: Unknown result type (might be due to invalid IL or missing references)
			//IL_37d8: Unknown result type (might be due to invalid IL or missing references)
			//IL_37e2: Unknown result type (might be due to invalid IL or missing references)
			//IL_37e9: Expected O, but got Unknown
			//IL_3818: Unknown result type (might be due to invalid IL or missing references)
			//IL_381d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3833: Unknown result type (might be due to invalid IL or missing references)
			//IL_3838: Unknown result type (might be due to invalid IL or missing references)
			//IL_3842: Unknown result type (might be due to invalid IL or missing references)
			//IL_3849: Expected O, but got Unknown
			//IL_387f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3884: Unknown result type (might be due to invalid IL or missing references)
			//IL_389a: Unknown result type (might be due to invalid IL or missing references)
			//IL_389f: Unknown result type (might be due to invalid IL or missing references)
			//IL_38a9: Unknown result type (might be due to invalid IL or missing references)
			//IL_38b0: Expected O, but got Unknown
			//IL_38e4: Unknown result type (might be due to invalid IL or missing references)
			//IL_38e9: Unknown result type (might be due to invalid IL or missing references)
			//IL_38ff: Unknown result type (might be due to invalid IL or missing references)
			//IL_3904: Unknown result type (might be due to invalid IL or missing references)
			//IL_390f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3916: Expected O, but got Unknown
			//IL_394a: Unknown result type (might be due to invalid IL or missing references)
			//IL_394f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3965: Unknown result type (might be due to invalid IL or missing references)
			//IL_396a: Unknown result type (might be due to invalid IL or missing references)
			//IL_3975: Unknown result type (might be due to invalid IL or missing references)
			//IL_397c: Expected O, but got Unknown
			//IL_39ac: Unknown result type (might be due to invalid IL or missing references)
			//IL_39b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_39c7: Unknown result type (might be due to invalid IL or missing references)
			//IL_39cc: Unknown result type (might be due to invalid IL or missing references)
			//IL_39d7: Unknown result type (might be due to invalid IL or missing references)
			//IL_39dc: Unknown result type (might be due to invalid IL or missing references)
			//IL_39e8: Unknown result type (might be due to invalid IL or missing references)
			//IL_39f4: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a04: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a09: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a0e: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a1e: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a23: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a29: Expected O, but got Unknown
			//IL_3a2c: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a33: Expected O, but got Unknown
			//IL_3a68: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a6d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a83: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a88: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a93: Unknown result type (might be due to invalid IL or missing references)
			//IL_3a9a: Expected O, but got Unknown
			//IL_3ad0: Unknown result type (might be due to invalid IL or missing references)
			//IL_3ad5: Unknown result type (might be due to invalid IL or missing references)
			//IL_3aeb: Unknown result type (might be due to invalid IL or missing references)
			//IL_3af0: Unknown result type (might be due to invalid IL or missing references)
			//IL_3afb: Unknown result type (might be due to invalid IL or missing references)
			//IL_3b02: Expected O, but got Unknown
			//IL_3b32: Unknown result type (might be due to invalid IL or missing references)
			//IL_3b37: Unknown result type (might be due to invalid IL or missing references)
			//IL_3b4d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3b52: Unknown result type (might be due to invalid IL or missing references)
			//IL_3c82: Unknown result type (might be due to invalid IL or missing references)
			//IL_3c8c: Expected O, but got Unknown
			//IL_3cac: Unknown result type (might be due to invalid IL or missing references)
			//IL_3cb6: Expected O, but got Unknown
			//IL_3cd6: Unknown result type (might be due to invalid IL or missing references)
			//IL_3ce0: Expected O, but got Unknown
			//IL_3cea: Unknown result type (might be due to invalid IL or missing references)
			//IL_3cf0: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d03: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d08: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d14: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d20: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d30: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d35: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d3a: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d4a: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d4f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d59: Expected O, but got Unknown
			//IL_3d5b: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d62: Expected O, but got Unknown
			//IL_3d98: Unknown result type (might be due to invalid IL or missing references)
			//IL_3d9d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3db3: Unknown result type (might be due to invalid IL or missing references)
			//IL_3db8: Unknown result type (might be due to invalid IL or missing references)
			//IL_3ded: Unknown result type (might be due to invalid IL or missing references)
			//IL_3df3: Expected O, but got Unknown
			//IL_3e13: Unknown result type (might be due to invalid IL or missing references)
			//IL_3e19: Expected O, but got Unknown
			//IL_3e39: Unknown result type (might be due to invalid IL or missing references)
			//IL_3e3f: Expected O, but got Unknown
			//IL_3e5f: Unknown result type (might be due to invalid IL or missing references)
			//IL_3e65: Expected O, but got Unknown
			//IL_3e85: Unknown result type (might be due to invalid IL or missing references)
			//IL_3e8b: Expected O, but got Unknown
			//IL_3eab: Unknown result type (might be due to invalid IL or missing references)
			//IL_3eb1: Expected O, but got Unknown
			//IL_3ed1: Unknown result type (might be due to invalid IL or missing references)
			//IL_3ed7: Expected O, but got Unknown
			//IL_3ef7: Unknown result type (might be due to invalid IL or missing references)
			//IL_3efd: Expected O, but got Unknown
			//IL_3f1d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3f23: Expected O, but got Unknown
			//IL_3f44: Unknown result type (might be due to invalid IL or missing references)
			//IL_3f4a: Expected O, but got Unknown
			//IL_3f77: Unknown result type (might be due to invalid IL or missing references)
			//IL_3f7d: Expected O, but got Unknown
			//IL_3f9d: Unknown result type (might be due to invalid IL or missing references)
			//IL_3fa3: Expected O, but got Unknown
			//IL_3fc3: Unknown result type (might be due to invalid IL or missing references)
			//IL_3fc9: Expected O, but got Unknown
			//IL_3fe9: Unknown result type (might be due to invalid IL or missing references)
			//IL_3fef: Expected O, but got Unknown
			//IL_400f: Unknown result type (might be due to invalid IL or missing references)
			//IL_4015: Expected O, but got Unknown
			//IL_4035: Unknown result type (might be due to invalid IL or missing references)
			//IL_403b: Expected O, but got Unknown
			//IL_404a: Unknown result type (might be due to invalid IL or missing references)
			//IL_4051: Expected O, but got Unknown
			//IL_4089: Unknown result type (might be due to invalid IL or missing references)
			//IL_408e: Unknown result type (might be due to invalid IL or missing references)
			//IL_40a4: Unknown result type (might be due to invalid IL or missing references)
			//IL_40a9: Unknown result type (might be due to invalid IL or missing references)
			//IL_40b3: Unknown result type (might be due to invalid IL or missing references)
			//IL_40ba: Expected O, but got Unknown
			//IL_40ea: Unknown result type (might be due to invalid IL or missing references)
			//IL_40ef: Unknown result type (might be due to invalid IL or missing references)
			//IL_4105: Unknown result type (might be due to invalid IL or missing references)
			//IL_410a: Unknown result type (might be due to invalid IL or missing references)
			//IL_4114: Unknown result type (might be due to invalid IL or missing references)
			//IL_411b: Expected O, but got Unknown
			//IL_414b: Unknown result type (might be due to invalid IL or missing references)
			//IL_4150: Unknown result type (might be due to invalid IL or missing references)
			//IL_4166: Unknown result type (might be due to invalid IL or missing references)
			//IL_416b: Unknown result type (might be due to invalid IL or missing references)
			//IL_4175: Unknown result type (might be due to invalid IL or missing references)
			//IL_417c: Expected O, but got Unknown
			//IL_41b2: Unknown result type (might be due to invalid IL or missing references)
			//IL_41b7: Unknown result type (might be due to invalid IL or missing references)
			//IL_41cd: Unknown result type (might be due to invalid IL or missing references)
			//IL_41d2: Unknown result type (might be due to invalid IL or missing references)
			//IL_41dc: Unknown result type (might be due to invalid IL or missing references)
			//IL_41e3: Expected O, but got Unknown
			//IL_4219: Unknown result type (might be due to invalid IL or missing references)
			//IL_421e: Unknown result type (might be due to invalid IL or missing references)
			//IL_4234: Unknown result type (might be due to invalid IL or missing references)
			//IL_4239: Unknown result type (might be due to invalid IL or missing references)
			//IL_4243: Unknown result type (might be due to invalid IL or missing references)
			//IL_424a: Expected O, but got Unknown
			//IL_4280: Unknown result type (might be due to invalid IL or missing references)
			//IL_4285: Unknown result type (might be due to invalid IL or missing references)
			//IL_429b: Unknown result type (might be due to invalid IL or missing references)
			//IL_42a0: Unknown result type (might be due to invalid IL or missing references)
			//IL_43d0: Unknown result type (might be due to invalid IL or missing references)
			//IL_43da: Expected O, but got Unknown
			//IL_43fa: Unknown result type (might be due to invalid IL or missing references)
			//IL_4404: Expected O, but got Unknown
			//IL_4424: Unknown result type (might be due to invalid IL or missing references)
			//IL_442e: Expected O, but got Unknown
			//IL_444e: Unknown result type (might be due to invalid IL or missing references)
			//IL_447d: Unknown result type (might be due to invalid IL or missing references)
			//IL_448e: Unknown result type (might be due to invalid IL or missing references)
			//IL_4493: Unknown result type (might be due to invalid IL or missing references)
			//IL_449f: Unknown result type (might be due to invalid IL or missing references)
			//IL_44ab: Unknown result type (might be due to invalid IL or missing references)
			//IL_44bb: Unknown result type (might be due to invalid IL or missing references)
			//IL_44c0: Unknown result type (might be due to invalid IL or missing references)
			//IL_44c5: Unknown result type (might be due to invalid IL or missing references)
			//IL_44d5: Unknown result type (might be due to invalid IL or missing references)
			//IL_44da: Unknown result type (might be due to invalid IL or missing references)
			//IL_44e4: Expected O, but got Unknown
			//IL_44e6: Unknown result type (might be due to invalid IL or missing references)
			//IL_44eb: Unknown result type (might be due to invalid IL or missing references)
			//IL_44f7: Unknown result type (might be due to invalid IL or missing references)
			//IL_4503: Unknown result type (might be due to invalid IL or missing references)
			//IL_4513: Unknown result type (might be due to invalid IL or missing references)
			//IL_4518: Unknown result type (might be due to invalid IL or missing references)
			//IL