using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.Versioning; using BepInEx; using BepInEx.Configuration; using Jotunn.Configs; using Jotunn.Entities; using Jotunn.Managers; using Jotunn.Utils; using Microsoft.CodeAnalysis; using UnityEngine; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] [assembly: AssemblyCompany("RtDMagic")] [assembly: AssemblyConfiguration("Debug")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyProduct("RtDMagic")] [assembly: AssemblyTitle("RtDMagic")] [assembly: AssemblyVersion("1.0.0.0")] [module: RefSafetyRules(11)] namespace Microsoft.CodeAnalysis { [CompilerGenerated] [Microsoft.CodeAnalysis.Embedded] internal sealed class EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [CompilerGenerated] [Microsoft.CodeAnalysis.Embedded] [AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)] internal sealed class RefSafetyRulesAttribute : Attribute { public readonly int Version; public RefSafetyRulesAttribute(int P_0) { Version = P_0; } } } namespace RtDMagic { [BepInPlugin("Soloredis.RtDMagic", "RtDMagic", "0.7.34")] [NetworkCompatibility(/*Could not decode attribute arguments.*/)] [BepInDependency(/*Could not decode attribute arguments.*/)] [BepInIncompatibility("CookieMilk.MagicalMounts")] [BepInIncompatibility("CookieMilk.MajesticChickens")] [BepInIncompatibility("CookieMilk.BuildPieces")] [BepInIncompatibility("CookieMilk.CarryMeMaster")] [BepInIncompatibility("CookieMilk.UltimateServerControl")] [BepInIncompatibility("CookieMilk.DiscordControl")] [BepInIncompatibility("blacks7ar.MagicPlugin")] [BepInIncompatibility("blacks7ar.SeedBed")] [BepInIncompatibility("blacks7ar.OreMines")] [BepInIncompatibility("randyknapp.mods.epicloot")] public class RtDMagic : BaseUnityPlugin { public const string PluginGUID = "Soloredis.RtDMagic"; public const string PluginName = "RtDMagic"; public const string PluginVersion = "0.7.34"; public static bool isModded = true; public AssetBundle MyAssets; public ConfigEntry LoggingEnable; private CustomLocalization Localization; public ItemConfig MeadowsAirStaffA; public ItemConfig MeadowsAirStaffB; public ItemConfig MeadowsLighteningStaffA; public ItemConfig MeadowsLighteningStaffB; public ItemConfig MeadowsAirWandA; public ItemConfig MeadowsAirWandB; public ItemConfig BlackForestFireStaffA; public ItemConfig BlackForestFireStaffB; public ItemConfig BlackForestLightStaffA; public ItemConfig BlackForestLightStaffB; public ItemConfig BlackForestLightningWandA; public ItemConfig BlackForestLightningWandB; public ItemConfig BlackForestMageChestA; public ItemConfig BlackForestMageChestB; public ItemConfig BlackForestMageHoodA; public ItemConfig BlackForestMageHoodB; public ItemConfig BlackForestMageLegsA; public ItemConfig BlackForestMageLegsB; public ItemConfig SwampEarthStaffA; public ItemConfig SwampEarthStaffB; public ItemConfig SwampPoisonWandA; public ItemConfig SwampPoisonWandB; public ItemConfig SwampMageChestA; public ItemConfig SwampMageChestB; public ItemConfig SwampMageHoodA; public ItemConfig SwampMageHoodB; public ItemConfig SwampMageLegsA; public ItemConfig SwampMageLegsB; public ItemConfig SwampMageCapeA; public ItemConfig SwampMageCapeB; public ItemConfig MountainIceStaffA; public ItemConfig MountainIceStaffB; public ItemConfig MountainIceWandA; public ItemConfig MountainIceWandB; public ItemConfig MountainMageChestA; public ItemConfig MountainMageChestB; public ItemConfig MountainMageHoodA; public ItemConfig MountainMageHoodB; public ItemConfig MountainMageLegsA; public ItemConfig MountainMageLegsB; public ItemConfig MountainMageCapeA; public ItemConfig MountainMageCapeB; public ItemConfig PlainsVoidStaffA; public ItemConfig PlainsVoidStaffB; public ItemConfig PlainsVoidWandA; public ItemConfig PlainsVoidWandB; public ItemConfig PlainsMageChestA; public ItemConfig PlainsMageChestB; public ItemConfig PlainsMageHoodA; public ItemConfig PlainsMageHoodB; public ItemConfig PlainsMageLegsA; public ItemConfig PlainsMageLegsB; public ItemConfig PlainsMageCapeA; public ItemConfig PlainsMageCapeB; public ItemConfig MistlandsQuakeStaffA; public ItemConfig MistlandsQuakeStaffB; public ItemConfig MistlandsElementWandA; public ItemConfig MistlandsElementWandB; public ItemConfig MistlandsHoodA; public ItemConfig MistlandsHoodB; public ItemConfig MistlandsChestA; public ItemConfig MistlandsChestB; public ItemConfig MistlandsLegsA; public ItemConfig MistlandsLegsB; public ItemConfig MistlandsCapeA; public ItemConfig MistlandsCapeB; public ItemConfig AshLandsStaff1A; public ItemConfig AshLandsStaff1B; public ItemConfig AshLandsStaff2A; public ItemConfig AshLandsStaff2B; public ItemConfig AshLandsStaff3A; public ItemConfig AshLandsStaff3B; public ItemConfig AshLandsFireWandA; public ItemConfig AshLandsFireWandB; public ItemConfig AshLandsMageChestA; public ItemConfig AshLandsMageChestB; public ItemConfig AshLandsMageHoodA; public ItemConfig AshLandsMageHoodB; public ItemConfig AshLandsMageLegsA; public ItemConfig AshLandsMageLegsB; public ItemConfig DeepNorthStaff1A; public ItemConfig DeepNorthStaff1B; public ItemConfig DeepNorthStaff2A; public ItemConfig DeepNorthStaff2B; public ItemConfig DeepNorthStaff3A; public ItemConfig DeepNorthStaff3B; public ItemConfig DeepNorthArcaneWand1A; public ItemConfig DeepNorthArcaneWand1B; public ItemConfig DeepNorthMageChestA; public ItemConfig DeepNorthMageChestB; public ItemConfig DeepNorthMageHoodA; public ItemConfig DeepNorthMageHoodB; public ItemConfig DeepNorthMageLegsA; public ItemConfig DeepNorthMageLegsB; public ItemConfig HealingStaff_T1A; public ItemConfig HealingStaff_T1B; public ItemConfig HealingStaff_T2A; public ItemConfig HealingStaff_T2B; public ItemConfig HealingStaff_T3A; public ItemConfig HealingStaff_T3B; public ItemConfig HealingStaff_T4A; public ItemConfig HealingStaff_T4B; public ItemConfig SQueensJamA; public ItemConfig SQueensJamB; public ItemConfig SCarrotSoupA; public ItemConfig SCarrotSoupB; public ItemConfig SBlackSoupA; public ItemConfig SBlackSoupB; public ItemConfig STurnipStewA; public ItemConfig STurnipStewB; public ItemConfig SShockolateShakeA; public ItemConfig SShockolateShakeB; public ItemConfig SOnionSoupA; public ItemConfig SOnionSoupB; public ItemConfig SEyeScreamA; public ItemConfig SEyeScreamB; public ItemConfig SBloodPuddingA; public ItemConfig SBloodPuddingB; public ItemConfig Elemental1B; public ItemConfig Elemental1A; public ItemConfig Elemental2B; public ItemConfig Elemental2A; public ItemConfig Elemental3B; public ItemConfig Elemental3A; public ItemConfig Elemental4B; public ItemConfig Elemental4A; public ItemConfig Elemental5B; public ItemConfig Elemental5A; public ItemConfig Elemental6B; public ItemConfig Elemental6A; public ItemConfig Elemental7B; public ItemConfig Elemental7A; public ItemConfig Elemental8B; public ItemConfig Elemental8A; public string[] PrefabList; public string[] SFXList2; public string[] CustomStatusEffectList; private void Awake() { CreateConfigs(); LoadBundle(); AddSFX(); AddSE(); AddPrefabs(); LoadTranslations(); AddLocalizations(); PrefabManager.OnPrefabsRegistered += FixSFX2; PrefabManager.OnVanillaPrefabsAvailable += ModifyItems; if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogWarning((object)"Logging is enabled in the config."); } PrefabManager.OnPrefabsRegistered += AddRecipes; PrefabManager.OnPrefabsRegistered += ElementalRecipes; } private void LoadBundle() { try { MyAssets = AssetUtils.LoadAssetBundleFromResources("magicproject", Assembly.GetExecutingAssembly()); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while loading bundle: {arg}"); } } private void LoadTranslations() { TextAsset[] array = MyAssets.LoadAllAssets(); TextAsset[] array2 = array; foreach (TextAsset val in array2) { string text = ((Object)val).name.Replace("_RtDAdditions.json", null); Localization.AddJsonFile(text, ((object)val).ToString()); } } private void AddLocalizations() { Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization = Localization; string text = "English"; localization.AddTranslation(ref text, new Dictionary { { "AshLandsMageChest_RtD", "<#9289AA>Mage Ljósálfar Robes" }, { "AshLandsMageChest_desc_RtD", "Robes expertly crafted for magic users in South Alfheimr." }, { "AshLandsMageHood_RtD", "<#9289AA>Mage Ljósálfar Hood" }, { "AshLandsMageHood_desc_RtD", "A powerful hood made of the hide from a demon for magic users in South Alfheimr." }, { "AshLandsMageLegs_RtD", "<#9289AA>Mage Ljósálfar Legs" }, { "AshLandsMageLegs_desc_RtD", "Legs specially crafted for magic users in South Alfheimr." }, { "BlackForestMageChest_RtD", "<#9289AA>Mage Forest Garment" }, { "BlackForestMageChest_desc_RtD", "A robe specially crafted for magic users in the Black Forest." }, { "BlackForestMageHood_RtD", "<#9289AA>Mage Forest Hood" }, { "BlackForestMageHood_desc_RtD", "A hood specially crafted for magic users in the Black Forest." }, { "BlackForestMageLegs_RtD", "<#9289AA>Mage Forest Legs" }, { "BlackForestMageLegs_desc_RtD", "Legs specially crafted for magic users in the Black Forest." }, { "DeepNorthMageChest_RtD", "<#9289AA>Mage Fae Robes" }, { "DeepNorthMageChest_desc_RtD", "Fit for Arcane mages, wizards & healers" }, { "DeepNorthMageHood_RtD", "<#9289AA>Mage Fae Hood" }, { "DeepNorthMageHood_desc_RtD", "Used by Arcane mages, wizards, & healers." }, { "DeepNorthMageLegs_RtD", "<#9289AA>Mage Fae Legs" }, { "DeepNorthMageLegs_desc_RtD", "<#9289AA>Mage Fae Legs" }, { "MountainMageCape_RtD", "<#9289AA>Mage Frostfell Wrap" }, { "MountainMageCape_desc_RtD", "A wrap specially crafted for magic users in the Mountains." }, { "MountainMageChest_RtD", "<#9289AA>Mage Frostfell Tunic" }, { "MountainMageChest_desc_RtD", "A tunic specially crafted for magic users in the Mountains." }, { "MountainMageHood_RtD", "<#9289AA>Mage Frostfell Hood" }, { "MountainMageHood_desc_RtD", "A hood specially crafted for magic users in the Mountains." }, { "MountainMageLegs_RtD", "<#9289AA>Mage Frostfell Legs" }, { "MountainMageLegs_desc_RtD", "Legs specially crafted for magic users in the Mountains." }, { "PlainsMageCape_RtD", "<#9289AA>Mage Lox Cloak" }, { "PlainsMageCape_desc_RtD", "A cloak specially crafted for magic users in the Plains." }, { "PlainsMageChest_RtD", "<#9289AA>Mage Lox Raiment" }, { "PlainsMageChest_desc_RtD", "A robe specially crafted for magic users in the Plains." }, { "PlainsMageHood_RtD", "<#9289AA>Mage Lox Hood" }, { "PlainsMageHood_desc_RtD", "A hood specially crafted for magic users in the Plains." }, { "PlainsMageLegs_RtD", "<#9289AA>Mage Lox Pants" }, { "PlainsMageLegs_desc_RtD", "A pair of pants specially crafted for magic users in the Plains." }, { "SwampMageCape_RtD", "<#9289AA>Mage Blood Drape" }, { "SwampMageCape_desc_RtD", "A drape specially crafted for magic users in the Swamp." }, { "SwampMageChest_RtD", "<#9289AA>Mage Blood Garment" }, { "SwampMageChest_desc_RtD", "A robe specially crafted for magic users in the Swamp. It has been created using the finest deer hide and guck." }, { "SwampMageHood_RtD", "<#9289AA>Mage Blood Hood" }, { "SwampMageHood_desc_RtD", "A hood specially crafted for magic users in the Swamp." }, { "SwampMageLegs_RtD", "<#9289AA>Mage Blood Legs" }, { "SwampMageLegs_desc_RtD", "These legs are specially crafted for magic users in the Swamp and are recommended to prevent the creatures there from biting your ankles." }, { "HealingStaff_T1_RtD", "<#FFA089>Eir Staff T1" }, { "HealingStaff_T1_desc_RtD", "A healing staff that provides basic heals." }, { "HealingStaff_T2_RtD", "<#FF9075>Eir Staff T2" }, { "HealingStaff_T2_desc_RtD", "A healing staff that provides minor heals." }, { "HealingStaff_T3_RtD", "<#FF8062>Eir Staff T3" }, { "HealingStaff_T3_desc_RtD", "A healing staff that provides strong heals." }, { "HealingStaff_T4_RtD", "<#FF714E>Eir Staff T4" }, { "HealingStaff_T4_desc_RtD", "A healing staff that provides very strong heals." }, { "AshLandsStaff1_RtD", "<#C5B358>Freyr Staff T1" }, { "AshLandsStaff1_desc_RtD", "A powerful Staff" }, { "AshLandsStaff2_RtD", "<#C5B358>Freyr Staff T2" }, { "AshLandsStaff2_desc_RtD", "A powerful Staff" }, { "AshLandsStaff3_RtD", "<#C5B358>Freyr Staff T3" }, { "AshLandsStaff3_desc_RtD", "A powerful Staff" }, { "BlackForestFireStaff_RtD", "<#B22222>Fire Staff" }, { "BlackForestFireStaff_desc_RtD", "A powerful Staff" }, { "BlackForestLightStaff_RtD", "<#ADD8E6>Light Staff" }, { "BlackForestLightStaff_desc_RtD", "A powerful Staff" }, { "DeepNorthStaff1_RtD", "<#5218FA>Arcane Staff T1" }, { "DeepNorthStaff1_desc_RtD", "A powerful Staff" }, { "DeepNorthStaff2_RtD", "<#6531FB>Arcane Staff T2" }, { "DeepNorthStaff2_desc_RtD", "A powerful Staff" }, { "DeepNorthStaff3_RtD", "<#774AFB>Arcane Staff T3" }, { "DeepNorthStaff3_desc_RtD", "A powerful Staff" }, { "MeadowsAirStaff_RtD", "<#5D8AA8>Air Staff" }, { "MeadowsAirStaff_desc_RtD", "The staff is powered by air." }, { "MeadowsLighteningStaff_RtD", "<#FBC72A>Lightning Staff" }, { "MeadowsLighteningStaff_desc_RtD", "The staff is powered by lightning." }, { "MistlandsQuakeStaff_RtD", "<#E0ECF5>Mistwalker Staff" }, { "MistlandsQuakeStaff_desc_RtD", "A powerful Staff" }, { "MountainIceStaff_RtD", "<#76A5AF>Ice Staff" }, { "MountainIceStaff_desc_RtD", "The staff is powered by ice." }, { "PlainsVoidStaff_RtD", "<#AA08D0>Void Staff" }, { "PlainsVoidStaff_desc_RtD", "The staff is powered by darkness." }, { "SwampEarthStaff_RtD", "<#CAE2C2>Earth Staff" }, { "SwampEarthStaff_desc_RtD", "The staff is powered by the earth." }, { "AshLandsFireWand_RtD", "Fire Wand" }, { "AshLandsFireWand_desc_RtD", "Its warm to the touch" }, { "BlackForestLightningWand_RtD", "<#FBC72A>Lightning Wand" }, { "BlackForestLightningWand_desc_RtD", "A shocking amount of power" }, { "DeepNorthArcaneWand_RtD", "<#5218FA>Arcane Wand" }, { "DeepNorthArcaneWand_desc_RtD", "An elegant wand humming with power." }, { "MeadowsAirWand_RtD", "<#5D8AA8>Air Wand" }, { "MeadowsAirWand_desc_RtD", "Ground you to the earth" }, { "MistlandsElementWand_RtD", "<#E0ECF5>Element Wand" }, { "MistlandsElementWand_desc_RtD", "Ancient Magicks" }, { "MountainIceWand_RtD", "<#76A5AF>Ice Wand" }, { "MountainIceWand_desc_RtD", "The wand is powered by cold, icy winds." }, { "PlainsVoidWand_RtD", "<#AA08D0>Void Wand" }, { "PlainsVoidWand_desc_RtD", "Darkness surrounds the wand" }, { "SwampPoisonWand_RtD", "<#CAE2C2>Poison Wand" }, { "SwampPoisonWand_desc_RtD", "The wand is powered by poison and provides a slow death." }, { "SBlackSoup_RtD", "Swamp Soup" }, { "SBlackSoup_desc_RtD", "Probably won't make you sick." }, { "SBloodPudding_RtD", "Magic Blood Pudding." }, { "SBloodPudding_desc_RtD", "Questionable choice of food." }, { "SCarrotSoup_RtD", "Simple Soup" }, { "SCarrotSoup_desc_RtD", "New look, same great taste!" }, { "SEyeScream_RtD", "Magic Eyescream" }, { "SEyeScream_desc_RtD", "Cold enough to give you a chill brain freeze." }, { "SOnionSoup_RtD", "Cold Soup" }, { "SOnionSoup_desc_RtD", "Probably will give you bad breath." }, { "SQueensJam_RtD", "Magic Jam" }, { "SQueensJam_desc_RtD", "Dont drop the jar, it would be a sticky situation." }, { "SShockolateShake_RtD", "Shockolate Shake" }, { "SShockolateShake_desc_RtD", "Made using poison ingredients like fast food." }, { "STurnipStew_RtD", "Vegetable Stew" }, { "STurnipStew_desc_RtD", "At least it has Turnips." }, { "SE_MageArmorAshLands_RtD", "Wizardry" }, { "SE_MageArmorAshLands_desc_RtD", "Mage Set" }, { "SE_MageArmorBlackForest_RtD", "Wizardry" }, { "SE_MageArmorBlackForest_desc_RtD", "Mage Set" }, { "SE_MageArmorDeepNorth_RtD", "Wizardry" }, { "SE_MageArmorDeepNorth_desc_RtD", "Mage Set" }, { "SE_MageArmorMistlands_RtD", "Wizardry" }, { "SE_MageArmorMistlands_desc_RtD", "Mage Set" }, { "SE_MageArmorMountain_RtD", "Wizardry" }, { "SE_MageArmorMountain_desc_RtD", "Mage Set" }, { "SE_MageArmorPlains_RtD", "Wizardry" }, { "SE_MageArmorPlains_desc_RtD", "Mage Set" }, { "SE_MageArmorSwamp_RtD", "Wizardry" }, { "SE_MageArmorSwamp_desc_RtD", "Mage Set" }, { "MistlandsMageCape_RtD", "<#E0ECF5>Mistwalker Cape" }, { "MistlandsMageCape_desc_RtD", "A cape designed with mystical power, crafted for Mages." }, { "MistlandsMageChest_RtD", "<#E0ECF5>Mistwalker Chest" }, { "MistlandsMageChest_desc_RtD", "Robes designed with mystical power, crafted for Mages." }, { "MistlandsMageHood_RtD", "<#E0ECF5>Mistwalker Hood" }, { "MistlandsMageHood_desc_RtD", "A Hood designed with mystical power, crafted for Mages." }, { "MistlandsMageLegs_RtD", "<#E0ECF5>Mistwalker Legs" }, { "MistlandsMageLegs_desc_RtD", "Pants designed with mystical power, crafted for Mages." }, { "MeadowsElemental_RtD", "<#E0ECF5>Storm Orb " }, { "MeadowsElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "BlackForestElemental_RtD", "<#E0ECF5>Star Orb " }, { "BlackForestElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "SwampElemental_RtD", "<#E0ECF5>Nature Orb " }, { "SwampElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "MountainElemental_RtD", "<#E0ECF5>Snow Orb " }, { "MountainElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "PlainsElemental_RtD", "<#E0ECF5>Void Orb " }, { "PlainsElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "MistlandsElemental_RtD", "<#E0ECF5>Whisp Orb " }, { "MistlandsElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "AshLandsElemental_RtD", "<#E0ECF5>Ash Orb " }, { "AshLandsElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." }, { "DeepNorthElemental_RtD", "<#E0ECF5>Arcane Orb " }, { "DeepNorthElemental_desc_RtD", "An elemental designed with mystical power, crafted for Mages." } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization2 = Localization; text = "French"; localization2.AddTranslation(ref text, new Dictionary { { "MeadowsAirStaff_RtD", "Bâton de l'Air des Prés" }, { "MeadowsLighteningStaff_RtD", "Bâton de Foudre des Prés" }, { "BlackForestFireStaff_RtD", "Bâton de Feu de la Forêt Noire" }, { "BlackForestLightStaff_RtD", "Bâton de Lumière de la Forêt Noire" }, { "SwampEarthStaff_RtD", "Bâton de Terre du Marais" }, { "MountainIceStaff_RtD", "Bâton de Glace des Montagnes" }, { "PlainsVoidStaff_RtD", "Bâton du Néant des Plaines" }, { "MistlandsQuakeStaff_RtD", "Bâton du Séisme des Terres Brumeuses" }, { "AshLandsStaff1_RtD", "Bâton des Cendres 1" }, { "AshLandsStaff2_RtD", "Bâton des Cendres 2" }, { "AshLandsStaff3_RtD", "Bâton des Cendres 3" }, { "DeepNorthStaff1_RtD", "Bâton du Grand Nord 1" }, { "DeepNorthStaff2_RtD", "Bâton du Grand Nord 2" }, { "DeepNorthStaff3_RtD", "Bâton du Grand Nord 3" }, { "HealingStaff_T1_RtD", "Bâton de Soin T1" }, { "HealingStaff_T2_RtD", "Bâton de Soin T2" }, { "HealingStaff_T3_RtD", "Bâton de Soin T3" }, { "HealingStaff_T4_RtD", "Bâton de Soin T4" }, { "MeadowsAirWand_RtD", "Baguette de l'Air des Prés" }, { "BlackForestLightningWand_RtD", "Baguette de Foudre de la Forêt Noire" }, { "SwampPoisonWand_RtD", "Baguette de Poison du Marais" }, { "MountainIceWand_RtD", "Baguette de Glace des Montagnes" }, { "PlainsVoidWand_RtD", "Baguette du Néant des Plaines" }, { "MistlandsElementWand_RtD", "Baguette Élémentaire des Terres Brumeuses" }, { "AshLandsFireWand_RtD", "Baguette de Feu des Terres de Cendres" }, { "DeepNorthArcaneWand_RtD", "Baguette Arcanique du Grand Nord" }, { "PlainsMageCape_RtD", "Cape de Mage des Plaines" }, { "PlainsMageChest_RtD", "Tunique de Mage des Plaines" }, { "PlainsMageHood_RtD", "Capuche de Mage des Plaines" }, { "PlainsMageLegs_RtD", "Jambières de Mage des Plaines" }, { "AshLandsMageCape_RtD", "Cape de Mage des Terres de Cendres" }, { "AshLandsMageChest_RtD", "Tunique de Mage des Terres de Cendres" }, { "AshLandsMageHood_RtD", "Capuche de Mage des Terres de Cendres" }, { "AshLandsMageLegs_RtD", "Jambières de Mage des Terres de Cendres" }, { "MountainMageCape_RtD", "Cape de Mage des Montagnes" }, { "MountainMageChest_RtD", "Tunique de Mage des Montagnes" }, { "MountainMageHood_RtD", "Capuche de Mage des Montagnes" }, { "MountainMageLegs_RtD", "Jambières de Mage des Montagnes" }, { "DeepNorthMageCape_RtD", "Cape de Mage du Grand Nord" }, { "DeepNorthMageChest_RtD", "Tunique de Mage du Grand Nord" }, { "DeepNorthMageHood_RtD", "Capuche de Mage du Grand Nord" }, { "DeepNorthMageLegs_RtD", "Jambières de Mage du Grand Nord" }, { "SwampMageCape_RtD", "Cape de Mage du Marais" }, { "SwampMageChest_RtD", "Tunique de Mage du Marais" }, { "SwampMageHood_RtD", "Capuche de Mage du Marais" }, { "SwampMageLegs_RtD", "Jambières de Mage du Marais" }, { "BlackForestMageChest_RtD", "Tunique de Mage de la Forêt Noire" }, { "BlackForestMageHood_RtD", "Capuche de Mage de la Forêt Noire" }, { "BlackForestMageLegs_RtD", "Jambières de Mage de la Forêt Noire" } }); } private void CreateConfigs() { //IL_002f: Unknown result type (might be due to invalid IL or missing references) //IL_0034: Unknown result type (might be due to invalid IL or missing references) //IL_003d: Expected O, but got Unknown //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { ((BaseUnityPlugin)this).Config.SaveOnConfigSet = true; LoggingEnable = ((BaseUnityPlugin)this).Config.Bind("Logging", "Enable", false, new ConfigDescription("Enables logging.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = true } })); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding configuration values: {arg}"); } } private void AddRecipes() { //IL_0054: Unknown result type (might be due to invalid IL or missing references) //IL_005b: Expected O, but got Unknown //IL_0122: Unknown result type (might be due to invalid IL or missing references) //IL_0129: Expected O, but got Unknown //IL_01f6: Unknown result type (might be due to invalid IL or missing references) //IL_01fd: Expected O, but got Unknown //IL_02cc: Unknown result type (might be due to invalid IL or missing references) //IL_02d3: Expected O, but got Unknown //IL_03a2: Unknown result type (might be due to invalid IL or missing references) //IL_03a9: Expected O, but got Unknown //IL_0478: Unknown result type (might be due to invalid IL or missing references) //IL_047f: Expected O, but got Unknown //IL_054e: Unknown result type (might be due to invalid IL or missing references) //IL_0555: Expected O, but got Unknown //IL_0624: Unknown result type (might be due to invalid IL or missing references) //IL_062b: Expected O, but got Unknown //IL_06fa: Unknown result type (might be due to invalid IL or missing references) //IL_0701: Expected O, but got Unknown //IL_07d0: Unknown result type (might be due to invalid IL or missing references) //IL_07d7: Expected O, but got Unknown //IL_08a6: Unknown result type (might be due to invalid IL or missing references) //IL_08ad: Expected O, but got Unknown //IL_097c: Unknown result type (might be due to invalid IL or missing references) //IL_0983: Expected O, but got Unknown //IL_0a52: Unknown result type (might be due to invalid IL or missing references) //IL_0a59: Expected O, but got Unknown //IL_0b28: Unknown result type (might be due to invalid IL or missing references) //IL_0b2f: Expected O, but got Unknown //IL_0bfe: Unknown result type (might be due to invalid IL or missing references) //IL_0c05: Expected O, but got Unknown //IL_0cd4: Unknown result type (might be due to invalid IL or missing references) //IL_0cdb: Expected O, but got Unknown //IL_0daa: Unknown result type (might be due to invalid IL or missing references) //IL_0db1: Expected O, but got Unknown //IL_0e80: Unknown result type (might be due to invalid IL or missing references) //IL_0e87: Expected O, but got Unknown //IL_0f56: Unknown result type (might be due to invalid IL or missing references) //IL_0f5d: Expected O, but got Unknown //IL_102c: Unknown result type (might be due to invalid IL or missing references) //IL_1033: Expected O, but got Unknown //IL_1102: Unknown result type (might be due to invalid IL or missing references) //IL_1109: Expected O, but got Unknown //IL_11d8: Unknown result type (might be due to invalid IL or missing references) //IL_11df: Expected O, but got Unknown //IL_12ae: Unknown result type (might be due to invalid IL or missing references) //IL_12b5: Expected O, but got Unknown //IL_1384: Unknown result type (might be due to invalid IL or missing references) //IL_138b: Expected O, but got Unknown //IL_145a: Unknown result type (might be due to invalid IL or missing references) //IL_1461: Expected O, but got Unknown //IL_1530: Unknown result type (might be due to invalid IL or missing references) //IL_1537: Expected O, but got Unknown //IL_1606: Unknown result type (might be due to invalid IL or missing references) //IL_160d: Expected O, but got Unknown //IL_16e4: Unknown result type (might be due to invalid IL or missing references) //IL_16ed: Expected O, but got Unknown //IL_17e2: Unknown result type (might be due to invalid IL or missing references) //IL_17eb: Expected O, but got Unknown //IL_18e0: Unknown result type (might be due to invalid IL or missing references) //IL_18e9: Expected O, but got Unknown //IL_19de: Unknown result type (might be due to invalid IL or missing references) //IL_19e7: Expected O, but got Unknown //IL_1adc: Unknown result type (might be due to invalid IL or missing references) //IL_1ae5: Expected O, but got Unknown //IL_1bda: Unknown result type (might be due to invalid IL or missing references) //IL_1be3: Expected O, but got Unknown //IL_1cd8: Unknown result type (might be due to invalid IL or missing references) //IL_1ce1: Expected O, but got Unknown //IL_1dd6: Unknown result type (might be due to invalid IL or missing references) //IL_1ddf: Expected O, but got Unknown //IL_1ed4: Unknown result type (might be due to invalid IL or missing references) //IL_1edd: Expected O, but got Unknown //IL_1fd2: Unknown result type (might be due to invalid IL or missing references) //IL_1fdb: Expected O, but got Unknown //IL_20d0: Unknown result type (might be due to invalid IL or missing references) //IL_20d9: Expected O, but got Unknown //IL_21ce: Unknown result type (might be due to invalid IL or missing references) //IL_21d7: Expected O, but got Unknown //IL_22cc: Unknown result type (might be due to invalid IL or missing references) //IL_22d5: Expected O, but got Unknown //IL_23ca: Unknown result type (might be due to invalid IL or missing references) //IL_23d3: Expected O, but got Unknown //IL_24c8: Unknown result type (might be due to invalid IL or missing references) //IL_24d1: Expected O, but got Unknown //IL_25c6: Unknown result type (might be due to invalid IL or missing references) //IL_25cf: Expected O, but got Unknown //IL_26c4: Unknown result type (might be due to invalid IL or missing references) //IL_26cd: Expected O, but got Unknown //IL_27c2: Unknown result type (might be due to invalid IL or missing references) //IL_27cb: Expected O, but got Unknown //IL_28c0: Unknown result type (might be due to invalid IL or missing references) //IL_28c9: Expected O, but got Unknown //IL_29be: Unknown result type (might be due to invalid IL or missing references) //IL_29c7: Expected O, but got Unknown //IL_2abc: Unknown result type (might be due to invalid IL or missing references) //IL_2ac5: Expected O, but got Unknown //IL_2bba: Unknown result type (might be due to invalid IL or missing references) //IL_2bc3: Expected O, but got Unknown //IL_2cb8: Unknown result type (might be due to invalid IL or missing references) //IL_2cc1: Expected O, but got Unknown //IL_2db6: Unknown result type (might be due to invalid IL or missing references) //IL_2dbf: Expected O, but got Unknown //IL_2eb4: Unknown result type (might be due to invalid IL or missing references) //IL_2ebd: Expected O, but got Unknown //IL_2fb2: Unknown result type (might be due to invalid IL or missing references) //IL_2fbb: Expected O, but got Unknown //IL_30b0: Unknown result type (might be due to invalid IL or missing references) //IL_30b9: Expected O, but got Unknown //IL_31ae: Unknown result type (might be due to invalid IL or missing references) //IL_31b7: Expected O, but got Unknown //IL_32ac: Unknown result type (might be due to invalid IL or missing references) //IL_32b5: Expected O, but got Unknown //IL_33aa: Unknown result type (might be due to invalid IL or missing references) //IL_33b3: Expected O, but got Unknown //IL_34a8: Unknown result type (might be due to invalid IL or missing references) //IL_34b1: Expected O, but got Unknown //IL_35a6: Unknown result type (might be due to invalid IL or missing references) //IL_35af: Expected O, but got Unknown try { GameObject val = MyAssets.LoadAsset("MeadowsAirStaff_RtD"); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val2 = ((!Object.op_Implicit((Object)(object)prefab)) ? MeadowsAirStaffB : MeadowsAirStaffA); CustomItem val3 = new CustomItem(val, true, val2); ItemManager.Instance.AddItem(val3); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val)?.ToString() + " to the Item Table")); } GameObject val4 = MyAssets.LoadAsset("MeadowsLighteningStaff_RtD"); if ((Object)(object)val4 != (Object)null) { GameObject prefab2 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val5 = ((!Object.op_Implicit((Object)(object)prefab2)) ? MeadowsLighteningStaffB : MeadowsLighteningStaffA); CustomItem val6 = new CustomItem(val4, true, val5); ItemManager.Instance.AddItem(val6); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val4)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val4)?.ToString() + " to the Item Table")); } GameObject val7 = MyAssets.LoadAsset("MeadowsAirWand_RtD"); if ((Object)(object)val7 != (Object)null) { GameObject prefab3 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val8 = ((!Object.op_Implicit((Object)(object)prefab3)) ? MeadowsAirWandB : MeadowsAirWandA); CustomItem val9 = new CustomItem(val7, true, val8); ItemManager.Instance.AddItem(val9); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val7)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val7)?.ToString() + " to the Item Table")); } GameObject val10 = MyAssets.LoadAsset("BlackForestFireStaff_RtD"); if ((Object)(object)val10 != (Object)null) { GameObject prefab4 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val11 = ((!Object.op_Implicit((Object)(object)prefab4)) ? BlackForestFireStaffB : BlackForestFireStaffA); CustomItem val12 = new CustomItem(val10, true, val11); ItemManager.Instance.AddItem(val12); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val10)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val10)?.ToString() + " to the Item Table")); } GameObject val13 = MyAssets.LoadAsset("BlackForestLightStaff_RtD"); if ((Object)(object)val13 != (Object)null) { GameObject prefab5 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val14 = ((!Object.op_Implicit((Object)(object)prefab5)) ? BlackForestLightStaffB : BlackForestLightStaffA); CustomItem val15 = new CustomItem(val13, true, val14); ItemManager.Instance.AddItem(val15); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val13)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val13)?.ToString() + " to the Item Table")); } GameObject val16 = MyAssets.LoadAsset("BlackForestLightningWand_RtD"); if ((Object)(object)val16 != (Object)null) { GameObject prefab6 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val17 = ((!Object.op_Implicit((Object)(object)prefab6)) ? BlackForestLightningWandB : BlackForestLightningWandA); CustomItem val18 = new CustomItem(val16, true, val17); ItemManager.Instance.AddItem(val18); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val16)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val16)?.ToString() + " to the Item Table")); } GameObject val19 = MyAssets.LoadAsset("BlackForestMageChest_RtD"); if ((Object)(object)val19 != (Object)null) { GameObject prefab7 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val20 = ((!Object.op_Implicit((Object)(object)prefab7)) ? BlackForestMageChestB : BlackForestMageChestA); CustomItem val21 = new CustomItem(val19, true, val20); ItemManager.Instance.AddItem(val21); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val19)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val19)?.ToString() + " to the Item Table")); } GameObject val22 = MyAssets.LoadAsset("BlackForestMageHood_RtD"); if ((Object)(object)val22 != (Object)null) { GameObject prefab8 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val23 = ((!Object.op_Implicit((Object)(object)prefab8)) ? BlackForestMageHoodB : BlackForestMageHoodA); CustomItem val24 = new CustomItem(val22, true, val23); ItemManager.Instance.AddItem(val24); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val22)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val22)?.ToString() + " to the Item Table")); } GameObject val25 = MyAssets.LoadAsset("BlackForestMageLegs_RtD"); if ((Object)(object)val25 != (Object)null) { GameObject prefab9 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val26 = ((!Object.op_Implicit((Object)(object)prefab9)) ? BlackForestMageLegsB : BlackForestMageLegsA); CustomItem val27 = new CustomItem(val25, true, val26); ItemManager.Instance.AddItem(val27); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val25)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val25)?.ToString() + " to the Item Table")); } GameObject val28 = MyAssets.LoadAsset("SwampEarthStaff_RtD"); if ((Object)(object)val28 != (Object)null) { GameObject prefab10 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val29 = ((!Object.op_Implicit((Object)(object)prefab10)) ? SwampEarthStaffB : SwampEarthStaffA); CustomItem val30 = new CustomItem(val28, true, val29); ItemManager.Instance.AddItem(val30); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val28)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val28)?.ToString() + " to the Item Table")); } GameObject val31 = MyAssets.LoadAsset("SwampPoisonWand_RtD"); if ((Object)(object)val31 != (Object)null) { GameObject prefab11 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val32 = ((!Object.op_Implicit((Object)(object)prefab11)) ? SwampPoisonWandB : SwampPoisonWandA); CustomItem val33 = new CustomItem(val31, true, val32); ItemManager.Instance.AddItem(val33); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val31)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val31)?.ToString() + " to the Item Table")); } GameObject val34 = MyAssets.LoadAsset("SwampMageChest_RtD"); if ((Object)(object)val34 != (Object)null) { GameObject prefab12 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val35 = ((!Object.op_Implicit((Object)(object)prefab12)) ? SwampMageChestB : SwampMageChestA); CustomItem val36 = new CustomItem(val34, true, val35); ItemManager.Instance.AddItem(val36); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val34)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val34)?.ToString() + " to the Item Table")); } GameObject val37 = MyAssets.LoadAsset("SwampMageHood_RtD"); if ((Object)(object)val37 != (Object)null) { GameObject prefab13 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val38 = ((!Object.op_Implicit((Object)(object)prefab13)) ? SwampMageHoodB : SwampMageHoodA); CustomItem val39 = new CustomItem(val37, true, val38); ItemManager.Instance.AddItem(val39); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val37)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val37)?.ToString() + " to the Item Table")); } GameObject val40 = MyAssets.LoadAsset("SwampMageLegs_RtD"); if ((Object)(object)val40 != (Object)null) { GameObject prefab14 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val41 = ((!Object.op_Implicit((Object)(object)prefab14)) ? SwampMageLegsB : SwampMageLegsA); CustomItem val42 = new CustomItem(val40, true, val41); ItemManager.Instance.AddItem(val42); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val40)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val40)?.ToString() + " to the Item Table")); } GameObject val43 = MyAssets.LoadAsset("SwampMageCape_RtD"); if ((Object)(object)val43 != (Object)null) { GameObject prefab15 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val44 = ((!Object.op_Implicit((Object)(object)prefab15)) ? SwampMageCapeB : SwampMageCapeA); CustomItem val45 = new CustomItem(val43, true, val44); ItemManager.Instance.AddItem(val45); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val43)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val43)?.ToString() + " to the Item Table")); } GameObject val46 = MyAssets.LoadAsset("MountainIceStaff_RtD"); if ((Object)(object)val46 != (Object)null) { GameObject prefab16 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val47 = ((!Object.op_Implicit((Object)(object)prefab16)) ? MountainIceStaffB : MountainIceStaffA); CustomItem val48 = new CustomItem(val46, true, val47); ItemManager.Instance.AddItem(val48); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val46)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val46)?.ToString() + " to the Item Table")); } GameObject val49 = MyAssets.LoadAsset("MountainIceWand_RtD"); if ((Object)(object)val49 != (Object)null) { GameObject prefab17 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val50 = ((!Object.op_Implicit((Object)(object)prefab17)) ? MountainIceWandB : MountainIceWandA); CustomItem val51 = new CustomItem(val49, true, val50); ItemManager.Instance.AddItem(val51); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val49)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val49)?.ToString() + " to the Item Table")); } GameObject val52 = MyAssets.LoadAsset("MountainMageChest_RtD"); if ((Object)(object)val52 != (Object)null) { GameObject prefab18 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val53 = ((!Object.op_Implicit((Object)(object)prefab18)) ? MountainMageChestB : MountainMageChestA); CustomItem val54 = new CustomItem(val52, true, val53); ItemManager.Instance.AddItem(val54); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val52)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val52)?.ToString() + " to the Item Table")); } GameObject val55 = MyAssets.LoadAsset("MountainMageHood_RtD"); if ((Object)(object)val55 != (Object)null) { GameObject prefab19 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val56 = ((!Object.op_Implicit((Object)(object)prefab19)) ? MountainMageHoodB : MountainMageHoodA); CustomItem val57 = new CustomItem(val55, true, val56); ItemManager.Instance.AddItem(val57); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val55)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val55)?.ToString() + " to the Item Table")); } GameObject val58 = MyAssets.LoadAsset("MountainMageLegs_RtD"); if ((Object)(object)val58 != (Object)null) { GameObject prefab20 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val59 = ((!Object.op_Implicit((Object)(object)prefab20)) ? MountainMageLegsB : MountainMageLegsA); CustomItem val60 = new CustomItem(val58, true, val59); ItemManager.Instance.AddItem(val60); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val58)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val58)?.ToString() + " to the Item Table")); } GameObject val61 = MyAssets.LoadAsset("MountainMageCape_RtD"); if ((Object)(object)val61 != (Object)null) { GameObject prefab21 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val62 = ((!Object.op_Implicit((Object)(object)prefab21)) ? MountainMageCapeB : MountainMageCapeA); CustomItem val63 = new CustomItem(val61, true, val62); ItemManager.Instance.AddItem(val63); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val61)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val61)?.ToString() + " to the Item Table")); } GameObject val64 = MyAssets.LoadAsset("PlainsVoidStaff_RtD"); if ((Object)(object)val64 != (Object)null) { GameObject prefab22 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val65 = ((!Object.op_Implicit((Object)(object)prefab22)) ? PlainsVoidStaffB : PlainsVoidStaffA); CustomItem val66 = new CustomItem(val64, true, val65); ItemManager.Instance.AddItem(val66); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val64)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val64)?.ToString() + " to the Item Table")); } GameObject val67 = MyAssets.LoadAsset("PlainsVoidWand_RtD"); if ((Object)(object)val67 != (Object)null) { GameObject prefab23 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val68 = ((!Object.op_Implicit((Object)(object)prefab23)) ? PlainsVoidWandB : PlainsVoidWandA); CustomItem val69 = new CustomItem(val67, true, val68); ItemManager.Instance.AddItem(val69); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val67)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val67)?.ToString() + " to the Item Table")); } GameObject val70 = MyAssets.LoadAsset("PlainsMageChest_RtD"); if ((Object)(object)val70 != (Object)null) { GameObject prefab24 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val71 = ((!Object.op_Implicit((Object)(object)prefab24)) ? PlainsMageChestB : PlainsMageChestA); CustomItem val72 = new CustomItem(val70, true, val71); ItemManager.Instance.AddItem(val72); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val70)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val70)?.ToString() + " to the Item Table")); } GameObject val73 = MyAssets.LoadAsset("PlainsMageHood_RtD"); if ((Object)(object)val73 != (Object)null) { GameObject prefab25 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val74 = ((!Object.op_Implicit((Object)(object)prefab25)) ? PlainsMageHoodB : PlainsMageHoodA); CustomItem val75 = new CustomItem(val73, true, val74); ItemManager.Instance.AddItem(val75); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val73)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val73)?.ToString() + " to the Item Table")); } GameObject val76 = MyAssets.LoadAsset("PlainsMageLegs_RtD"); if ((Object)(object)val76 != (Object)null) { GameObject prefab26 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val77 = ((!Object.op_Implicit((Object)(object)prefab26)) ? PlainsMageLegsB : PlainsMageLegsA); CustomItem val78 = new CustomItem(val76, true, val77); ItemManager.Instance.AddItem(val78); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val76)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val76)?.ToString() + " to the Item Table")); } GameObject val79 = MyAssets.LoadAsset("PlainsMageCape_RtD"); if ((Object)(object)val79 != (Object)null) { GameObject prefab27 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val80 = ((!Object.op_Implicit((Object)(object)prefab27)) ? PlainsMageCapeB : PlainsMageCapeA); CustomItem val81 = new CustomItem(val79, true, val80); ItemManager.Instance.AddItem(val81); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val79)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val79)?.ToString() + " to the Item Table")); } GameObject val82 = MyAssets.LoadAsset("MistlandsQuakeStaff_RtD"); if ((Object)(object)val82 != (Object)null) { GameObject prefab28 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val83 = ((!Object.op_Implicit((Object)(object)prefab28)) ? MistlandsQuakeStaffB : MistlandsQuakeStaffA); CustomItem val84 = new CustomItem(val82, true, val83); ItemManager.Instance.AddItem(val84); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val82)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val82)?.ToString() + " to the Item Table")); } GameObject val85 = MyAssets.LoadAsset("MistlandsElementWand_RtD"); if ((Object)(object)val85 != (Object)null) { GameObject prefab29 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val86 = ((!Object.op_Implicit((Object)(object)prefab29)) ? MistlandsElementWandB : MistlandsElementWandA); CustomItem val87 = new CustomItem(val85, true, val86); ItemManager.Instance.AddItem(val87); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val85)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val85)?.ToString() + " to the Item Table")); } GameObject val88 = MyAssets.LoadAsset("AshLandsStaff1_RtD"); if ((Object)(object)val88 != (Object)null) { GameObject prefab30 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val89 = ((!Object.op_Implicit((Object)(object)prefab30)) ? AshLandsStaff1B : AshLandsStaff1A); CustomItem val90 = new CustomItem(val88, true, val89); ItemManager.Instance.AddItem(val90); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val88)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val88)?.ToString() + " to the Item Table")); } GameObject val91 = MyAssets.LoadAsset("AshLandsStaff2_RtD"); if ((Object)(object)val91 != (Object)null) { GameObject prefab31 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val92 = ((!Object.op_Implicit((Object)(object)prefab31)) ? AshLandsStaff2B : AshLandsStaff2A); CustomItem val93 = new CustomItem(val91, true, val92); ItemManager.Instance.AddItem(val93); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val91)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val91)?.ToString() + " to the Item Table")); } GameObject val94 = MyAssets.LoadAsset("AshLandsStaff3_RtD"); if ((Object)(object)val94 != (Object)null) { GameObject prefab32 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val95 = ((!Object.op_Implicit((Object)(object)prefab32)) ? AshLandsStaff3B : AshLandsStaff3A); CustomItem val96 = new CustomItem(val94, true, val95); ItemManager.Instance.AddItem(val96); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val94)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val94)?.ToString() + " to the Item Table")); } GameObject val97 = MyAssets.LoadAsset("AshLandsFireWand_RtD"); if ((Object)(object)val97 != (Object)null) { GameObject prefab33 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val98 = ((!Object.op_Implicit((Object)(object)prefab33)) ? AshLandsFireWandB : AshLandsFireWandA); CustomItem val99 = new CustomItem(val97, true, val98); ItemManager.Instance.AddItem(val99); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val97)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val97)?.ToString() + " to the Item Table")); } GameObject val100 = MyAssets.LoadAsset("AshLandsMageChest_RtD"); if ((Object)(object)val100 != (Object)null) { GameObject prefab34 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val101 = ((!Object.op_Implicit((Object)(object)prefab34)) ? AshLandsMageChestB : AshLandsMageChestA); CustomItem val102 = new CustomItem(val100, true, val101); ItemManager.Instance.AddItem(val102); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val100)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val100)?.ToString() + " to the Item Table")); } GameObject val103 = MyAssets.LoadAsset("AshLandsMageHood_RtD"); if ((Object)(object)val103 != (Object)null) { GameObject prefab35 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val104 = ((!Object.op_Implicit((Object)(object)prefab35)) ? AshLandsMageHoodB : AshLandsMageHoodA); CustomItem val105 = new CustomItem(val103, true, val104); ItemManager.Instance.AddItem(val105); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val103)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val103)?.ToString() + " to the Item Table")); } GameObject val106 = MyAssets.LoadAsset("AshLandsMageLegs_RtD"); if ((Object)(object)val106 != (Object)null) { GameObject prefab36 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val107 = ((!Object.op_Implicit((Object)(object)prefab36)) ? AshLandsMageLegsB : AshLandsMageLegsA); CustomItem val108 = new CustomItem(val106, true, val107); ItemManager.Instance.AddItem(val108); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val106)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val106)?.ToString() + " to the Item Table")); } GameObject val109 = MyAssets.LoadAsset("DeepNorthStaff1_RtD"); if ((Object)(object)val109 != (Object)null) { GameObject prefab37 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val110 = ((!Object.op_Implicit((Object)(object)prefab37)) ? DeepNorthStaff1B : DeepNorthStaff1A); CustomItem val111 = new CustomItem(val109, true, val110); ItemManager.Instance.AddItem(val111); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val109)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val109)?.ToString() + " to the Item Table")); } GameObject val112 = MyAssets.LoadAsset("DeepNorthStaff2_RtD"); if ((Object)(object)val112 != (Object)null) { GameObject prefab38 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val113 = ((!Object.op_Implicit((Object)(object)prefab38)) ? DeepNorthStaff2B : DeepNorthStaff2A); CustomItem val114 = new CustomItem(val112, true, val113); ItemManager.Instance.AddItem(val114); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val112)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val112)?.ToString() + " to the Item Table")); } GameObject val115 = MyAssets.LoadAsset("DeepNorthStaff3_RtD"); if ((Object)(object)val115 != (Object)null) { GameObject prefab39 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val116 = ((!Object.op_Implicit((Object)(object)prefab39)) ? DeepNorthStaff3B : DeepNorthStaff3A); CustomItem val117 = new CustomItem(val115, true, val116); ItemManager.Instance.AddItem(val117); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val115)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val115)?.ToString() + " to the Item Table")); } GameObject val118 = MyAssets.LoadAsset("DeepNorthArcaneWand_RtD"); if ((Object)(object)val118 != (Object)null) { GameObject prefab40 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val119 = ((!Object.op_Implicit((Object)(object)prefab40)) ? DeepNorthArcaneWand1B : DeepNorthArcaneWand1A); CustomItem val120 = new CustomItem(val118, true, val119); ItemManager.Instance.AddItem(val120); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val118)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val118)?.ToString() + " to the Item Table")); } GameObject val121 = MyAssets.LoadAsset("DeepNorthMageChest_RtD"); if ((Object)(object)val121 != (Object)null) { GameObject prefab41 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val122 = ((!Object.op_Implicit((Object)(object)prefab41)) ? DeepNorthMageChestB : DeepNorthMageChestA); CustomItem val123 = new CustomItem(val121, true, val122); ItemManager.Instance.AddItem(val123); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val121)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val121)?.ToString() + " to the Item Table")); } GameObject val124 = MyAssets.LoadAsset("DeepNorthMageHood_RtD"); if ((Object)(object)val124 != (Object)null) { GameObject prefab42 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val125 = ((!Object.op_Implicit((Object)(object)prefab42)) ? DeepNorthMageHoodB : DeepNorthMageHoodA); CustomItem val126 = new CustomItem(val124, true, val125); ItemManager.Instance.AddItem(val126); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val124)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val124)?.ToString() + " to the Item Table")); } GameObject val127 = MyAssets.LoadAsset("DeepNorthMageLegs_RtD"); if ((Object)(object)val127 != (Object)null) { GameObject prefab43 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val128 = ((!Object.op_Implicit((Object)(object)prefab43)) ? DeepNorthMageLegsB : DeepNorthMageLegsA); CustomItem val129 = new CustomItem(val127, true, val128); ItemManager.Instance.AddItem(val129); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val127)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val127)?.ToString() + " to the Item Table")); } GameObject val130 = MyAssets.LoadAsset("HealingStaff_T1_RtD"); if ((Object)(object)val130 != (Object)null) { GameObject prefab44 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val131 = ((!Object.op_Implicit((Object)(object)prefab44)) ? HealingStaff_T1B : HealingStaff_T1A); CustomItem val132 = new CustomItem(val130, true, val131); ItemManager.Instance.AddItem(val132); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val130)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val130)?.ToString() + " to the Item Table")); } GameObject val133 = MyAssets.LoadAsset("HealingStaff_T2_RtD"); if ((Object)(object)val133 != (Object)null) { GameObject prefab45 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val134 = ((!Object.op_Implicit((Object)(object)prefab45)) ? HealingStaff_T2B : HealingStaff_T2A); CustomItem val135 = new CustomItem(val133, true, val134); ItemManager.Instance.AddItem(val135); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val133)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val133)?.ToString() + " to the Item Table")); } GameObject val136 = MyAssets.LoadAsset("HealingStaff_T3_RtD"); if ((Object)(object)val136 != (Object)null) { GameObject prefab46 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val137 = ((!Object.op_Implicit((Object)(object)prefab46)) ? HealingStaff_T3B : HealingStaff_T3A); CustomItem val138 = new CustomItem(val136, true, val137); ItemManager.Instance.AddItem(val138); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val136)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val136)?.ToString() + " to the Item Table")); } GameObject val139 = MyAssets.LoadAsset("HealingStaff_T4_RtD"); if ((Object)(object)val139 != (Object)null) { GameObject prefab47 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val140 = ((!Object.op_Implicit((Object)(object)prefab47)) ? HealingStaff_T4B : HealingStaff_T4A); CustomItem val141 = new CustomItem(val139, true, val140); ItemManager.Instance.AddItem(val141); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val139)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val139)?.ToString() + " to the Item Table")); } GameObject val142 = MyAssets.LoadAsset("SQueensJam_RtD"); if ((Object)(object)val142 != (Object)null) { GameObject prefab48 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val143 = ((!Object.op_Implicit((Object)(object)prefab48)) ? SQueensJamB : SQueensJamA); CustomItem val144 = new CustomItem(val142, true, val143); ItemManager.Instance.AddItem(val144); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val142)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val142)?.ToString() + " to the Item Table")); } GameObject val145 = MyAssets.LoadAsset("SCarrotSoup_RtD"); if ((Object)(object)val145 != (Object)null) { GameObject prefab49 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val146 = ((!Object.op_Implicit((Object)(object)prefab49)) ? SCarrotSoupB : SCarrotSoupA); CustomItem val147 = new CustomItem(val145, true, val146); ItemManager.Instance.AddItem(val147); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val145)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val145)?.ToString() + " to the Item Table")); } GameObject val148 = MyAssets.LoadAsset("SBlackSoup_RtD"); if ((Object)(object)val148 != (Object)null) { GameObject prefab50 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val149 = ((!Object.op_Implicit((Object)(object)prefab50)) ? SBlackSoupB : SBlackSoupA); CustomItem val150 = new CustomItem(val148, true, val149); ItemManager.Instance.AddItem(val150); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val148)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val148)?.ToString() + " to the Item Table")); } GameObject val151 = MyAssets.LoadAsset("STurnipStew_RtD"); if ((Object)(object)val151 != (Object)null) { GameObject prefab51 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val152 = ((!Object.op_Implicit((Object)(object)prefab51)) ? STurnipStewB : STurnipStewA); CustomItem val153 = new CustomItem(val151, true, val152); ItemManager.Instance.AddItem(val153); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val151)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val151)?.ToString() + " to the Item Table")); } GameObject val154 = MyAssets.LoadAsset("SShockolateShake_RtD"); if ((Object)(object)val154 != (Object)null) { GameObject prefab52 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val155 = ((!Object.op_Implicit((Object)(object)prefab52)) ? SShockolateShakeB : SShockolateShakeA); CustomItem val156 = new CustomItem(val154, true, val155); ItemManager.Instance.AddItem(val156); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val154)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val154)?.ToString() + " to the Item Table")); } GameObject val157 = MyAssets.LoadAsset("SOnionSoup_RtD"); if ((Object)(object)val157 != (Object)null) { GameObject prefab53 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val158 = ((!Object.op_Implicit((Object)(object)prefab53)) ? SOnionSoupB : SOnionSoupA); CustomItem val159 = new CustomItem(val157, true, val158); ItemManager.Instance.AddItem(val159); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val157)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val157)?.ToString() + " to the Item Table")); } GameObject val160 = MyAssets.LoadAsset("SEyeScream_RtD"); if ((Object)(object)val160 != (Object)null) { GameObject prefab54 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val161 = ((!Object.op_Implicit((Object)(object)prefab54)) ? SEyeScreamB : SEyeScreamA); CustomItem val162 = new CustomItem(val160, true, val161); ItemManager.Instance.AddItem(val162); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val160)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val160)?.ToString() + " to the Item Table")); } GameObject val163 = MyAssets.LoadAsset("SBloodPudding_RtD"); if ((Object)(object)val163 != (Object)null) { GameObject prefab55 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val164 = ((!Object.op_Implicit((Object)(object)prefab55)) ? SBloodPuddingB : SBloodPuddingA); CustomItem val165 = new CustomItem(val163, true, val164); ItemManager.Instance.AddItem(val165); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val163)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val163)?.ToString() + " to the Item Table")); } GameObject val166 = MyAssets.LoadAsset("MistlandsMageHood_RtD"); if ((Object)(object)val166 != (Object)null) { GameObject prefab56 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val167 = ((!Object.op_Implicit((Object)(object)prefab56)) ? MistlandsHoodB : MistlandsHoodA); CustomItem val168 = new CustomItem(val166, true, val167); ItemManager.Instance.AddItem(val168); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val166)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val166)?.ToString() + " to the Item Table")); } GameObject val169 = MyAssets.LoadAsset("MistlandsMageChest_RtD"); if ((Object)(object)val169 != (Object)null) { GameObject prefab57 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val170 = ((!Object.op_Implicit((Object)(object)prefab57)) ? MistlandsChestB : MistlandsChestA); CustomItem val171 = new CustomItem(val169, true, val170); ItemManager.Instance.AddItem(val171); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val169)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val169)?.ToString() + " to the Item Table")); } GameObject val172 = MyAssets.LoadAsset("MistlandsMageLegs_RtD"); if ((Object)(object)val172 != (Object)null) { GameObject prefab58 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val173 = ((!Object.op_Implicit((Object)(object)prefab58)) ? MistlandsLegsB : MistlandsLegsA); CustomItem val174 = new CustomItem(val172, true, val173); ItemManager.Instance.AddItem(val174); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val172)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val172)?.ToString() + " to the Item Table")); } GameObject val175 = MyAssets.LoadAsset("MistlandsMageCape_RtD"); if ((Object)(object)val175 != (Object)null) { GameObject prefab59 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val176 = ((!Object.op_Implicit((Object)(object)prefab59)) ? MistlandsCapeB : MistlandsCapeA); CustomItem val177 = new CustomItem(val175, true, val176); ItemManager.Instance.AddItem(val177); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val175)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val175)?.ToString() + " to the Item Table")); } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"A pixel was found in the matrix: {arg}"); } finally { PrefabManager.OnPrefabsRegistered -= AddRecipes; } } private void ElementalRecipes() { //IL_0054: Unknown result type (might be due to invalid IL or missing references) //IL_005b: Expected O, but got Unknown //IL_0122: Unknown result type (might be due to invalid IL or missing references) //IL_0129: Expected O, but got Unknown //IL_01f6: Unknown result type (might be due to invalid IL or missing references) //IL_01fd: Expected O, but got Unknown //IL_02cc: Unknown result type (might be due to invalid IL or missing references) //IL_02d3: Expected O, but got Unknown //IL_03a2: Unknown result type (might be due to invalid IL or missing references) //IL_03a9: Expected O, but got Unknown //IL_0478: Unknown result type (might be due to invalid IL or missing references) //IL_047f: Expected O, but got Unknown //IL_054e: Unknown result type (might be due to invalid IL or missing references) //IL_0555: Expected O, but got Unknown //IL_0624: Unknown result type (might be due to invalid IL or missing references) //IL_062b: Expected O, but got Unknown try { GameObject val = MyAssets.LoadAsset("MeadowsElemental_RtD"); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val2 = ((!Object.op_Implicit((Object)(object)prefab)) ? Elemental1B : Elemental1A); CustomItem val3 = new CustomItem(val, true, val2); ItemManager.Instance.AddItem(val3); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val)?.ToString() + " to the Item Table")); } GameObject val4 = MyAssets.LoadAsset("BlackForestElemental_RtD"); if ((Object)(object)val4 != (Object)null) { GameObject prefab2 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val5 = ((!Object.op_Implicit((Object)(object)prefab2)) ? Elemental2B : Elemental2A); CustomItem val6 = new CustomItem(val4, true, val5); ItemManager.Instance.AddItem(val6); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val4)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val4)?.ToString() + " to the Item Table")); } GameObject val7 = MyAssets.LoadAsset("SwampElemental_RtD"); if ((Object)(object)val7 != (Object)null) { GameObject prefab3 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val8 = ((!Object.op_Implicit((Object)(object)prefab3)) ? Elemental3B : Elemental3A); CustomItem val9 = new CustomItem(val7, true, val8); ItemManager.Instance.AddItem(val9); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val7)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val7)?.ToString() + " to the Item Table")); } GameObject val10 = MyAssets.LoadAsset("MountainElemental_RtD"); if ((Object)(object)val10 != (Object)null) { GameObject prefab4 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val11 = ((!Object.op_Implicit((Object)(object)prefab4)) ? Elemental4B : Elemental4A); CustomItem val12 = new CustomItem(val10, true, val11); ItemManager.Instance.AddItem(val12); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val10)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val10)?.ToString() + " to the Item Table")); } GameObject val13 = MyAssets.LoadAsset("PlainsElemental_RtD"); if ((Object)(object)val13 != (Object)null) { GameObject prefab5 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val14 = ((!Object.op_Implicit((Object)(object)prefab5)) ? Elemental5B : Elemental5A); CustomItem val15 = new CustomItem(val13, true, val14); ItemManager.Instance.AddItem(val15); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val13)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val13)?.ToString() + " to the Item Table")); } GameObject val16 = MyAssets.LoadAsset("MistlandsElemental_RtD"); if ((Object)(object)val16 != (Object)null) { GameObject prefab6 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val17 = ((!Object.op_Implicit((Object)(object)prefab6)) ? Elemental6B : Elemental6A); CustomItem val18 = new CustomItem(val16, true, val17); ItemManager.Instance.AddItem(val18); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val16)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val16)?.ToString() + " to the Item Table")); } GameObject val19 = MyAssets.LoadAsset("AshLandsElemental_RtD"); if ((Object)(object)val19 != (Object)null) { GameObject prefab7 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val20 = ((!Object.op_Implicit((Object)(object)prefab7)) ? Elemental7B : Elemental7A); CustomItem val21 = new CustomItem(val19, true, val20); ItemManager.Instance.AddItem(val21); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val19)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val19)?.ToString() + " to the Item Table")); } GameObject val22 = MyAssets.LoadAsset("DeepNorthElemental_RtD"); if ((Object)(object)val22 != (Object)null) { GameObject prefab8 = Cache.GetPrefab("If_else_statement_prefab_RtD"); ItemConfig val23 = ((!Object.op_Implicit((Object)(object)prefab8)) ? Elemental8B : Elemental8A); CustomItem val24 = new CustomItem(val22, true, val23); ItemManager.Instance.AddItem(val24); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val22)?.ToString() + " to the Prefab database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + ((object)val22)?.ToString() + " to the Item Table")); } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"A pixel was found in the matrix: {arg}"); } finally { PrefabManager.OnPrefabsRegistered -= ElementalRecipes; } } private void ModifyItems() { try { StatusEffect prefab = Cache.GetPrefab("SE_MageArmorMistlands_RtD"); ItemDrop prefab2 = Cache.GetPrefab("HelmetMage"); ItemDrop prefab3 = Cache.GetPrefab("ArmorMageChest"); ItemDrop prefab4 = Cache.GetPrefab("ArmorMageLegs"); prefab2.m_itemData.m_shared.m_setName = "WeaveSE"; prefab2.m_itemData.m_shared.m_setSize = 3; prefab2.m_itemData.m_shared.m_setStatusEffect = prefab; prefab3.m_itemData.m_shared.m_setName = "WeaveSE"; prefab3.m_itemData.m_shared.m_setSize = 3; prefab3.m_itemData.m_shared.m_setStatusEffect = prefab; prefab4.m_itemData.m_shared.m_setName = "WeaveSE"; prefab4.m_itemData.m_shared.m_setSize = 3; prefab4.m_itemData.m_shared.m_setStatusEffect = prefab; } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while modifing items: {arg}"); } finally { PrefabManager.OnVanillaPrefabsAvailable -= ModifyItems; } } private void AddSFX() { //IL_0033: Unknown result type (might be due to invalid IL or missing references) //IL_003a: Expected O, but got Unknown try { string[] sFXList = SFXList2; foreach (string text in sFXList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { CustomPrefab val2 = new CustomPrefab(val, true); PrefabManager.Instance.AddPrefab(val2); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + text + " to the Object database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database")); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}"); } } private void FixSFX2() { try { AudioSource prefab = Cache.GetPrefab("sfx_arrow_hit"); string[] sFXList = SFXList2; foreach (string text in sFXList) { GameObject prefab2 = Cache.GetPrefab(text); prefab2.GetComponentInChildren().outputAudioMixerGroup = prefab.outputAudioMixerGroup; if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Audio Mixer set on: " + text)); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while fixing custom audio: {arg}"); } finally { PrefabManager.OnPrefabsRegistered -= FixSFX2; } } private void AddSE() { //IL_0030: Unknown result type (might be due to invalid IL or missing references) //IL_0037: Expected O, but got Unknown try { string[] customStatusEffectList = CustomStatusEffectList; foreach (string text in customStatusEffectList) { SE_Stats val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { CustomStatusEffect val2 = new CustomStatusEffect((StatusEffect)(object)val, true); ItemManager.Instance.AddStatusEffect(val2); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val)?.ToString() + " to the Object database")); } } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding SE_Stats Effects: {arg}"); } } private void AddPrefabs() { //IL_0033: Unknown result type (might be due to invalid IL or missing references) //IL_003a: Expected O, but got Unknown try { string[] prefabList = PrefabList; foreach (string text in prefabList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { CustomPrefab val2 = new CustomPrefab(val, true); PrefabManager.Instance.AddPrefab(val2); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + text + " to the Object database")); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database")); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}"); } } public RtDMagic() { //IL_0001: Unknown result type (might be due to invalid IL or missing references) //IL_0007: Expected O, but got Unknown //IL_001c: Unknown result type (might be due to invalid IL or missing references) //IL_0021: Unknown result type (might be due to invalid IL or missing references) //IL_002d: Unknown result type (might be due to invalid IL or missing references) //IL_0036: Unknown result type (might be due to invalid IL or missing references) //IL_003f: Expected O, but got Unknown //IL_0041: 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_0052: Unknown result type (might be due to invalid IL or missing references) //IL_005a: Unknown result type (might be due to invalid IL or missing references) //IL_0063: Expected O, but got Unknown //IL_0065: Unknown result type (might be due to invalid IL or missing references) //IL_006a: Unknown result type (might be due to invalid IL or missing references) //IL_0076: Unknown result type (might be due to invalid IL or missing references) //IL_007f: Unknown result type (might be due to invalid IL or missing references) //IL_0088: Expected O, but got Unknown //IL_008a: Unknown result type (might be due to invalid IL or missing references) //IL_008f: Unknown result type (might be due to invalid IL or missing references) //IL_009b: Unknown result type (might be due to invalid IL or missing references) //IL_00a3: Unknown result type (might be due to invalid IL or missing references) //IL_00ac: Expected O, but got Unknown //IL_00b9: Unknown result type (might be due to invalid IL or missing references) //IL_00bf: Expected O, but got Unknown //IL_00d4: Unknown result type (might be due to invalid IL or missing references) //IL_00d9: Unknown result type (might be due to invalid IL or missing references) //IL_00e5: Unknown result type (might be due to invalid IL or missing references) //IL_00ee: Unknown result type (might be due to invalid IL or missing references) //IL_00f7: Expected O, but got Unknown //IL_00f9: Unknown result type (might be due to invalid IL or missing references) //IL_00fe: Unknown result type (might be due to invalid IL or missing references) //IL_010a: Unknown result type (might be due to invalid IL or missing references) //IL_0112: Unknown result type (might be due to invalid IL or missing references) //IL_011b: Expected O, but got Unknown //IL_011d: Unknown result type (might be due to invalid IL or missing references) //IL_0122: 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_0137: Unknown result type (might be due to invalid IL or missing references) //IL_0140: Expected O, but got Unknown //IL_0142: Unknown result type (might be due to invalid IL or missing references) //IL_0147: Unknown result type (might be due to invalid IL or missing references) //IL_0153: Unknown result type (might be due to invalid IL or missing references) //IL_015b: Unknown result type (might be due to invalid IL or missing references) //IL_0164: Expected O, but got Unknown //IL_0171: Unknown result type (might be due to invalid IL or missing references) //IL_0177: Expected O, but got Unknown //IL_018c: Unknown result type (might be due to invalid IL or missing references) //IL_0191: Unknown result type (might be due to invalid IL or missing references) //IL_019d: Unknown result type (might be due to invalid IL or missing references) //IL_01a6: Unknown result type (might be due to invalid IL or missing references) //IL_01af: Expected O, but got Unknown //IL_01b1: Unknown result type (might be due to invalid IL or missing references) //IL_01b6: Unknown result type (might be due to invalid IL or missing references) //IL_01c2: 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_01d3: Expected O, but got Unknown //IL_01d5: Unknown result type (might be due to invalid IL or missing references) //IL_01da: Unknown result type (might be due to invalid IL or missing references) //IL_01e6: Unknown result type (might be due to invalid IL or missing references) //IL_01ef: Unknown result type (might be due to invalid IL or missing references) //IL_01f8: Expected O, but got Unknown //IL_01fa: Unknown result type (might be due to invalid IL or missing references) //IL_01ff: Unknown result type (might be due to invalid IL or missing references) //IL_020b: Unknown result type (might be due to invalid IL or missing references) //IL_0213: Unknown result type (might be due to invalid IL or missing references) //IL_021c: Expected O, but got Unknown //IL_0229: Unknown result type (might be due to invalid IL or missing references) //IL_022f: Expected O, but got Unknown //IL_0244: Unknown result type (might be due to invalid IL or missing references) //IL_0249: Unknown result type (might be due to invalid IL or missing references) //IL_0255: Unknown result type (might be due to invalid IL or missing references) //IL_025e: Unknown result type (might be due to invalid IL or missing references) //IL_0267: Expected O, but got Unknown //IL_0269: Unknown result type (might be due to invalid IL or missing references) //IL_026e: Unknown result type (might be due to invalid IL or missing references) //IL_027a: Unknown result type (might be due to invalid IL or missing references) //IL_0282: Unknown result type (might be due to invalid IL or missing references) //IL_028b: Expected O, but got Unknown //IL_028d: Unknown result type (might be due to invalid IL or missing references) //IL_0292: 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_02a7: Unknown result type (might be due to invalid IL or missing references) //IL_02b0: Expected O, but got Unknown //IL_02b2: Unknown result type (might be due to invalid IL or missing references) //IL_02b7: Unknown result type (might be due to invalid IL or missing references) //IL_02c3: Unknown result type (might be due to invalid IL or missing references) //IL_02cb: Unknown result type (might be due to invalid IL or missing references) //IL_02d4: Expected O, but got Unknown //IL_02e1: Unknown result type (might be due to invalid IL or missing references) //IL_02e7: Expected O, but got Unknown //IL_02fc: Unknown result type (might be due to invalid IL or missing references) //IL_0301: Unknown result type (might be due to invalid IL or missing references) //IL_030d: Unknown result type (might be due to invalid IL or missing references) //IL_0316: Unknown result type (might be due to invalid IL or missing references) //IL_031f: Expected O, but got Unknown //IL_0321: Unknown result type (might be due to invalid IL or missing references) //IL_0326: Unknown result type (might be due to invalid IL or missing references) //IL_0332: Unknown result type (might be due to invalid IL or missing references) //IL_033a: Unknown result type (might be due to invalid IL or missing references) //IL_0343: Expected O, but got Unknown //IL_0345: Unknown result type (might be due to invalid IL or missing references) //IL_034a: Unknown result type (might be due to invalid IL or missing references) //IL_0356: Unknown result type (might be due to invalid IL or missing references) //IL_035f: Unknown result type (might be due to invalid IL or missing references) //IL_0368: Expected O, but got Unknown //IL_036a: Unknown result type (might be due to invalid IL or missing references) //IL_036f: Unknown result type (might be due to invalid IL or missing references) //IL_037b: Unknown result type (might be due to invalid IL or missing references) //IL_0383: Unknown result type (might be due to invalid IL or missing references) //IL_038c: Expected O, but got Unknown //IL_0399: Unknown result type (might be due to invalid IL or missing references) //IL_039f: Expected O, but got Unknown //IL_03b4: Unknown result type (might be due to invalid IL or missing references) //IL_03b9: Unknown result type (might be due to invalid IL or missing references) //IL_03c5: Unknown result type (might be due to invalid IL or missing references) //IL_03ce: Unknown result type (might be due to invalid IL or missing references) //IL_03d7: Expected O, but got Unknown //IL_03d9: Unknown result type (might be due to invalid IL or missing references) //IL_03de: Unknown result type (might be due to invalid IL or missing references) //IL_03ea: Unknown result type (might be due to invalid IL or missing references) //IL_03f2: Unknown result type (might be due to invalid IL or missing references) //IL_03fb: Expected O, but got Unknown //IL_03fd: Unknown result type (might be due to invalid IL or missing references) //IL_0402: Unknown result type (might be due to invalid IL or missing references) //IL_040e: Unknown result type (might be due to invalid IL or missing references) //IL_0417: Unknown result type (might be due to invalid IL or missing references) //IL_0420: Expected O, but got Unknown //IL_0422: Unknown result type (might be due to invalid IL or missing references) //IL_0427: Unknown result type (might be due to invalid IL or missing references) //IL_0433: Unknown result type (might be due to invalid IL or missing references) //IL_043b: Unknown result type (might be due to invalid IL or missing references) //IL_0444: Expected O, but got Unknown //IL_0451: Unknown result type (might be due to invalid IL or missing references) //IL_0457: Expected O, but got Unknown //IL_046c: Unknown result type (might be due to invalid IL or missing references) //IL_0471: Unknown result type (might be due to invalid IL or missing references) //IL_047d: Unknown result type (might be due to invalid IL or missing references) //IL_0486: Unknown result type (might be due to invalid IL or missing references) //IL_048f: Expected O, but got Unknown //IL_0491: Unknown result type (might be due to invalid IL or missing references) //IL_0496: Unknown result type (might be due to invalid IL or missing references) //IL_04a2: Unknown result type (might be due to invalid IL or missing references) //IL_04aa: Unknown result type (might be due to invalid IL or missing references) //IL_04b3: Expected O, but got Unknown //IL_04b5: Unknown result type (might be due to invalid IL or missing references) //IL_04ba: Unknown result type (might be due to invalid IL or missing references) //IL_04c6: Unknown result type (might be due to invalid IL or missing references) //IL_04cf: Unknown result type (might be due to invalid IL or missing references) //IL_04d8: Expected O, but got Unknown //IL_04da: Unknown result type (might be due to invalid IL or missing references) //IL_04df: Unknown result type (might be due to invalid IL or missing references) //IL_04eb: Unknown result type (might be due to invalid IL or missing references) //IL_04f3: Unknown result type (might be due to invalid IL or missing references) //IL_04fc: Expected O, but got Unknown //IL_0509: Unknown result type (might be due to invalid IL or missing references) //IL_050f: Expected O, but got Unknown //IL_0524: Unknown result type (might be due to invalid IL or missing references) //IL_0529: Unknown result type (might be due to invalid IL or missing references) //IL_0535: Unknown result type (might be due to invalid IL or missing references) //IL_053e: Unknown result type (might be due to invalid IL or missing references) //IL_0547: Expected O, but got Unknown //IL_0549: Unknown result type (might be due to invalid IL or missing references) //IL_054e: Unknown result type (might be due to invalid IL or missing references) //IL_055a: Unknown result type (might be due to invalid IL or missing references) //IL_0562: Unknown result type (might be due to invalid IL or missing references) //IL_056b: Expected O, but got Unknown //IL_056d: Unknown result type (might be due to invalid IL or missing references) //IL_0572: Unknown result type (might be due to invalid IL or missing references) //IL_057e: Unknown result type (might be due to invalid IL or missing references) //IL_0586: Unknown result type (might be due to invalid IL or missing references) //IL_058f: Expected O, but got Unknown //IL_0591: Unknown result type (might be due to invalid IL or missing references) //IL_0596: Unknown result type (might be due to invalid IL or missing references) //IL_05a2: Unknown result type (might be due to invalid IL or missing references) //IL_05aa: Unknown result type (might be due to invalid IL or missing references) //IL_05b3: Expected O, but got Unknown //IL_05c0: Unknown result type (might be due to invalid IL or missing references) //IL_05c6: Expected O, but got Unknown //IL_05db: Unknown result type (might be due to invalid IL or missing references) //IL_05e0: Unknown result type (might be due to invalid IL or missing references) //IL_05ec: Unknown result type (might be due to invalid IL or missing references) //IL_05f5: Unknown result type (might be due to invalid IL or missing references) //IL_05fe: Expected O, but got Unknown //IL_0600: Unknown result type (might be due to invalid IL or missing references) //IL_0605: Unknown result type (might be due to invalid IL or missing references) //IL_0611: Unknown result type (might be due to invalid IL or missing references) //IL_0619: Unknown result type (might be due to invalid IL or missing references) //IL_0622: Expected O, but got Unknown //IL_0624: Unknown result type (might be due to invalid IL or missing references) //IL_0629: Unknown result type (might be due to invalid IL or missing references) //IL_0635: Unknown result type (might be due to invalid IL or missing references) //IL_063e: Unknown result type (might be due to invalid IL or missing references) //IL_0647: Expected O, but got Unknown //IL_0649: Unknown result type (might be due to invalid IL or missing references) //IL_064e: Unknown result type (might be due to invalid IL or missing references) //IL_065a: Unknown result type (might be due to invalid IL or missing references) //IL_0662: Unknown result type (might be due to invalid IL or missing references) //IL_066b: Expected O, but got Unknown //IL_0678: Unknown result type (might be due to invalid IL or missing references) //IL_067e: Expected O, but got Unknown //IL_0693: Unknown result type (might be due to invalid IL or missing references) //IL_0698: Unknown result type (might be due to invalid IL or missing references) //IL_06a4: Unknown result type (might be due to invalid IL or missing references) //IL_06ad: Unknown result type (might be due to invalid IL or missing references) //IL_06b6: Expected O, but got Unknown //IL_06b8: Unknown result type (might be due to invalid IL or missing references) //IL_06bd: Unknown result type (might be due to invalid IL or missing references) //IL_06c9: Unknown result type (might be due to invalid IL or missing references) //IL_06d1: Unknown result type (might be due to invalid IL or missing references) //IL_06da: Expected O, but got Unknown //IL_06dc: Unknown result type (might be due to invalid IL or missing references) //IL_06e1: Unknown result type (might be due to invalid IL or missing references) //IL_06ed: Unknown result type (might be due to invalid IL or missing references) //IL_06f6: Unknown result type (might be due to invalid IL or missing references) //IL_06ff: Expected O, but got Unknown //IL_0701: Unknown result type (might be due to invalid IL or missing references) //IL_0706: Unknown result type (might be due to invalid IL or missing references) //IL_0712: Unknown result type (might be due to invalid IL or missing references) //IL_071a: Unknown result type (might be due to invalid IL or missing references) //IL_0723: Expected O, but got Unknown //IL_0730: Unknown result type (might be due to invalid IL or missing references) //IL_0736: Expected O, but got Unknown //IL_074b: Unknown result type (might be due to invalid IL or missing references) //IL_0750: Unknown result type (might be due to invalid IL or missing references) //IL_075c: Unknown result type (might be due to invalid IL or missing references) //IL_0765: Unknown result type (might be due to invalid IL or missing references) //IL_076e: Expected O, but got Unknown //IL_0770: Unknown result type (might be due to invalid IL or missing references) //IL_0775: Unknown result type (might be due to invalid IL or missing references) //IL_0781: Unknown result type (might be due to invalid IL or missing references) //IL_078a: Unknown result type (might be due to invalid IL or missing references) //IL_0793: Expected O, but got Unknown //IL_0795: Unknown result type (might be due to invalid IL or missing references) //IL_079a: Unknown result type (might be due to invalid IL or missing references) //IL_07a6: Unknown result type (might be due to invalid IL or missing references) //IL_07af: Unknown result type (might be due to invalid IL or missing references) //IL_07b8: Expected O, but got Unknown //IL_07ba: 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_07cb: Unknown result type (might be due to invalid IL or missing references) //IL_07d3: Unknown result type (might be due to invalid IL or missing references) //IL_07dc: Expected O, but got Unknown //IL_07e9: Unknown result type (might be due to invalid IL or missing references) //IL_07ef: Expected O, but got Unknown //IL_0804: Unknown result type (might be due to invalid IL or missing references) //IL_0809: Unknown result type (might be due to invalid IL or missing references) //IL_0815: Unknown result type (might be due to invalid IL or missing references) //IL_081e: Unknown result type (might be due to invalid IL or missing references) //IL_0827: Expected O, but got Unknown //IL_0829: Unknown result type (might be due to invalid IL or missing references) //IL_082e: Unknown result type (might be due to invalid IL or missing references) //IL_083a: Unknown result type (might be due to invalid IL or missing references) //IL_0843: Unknown result type (might be due to invalid IL or missing references) //IL_084c: Expected O, but got Unknown //IL_084e: Unknown result type (might be due to invalid IL or missing references) //IL_0853: Unknown result type (might be due to invalid IL or missing references) //IL_085f: 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_0871: Expected O, but got Unknown //IL_0873: Unknown result type (might be due to invalid IL or missing references) //IL_0878: Unknown result type (might be due to invalid IL or missing references) //IL_0884: 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_0895: Expected O, but got Unknown //IL_08a2: Unknown result type (might be due to invalid IL or missing references) //IL_08a8: Expected O, but got Unknown //IL_08bd: 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_08ce: Unknown result type (might be due to invalid IL or missing references) //IL_08d7: Unknown result type (might be due to invalid IL or missing references) //IL_08e0: Expected O, but got Unknown //IL_08e2: Unknown result type (might be due to invalid IL or missing references) //IL_08e7: Unknown result type (might be due to invalid IL or missing references) //IL_08f3: Unknown result type (might be due to invalid IL or missing references) //IL_08fb: Unknown result type (might be due to invalid IL or missing references) //IL_0904: Expected O, but got Unknown //IL_0906: Unknown result type (might be due to invalid IL or missing references) //IL_090b: Unknown result type (might be due to invalid IL or missing references) //IL_0917: Unknown result type (might be due to invalid IL or missing references) //IL_0920: Unknown result type (might be due to invalid IL or missing references) //IL_0929: Expected O, but got Unknown //IL_092b: Unknown result type (might be due to invalid IL or missing references) //IL_0930: Unknown result type (might be due to invalid IL or missing references) //IL_093c: Unknown result type (might be due to invalid IL or missing references) //IL_0944: Unknown result type (might be due to invalid IL or missing references) //IL_094d: Expected O, but got Unknown //IL_095a: Unknown result type (might be due to invalid IL or missing references) //IL_0960: Expected O, but got Unknown //IL_0975: Unknown result type (might be due to invalid IL or missing references) //IL_097a: Unknown result type (might be due to invalid IL or missing references) //IL_0986: Unknown result type (might be due to invalid IL or missing references) //IL_098e: Unknown result type (might be due to invalid IL or missing references) //IL_0997: Expected O, but got Unknown //IL_0999: Unknown result type (might be due to invalid IL or missing references) //IL_099e: Unknown result type (might be due to invalid IL or missing references) //IL_09aa: Unknown result type (might be due to invalid IL or missing references) //IL_09b3: Unknown result type (might be due to invalid IL or missing references) //IL_09bc: Expected O, but got Unknown //IL_09be: Unknown result type (might be due to invalid IL or missing references) //IL_09c3: Unknown result type (might be due to invalid IL or missing references) //IL_09cf: Unknown result type (might be due to invalid IL or missing references) //IL_09d7: Unknown result type (might be due to invalid IL or missing references) //IL_09e0: Expected O, but got Unknown //IL_09e2: Unknown result type (might be due to invalid IL or missing references) //IL_09e7: Unknown result type (might be due to invalid IL or missing references) //IL_09f3: Unknown result type (might be due to invalid IL or missing references) //IL_09fb: Unknown result type (might be due to invalid IL or missing references) //IL_0a04: Expected O, but got Unknown //IL_0a11: Unknown result type (might be due to invalid IL or missing references) //IL_0a17: Expected O, but got Unknown //IL_0a2c: Unknown result type (might be due to invalid IL or missing references) //IL_0a31: Unknown result type (might be due to invalid IL or missing references) //IL_0a3d: Unknown result type (might be due to invalid IL or missing references) //IL_0a45: Unknown result type (might be due to invalid IL or missing references) //IL_0a4e: Expected O, but got Unknown //IL_0a50: Unknown result type (might be due to invalid IL or missing references) //IL_0a55: Unknown result type (might be due to invalid IL or missing references) //IL_0a61: Unknown result type (might be due to invalid IL or missing references) //IL_0a69: Unknown result type (might be due to invalid IL or missing references) //IL_0a72: Expected O, but got Unknown //IL_0a74: Unknown result type (might be due to invalid IL or missing references) //IL_0a79: Unknown result type (might be due to invalid IL or missing references) //IL_0a85: Unknown result type (might be due to invalid IL or missing references) //IL_0a8e: Unknown result type (might be due to invalid IL or missing references) //IL_0a97: Expected O, but got Unknown //IL_0a99: Unknown result type (might be due to invalid IL or missing references) //IL_0a9e: Unknown result type (might be due to invalid IL or missing references) //IL_0aaa: Unknown result type (might be due to invalid IL or missing references) //IL_0ab2: Unknown result type (might be due to invalid IL or missing references) //IL_0abb: Expected O, but got Unknown //IL_0ac8: Unknown result type (might be due to invalid IL or missing references) //IL_0ace: Expected O, but got Unknown //IL_0ae3: Unknown result type (might be due to invalid IL or missing references) //IL_0ae8: Unknown result type (might be due to invalid IL or missing references) //IL_0af4: Unknown result type (might be due to invalid IL or missing references) //IL_0afc: Unknown result type (might be due to invalid IL or missing references) //IL_0b05: Expected O, but got Unknown //IL_0b07: Unknown result type (might be due to invalid IL or missing references) //IL_0b0c: Unknown result type (might be due to invalid IL or missing references) //IL_0b18: Unknown result type (might be due to invalid IL or missing references) //IL_0b20: Unknown result type (might be due to invalid IL or missing references) //IL_0b29: Expected O, but got Unknown //IL_0b2b: Unknown result type (might be due to invalid IL or missing references) //IL_0b30: Unknown result type (might be due to invalid IL or missing references) //IL_0b3c: Unknown result type (might be due to invalid IL or missing references) //IL_0b44: Unknown result type (might be due to invalid IL or missing references) //IL_0b4d: Expected O, but got Unknown //IL_0b4f: Unknown result type (might be due to invalid IL or missing references) //IL_0b54: Unknown result type (might be due to invalid IL or missing references) //IL_0b60: Unknown result type (might be due to invalid IL or missing references) //IL_0b68: Unknown result type (might be due to invalid IL or missing references) //IL_0b71: Expected O, but got Unknown //IL_0b7e: Unknown result type (might be due to invalid IL or missing references) //IL_0b84: Expected O, but got Unknown //IL_0b99: 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_0baa: Unknown result type (might be due to invalid IL or missing references) //IL_0bb2: Unknown result type (might be due to invalid IL or missing references) //IL_0bbb: Expected O, but got Unknown //IL_0bbd: Unknown result type (might be due to invalid IL or missing references) //IL_0bc2: Unknown result type (might be due to invalid IL or missing references) //IL_0bce: Unknown result type (might be due to invalid IL or missing references) //IL_0bd7: Unknown result type (might be due to invalid IL or missing references) //IL_0be0: Expected O, but got Unknown //IL_0be2: Unknown result type (might be due to invalid IL or missing references) //IL_0be7: Unknown result type (might be due to invalid IL or missing references) //IL_0bf3: Unknown result type (might be due to invalid IL or missing references) //IL_0bfc: Unknown result type (might be due to invalid IL or missing references) //IL_0c05: Expected O, but got Unknown //IL_0c07: Unknown result type (might be due to invalid IL or missing references) //IL_0c0c: Unknown result type (might be due to invalid IL or missing references) //IL_0c18: Unknown result type (might be due to invalid IL or missing references) //IL_0c20: Unknown result type (might be due to invalid IL or missing references) //IL_0c29: Expected O, but got Unknown //IL_0c36: Unknown result type (might be due to invalid IL or missing references) //IL_0c3c: Expected O, but got Unknown //IL_0c51: Unknown result type (might be due to invalid IL or missing references) //IL_0c56: Unknown result type (might be due to invalid IL or missing references) //IL_0c62: Unknown result type (might be due to invalid IL or missing references) //IL_0c6b: Unknown result type (might be due to invalid IL or missing references) //IL_0c74: Expected O, but got Unknown //IL_0c76: Unknown result type (might be due to invalid IL or missing references) //IL_0c7b: Unknown result type (might be due to invalid IL or missing references) //IL_0c87: Unknown result type (might be due to invalid IL or missing references) //IL_0c90: Unknown result type (might be due to invalid IL or missing references) //IL_0c99: Expected O, but got Unknown //IL_0c9b: Unknown result type (might be due to invalid IL or missing references) //IL_0ca0: Unknown result type (might be due to invalid IL or missing references) //IL_0cac: Unknown result type (might be due to invalid IL or missing references) //IL_0cb4: Unknown result type (might be due to invalid IL or missing references) //IL_0cbd: Expected O, but got Unknown //IL_0cbf: Unknown result type (might be due to invalid IL or missing references) //IL_0cc4: Unknown result type (might be due to invalid IL or missing references) //IL_0cd0: Unknown result type (might be due to invalid IL or missing references) //IL_0cd8: Unknown result type (might be due to invalid IL or missing references) //IL_0ce1: Expected O, but got Unknown //IL_0cee: Unknown result type (might be due to invalid IL or missing references) //IL_0cf4: Expected O, but got Unknown //IL_0d09: Unknown result type (might be due to invalid IL or missing references) //IL_0d0e: 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_0d23: Unknown result type (might be due to invalid IL or missing references) //IL_0d2c: Expected O, but got Unknown //IL_0d2e: Unknown result type (might be due to invalid IL or missing references) //IL_0d33: Unknown result type (might be due to invalid IL or missing references) //IL_0d3f: Unknown result type (might be due to invalid IL or missing references) //IL_0d47: Unknown result type (might be due to invalid IL or missing references) //IL_0d50: Expected O, but got Unknown //IL_0d52: Unknown result type (might be due to invalid IL or missing references) //IL_0d57: Unknown result type (might be due to invalid IL or missing references) //IL_0d63: 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_0d75: Expected O, but got Unknown //IL_0d77: Unknown result type (might be due to invalid IL or missing references) //IL_0d7c: Unknown result type (might be due to invalid IL or missing references) //IL_0d88: Unknown result type (might be due to invalid IL or missing references) //IL_0d90: Unknown result type (might be due to invalid IL or missing references) //IL_0d99: Expected O, but got Unknown //IL_0da6: Unknown result type (might be due to invalid IL or missing references) //IL_0dac: Expected O, but got Unknown //IL_0dc1: Unknown result type (might be due to invalid IL or missing references) //IL_0dc6: Unknown result type (might be due to invalid IL or missing references) //IL_0dd2: Unknown result type (might be due to invalid IL or missing references) //IL_0ddb: Unknown result type (might be due to invalid IL or missing references) //IL_0de4: Expected O, but got Unknown //IL_0de6: Unknown result type (might be due to invalid IL or missing references) //IL_0deb: Unknown result type (might be due to invalid IL or missing references) //IL_0df7: Unknown result type (might be due to invalid IL or missing references) //IL_0dff: Unknown result type (might be due to invalid IL or missing references) //IL_0e08: Expected O, but got Unknown //IL_0e0a: Unknown result type (might be due to invalid IL or missing references) //IL_0e0f: Unknown result type (might be due to invalid IL or missing references) //IL_0e1b: Unknown result type (might be due to invalid IL or missing references) //IL_0e24: Unknown result type (might be due to invalid IL or missing references) //IL_0e2d: Expected O, but got Unknown //IL_0e2f: Unknown result type (might be due to invalid IL or missing references) //IL_0e34: Unknown result type (might be due to invalid IL or missing references) //IL_0e40: Unknown result type (might be due to invalid IL or missing references) //IL_0e48: Unknown result type (might be due to invalid IL or missing references) //IL_0e51: Expected O, but got Unknown //IL_0e5e: Unknown result type (might be due to invalid IL or missing references) //IL_0e64: Expected O, but got Unknown //IL_0e79: Unknown result type (might be due to invalid IL or missing references) //IL_0e7e: Unknown result type (might be due to invalid IL or missing references) //IL_0e8a: Unknown result type (might be due to invalid IL or missing references) //IL_0e93: Unknown result type (might be due to invalid IL or missing references) //IL_0e9c: Expected O, but got Unknown //IL_0e9e: Unknown result type (might be due to invalid IL or missing references) //IL_0ea3: Unknown result type (might be due to invalid IL or missing references) //IL_0eaf: Unknown result type (might be due to invalid IL or missing references) //IL_0eb7: Unknown result type (might be due to invalid IL or missing references) //IL_0ec0: Expected O, but got Unknown //IL_0ec2: Unknown result type (might be due to invalid IL or missing references) //IL_0ec7: Unknown result type (might be due to invalid IL or missing references) //IL_0ed3: Unknown result type (might be due to invalid IL or missing references) //IL_0edc: Unknown result type (might be due to invalid IL or missing references) //IL_0ee5: Expected O, but got Unknown //IL_0ee7: Unknown result type (might be due to invalid IL or missing references) //IL_0eec: Unknown result type (might be due to invalid IL or missing references) //IL_0ef8: Unknown result type (might be due to invalid IL or missing references) //IL_0f00: Unknown result type (might be due to invalid IL or missing references) //IL_0f09: Expected O, but got Unknown //IL_0f16: Unknown result type (might be due to invalid IL or missing references) //IL_0f1c: Expected O, but got Unknown //IL_0f31: Unknown result type (might be due to invalid IL or missing references) //IL_0f36: Unknown result type (might be due to invalid IL or missing references) //IL_0f42: Unknown result type (might be due to invalid IL or missing references) //IL_0f4b: Unknown result type (might be due to invalid IL or missing references) //IL_0f54: Expected O, but got Unknown //IL_0f56: Unknown result type (might be due to invalid IL or missing references) //IL_0f5b: Unknown result type (might be due to invalid IL or missing references) //IL_0f67: Unknown result type (might be due to invalid IL or missing references) //IL_0f6f: Unknown result type (might be due to invalid IL or missing references) //IL_0f78: Expected O, but got Unknown //IL_0f7a: Unknown result type (might be due to invalid IL or missing references) //IL_0f7f: Unknown result type (might be due to invalid IL or missing references) //IL_0f8b: Unknown result type (might be due to invalid IL or missing references) //IL_0f94: Unknown result type (might be due to invalid IL or missing references) //IL_0f9d: Expected O, but got Unknown //IL_0f9f: Unknown result type (might be due to invalid IL or missing references) //IL_0fa4: Unknown result type (might be due to invalid IL or missing references) //IL_0fb0: Unknown result type (might be due to invalid IL or missing references) //IL_0fb8: Unknown result type (might be due to invalid IL or missing references) //IL_0fc1: Expected O, but got Unknown //IL_0fce: Unknown result type (might be due to invalid IL or missing references) //IL_0fd4: Expected O, but got Unknown //IL_0fe9: Unknown result type (might be due to invalid IL or missing references) //IL_0fee: Unknown result type (might be due to invalid IL or missing references) //IL_0ffa: Unknown result type (might be due to invalid IL or missing references) //IL_1003: Unknown result type (might be due to invalid IL or missing references) //IL_100c: Expected O, but got Unknown //IL_100e: Unknown result type (might be due to invalid IL or missing references) //IL_1013: Unknown result type (might be due to invalid IL or missing references) //IL_101f: Unknown result type (might be due to invalid IL or missing references) //IL_1027: Unknown result type (might be due to invalid IL or missing references) //IL_1030: Expected O, but got Unknown //IL_1032: Unknown result type (might be due to invalid IL or missing references) //IL_1037: Unknown result type (might be due to invalid IL or missing references) //IL_1043: Unknown result type (might be due to invalid IL or missing references) //IL_104c: Unknown result type (might be due to invalid IL or missing references) //IL_1055: Expected O, but got Unknown //IL_1057: Unknown result type (might be due to invalid IL or missing references) //IL_105c: Unknown result type (might be due to invalid IL or missing references) //IL_1068: Unknown result type (might be due to invalid IL or missing references) //IL_1070: Unknown result type (might be due to invalid IL or missing references) //IL_1079: Expected O, but got Unknown //IL_1086: Unknown result type (might be due to invalid IL or missing references) //IL_108c: Expected O, but got Unknown //IL_10a1: Unknown result type (might be due to invalid IL or missing references) //IL_10a6: Unknown result type (might be due to invalid IL or missing references) //IL_10b2: Unknown result type (might be due to invalid IL or missing references) //IL_10ba: Unknown result type (might be due to invalid IL or missing references) //IL_10c3: Expected O, but got Unknown //IL_10c5: Unknown result type (might be due to invalid IL or missing references) //IL_10ca: Unknown result type (might be due to invalid IL or missing references) //IL_10d6: Unknown result type (might be due to invalid IL or missing references) //IL_10df: Unknown result type (might be due to invalid IL or missing references) //IL_10e8: Expected O, but got Unknown //IL_10ea: Unknown result type (might be due to invalid IL or missing references) //IL_10ef: Unknown result type (might be due to invalid IL or missing references) //IL_10fb: Unknown result type (might be due to invalid IL or missing references) //IL_1103: Unknown result type (might be due to invalid IL or missing references) //IL_110c: Expected O, but got Unknown //IL_110e: Unknown result type (might be due to invalid IL or missing references) //IL_1113: Unknown result type (might be due to invalid IL or missing references) //IL_111f: Unknown result type (might be due to invalid IL or missing references) //IL_1127: Unknown result type (might be due to invalid IL or missing references) //IL_1130: Expected O, but got Unknown //IL_113d: Unknown result type (might be due to invalid IL or missing references) //IL_1143: Expected O, but got Unknown //IL_1158: Unknown result type (might be due to invalid IL or missing references) //IL_115d: Unknown result type (might be due to invalid IL or missing references) //IL_1169: Unknown result type (might be due to invalid IL or missing references) //IL_1171: Unknown result type (might be due to invalid IL or missing references) //IL_117a: Expected O, but got Unknown //IL_117c: Unknown result type (might be due to invalid IL or missing references) //IL_1181: Unknown result type (might be due to invalid IL or missing references) //IL_118d: Unknown result type (might be due to invalid IL or missing references) //IL_1196: Unknown result type (might be due to invalid IL or missing references) //IL_119f: Expected O, but got Unknown //IL_11a1: Unknown result type (might be due to invalid IL or missing references) //IL_11a6: Unknown result type (might be due to invalid IL or missing references) //IL_11b2: Unknown result type (might be due to invalid IL or missing references) //IL_11bb: Unknown result type (might be due to invalid IL or missing references) //IL_11c4: Expected O, but got Unknown //IL_11c6: Unknown result type (might be due to invalid IL or missing references) //IL_11cb: Unknown result type (might be due to invalid IL or missing references) //IL_11d7: Unknown result type (might be due to invalid IL or missing references) //IL_11df: Unknown result type (might be due to invalid IL or missing references) //IL_11e8: Expected O, but got Unknown //IL_11f5: Unknown result type (might be due to invalid IL or missing references) //IL_11fb: Expected O, but got Unknown //IL_1210: Unknown result type (might be due to invalid IL or missing references) //IL_1215: Unknown result type (might be due to invalid IL or missing references) //IL_1221: Unknown result type (might be due to invalid IL or missing references) //IL_1229: Unknown result type (might be due to invalid IL or missing references) //IL_1232: Expected O, but got Unknown //IL_1234: Unknown result type (might be due to invalid IL or missing references) //IL_1239: Unknown result type (might be due to invalid IL or missing references) //IL_1245: Unknown result type (might be due to invalid IL or missing references) //IL_124e: Unknown result type (might be due to invalid IL or missing references) //IL_1257: Expected O, but got Unknown //IL_1259: Unknown result type (might be due to invalid IL or missing references) //IL_125e: Unknown result type (might be due to invalid IL or missing references) //IL_126a: Unknown result type (might be due to invalid IL or missing references) //IL_1272: Unknown result type (might be due to invalid IL or missing references) //IL_127b: Expected O, but got Unknown //IL_127d: Unknown result type (might be due to invalid IL or missing references) //IL_1282: Unknown result type (might be due to invalid IL or missing references) //IL_128e: Unknown result type (might be due to invalid IL or missing references) //IL_1296: Unknown result type (might be due to invalid IL or missing references) //IL_129f: Expected O, but got Unknown //IL_12ac: Unknown result type (might be due to invalid IL or missing references) //IL_12b2: Expected O, but got Unknown //IL_12c7: Unknown result type (might be due to invalid IL or missing references) //IL_12cc: Unknown result type (might be due to invalid IL or missing references) //IL_12d8: Unknown result type (might be due to invalid IL or missing references) //IL_12e0: Unknown result type (might be due to invalid IL or missing references) //IL_12e9: Expected O, but got Unknown //IL_12eb: Unknown result type (might be due to invalid IL or missing references) //IL_12f0: Unknown result type (might be due to invalid IL or missing references) //IL_12fc: Unknown result type (might be due to invalid IL or missing references) //IL_1305: Unknown result type (might be due to invalid IL or missing references) //IL_130e: Expected O, but got Unknown //IL_1310: Unknown result type (might be due to invalid IL or missing references) //IL_1315: Unknown result type (might be due to invalid IL or missing references) //IL_1321: Unknown result type (might be due to invalid IL or missing references) //IL_132a: Unknown result type (might be due to invalid IL or missing references) //IL_1333: Expected O, but got Unknown //IL_1335: Unknown result type (might be due to invalid IL or missing references) //IL_133a: Unknown result type (might be due to invalid IL or missing references) //IL_1346: Unknown result type (might be due to invalid IL or missing references) //IL_134e: Unknown result type (might be due to invalid IL or missing references) //IL_1357: Expected O, but got Unknown //IL_1364: Unknown result type (might be due to invalid IL or missing references) //IL_136a: Expected O, but got Unknown //IL_137f: Unknown result type (might be due to invalid IL or missing references) //IL_1384: Unknown result type (might be due to invalid IL or missing references) //IL_1390: Unknown result type (might be due to invalid IL or missing references) //IL_1399: Unknown result type (might be due to invalid IL or missing references) //IL_13a2: Expected O, but got Unknown //IL_13a4: Unknown result type (might be due to invalid IL or missing references) //IL_13a9: Unknown result type (might be due to invalid IL or missing references) //IL_13b5: Unknown result type (might be due to invalid IL or missing references) //IL_13be: Unknown result type (might be due to invalid IL or missing references) //IL_13c7: Expected O, but got Unknown //IL_13c9: Unknown result type (might be due to invalid IL or missing references) //IL_13ce: Unknown result type (might be due to invalid IL or missing references) //IL_13da: Unknown result type (might be due to invalid IL or missing references) //IL_13e2: Unknown result type (might be due to invalid IL or missing references) //IL_13eb: Expected O, but got Unknown //IL_13ed: Unknown result type (might be due to invalid IL or missing references) //IL_13f2: Unknown result type (might be due to invalid IL or missing references) //IL_13fe: Unknown result type (might be due to invalid IL or missing references) //IL_1406: Unknown result type (might be due to invalid IL or missing references) //IL_140f: Expected O, but got Unknown //IL_141c: Unknown result type (might be due to invalid IL or missing references) //IL_1422: Expected O, but got Unknown //IL_1437: Unknown result type (might be due to invalid IL or missing references) //IL_143c: Unknown result type (might be due to invalid IL or missing references) //IL_1448: Unknown result type (might be due to invalid IL or missing references) //IL_1450: Unknown result type (might be due to invalid IL or missing references) //IL_1459: Expected O, but got Unknown //IL_145b: Unknown result type (might be due to invalid IL or missing references) //IL_1460: Unknown result type (might be due to invalid IL or missing references) //IL_146c: Unknown result type (might be due to invalid IL or missing references) //IL_1474: Unknown result type (might be due to invalid IL or missing references) //IL_147d: Expected O, but got Unknown //IL_147f: Unknown result type (might be due to invalid IL or missing references) //IL_1484: Unknown result type (might be due to invalid IL or missing references) //IL_1490: Unknown result type (might be due to invalid IL or missing references) //IL_1499: Unknown result type (might be due to invalid IL or missing references) //IL_14a2: Expected O, but got Unknown //IL_14a4: Unknown result type (might be due to invalid IL or missing references) //IL_14a9: Unknown result type (might be due to invalid IL or missing references) //IL_14b5: 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_14c6: Expected O, but got Unknown //IL_14d3: Unknown result type (might be due to invalid IL or missing references) //IL_14d9: Expected O, but got Unknown //IL_14ee: Unknown result type (might be due to invalid IL or missing references) //IL_14f3: Unknown result type (might be due to invalid IL or missing references) //IL_14ff: Unknown result type (might be due to invalid IL or missing references) //IL_1507: Unknown result type (might be due to invalid IL or missing references) //IL_1510: Expected O, but got Unknown //IL_1512: Unknown result type (might be due to invalid IL or missing references) //IL_1517: Unknown result type (might be due to invalid IL or missing references) //IL_1523: Unknown result type (might be due to invalid IL or missing references) //IL_152b: Unknown result type (might be due to invalid IL or missing references) //IL_1534: Expected O, but got Unknown //IL_1536: Unknown result type (might be due to invalid IL or missing references) //IL_153b: Unknown result type (might be due to invalid IL or missing references) //IL_1547: Unknown result type (might be due to invalid IL or missing references) //IL_154f: Unknown result type (might be due to invalid IL or missing references) //IL_1558: 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_156b: Unknown result type (might be due to invalid IL or missing references) //IL_1573: Unknown result type (might be due to invalid IL or missing references) //IL_157c: Expected O, but got Unknown //IL_1589: Unknown result type (might be due to invalid IL or missing references) //IL_158f: Expected O, but got Unknown //IL_15a4: Unknown result type (might be due to invalid IL or missing references) //IL_15a9: Unknown result type (might be due to invalid IL or missing references) //IL_15b5: Unknown result type (might be due to invalid IL or missing references) //IL_15be: Unknown result type (might be due to invalid IL or missing references) //IL_15c7: Expected O, but got Unknown //IL_15c9: Unknown result type (might be due to invalid IL or missing references) //IL_15ce: Unknown result type (might be due to invalid IL or missing references) //IL_15da: Unknown result type (might be due to invalid IL or missing references) //IL_15e2: Unknown result type (might be due to invalid IL or missing references) //IL_15eb: Expected O, but got Unknown //IL_15ed: Unknown result type (might be due to invalid IL or missing references) //IL_15f2: Unknown result type (might be due to invalid IL or missing references) //IL_15fe: Unknown result type (might be due to invalid IL or missing references) //IL_1607: Unknown result type (might be due to invalid IL or missing references) //IL_1610: Expected O, but got Unknown //IL_1612: Unknown result type (might be due to invalid IL or missing references) //IL_1617: Unknown result type (might be due to invalid IL or missing references) //IL_1623: Unknown result type (might be due to invalid IL or missing references) //IL_162b: Unknown result type (might be due to invalid IL or missing references) //IL_1634: Expected O, but got Unknown //IL_1641: Unknown result type (might be due to invalid IL or missing references) //IL_1647: Expected O, but got Unknown //IL_165c: Unknown result type (might be due to invalid IL or missing references) //IL_1661: Unknown result type (might be due to invalid IL or missing references) //IL_166d: Unknown result type (might be due to invalid IL or missing references) //IL_1676: Unknown result type (might be due to invalid IL or missing references) //IL_167f: Expected O, but got Unknown //IL_1681: Unknown result type (might be due to invalid IL or missing references) //IL_1686: Unknown result type (might be due to invalid IL or missing references) //IL_1692: Unknown result type (might be due to invalid IL or missing references) //IL_169a: Unknown result type (might be due to invalid IL or missing references) //IL_16a3: Expected O, but got Unknown //IL_16a5: Unknown result type (might be due to invalid IL or missing references) //IL_16aa: Unknown result type (might be due to invalid IL or missing references) //IL_16b6: Unknown result type (might be due to invalid IL or missing references) //IL_16bf: Unknown result type (might be due to invalid IL or missing references) //IL_16c8: Expected O, but got Unknown //IL_16ca: Unknown result type (might be due to invalid IL or missing references) //IL_16cf: Unknown result type (might be due to invalid IL or missing references) //IL_16db: Unknown result type (might be due to invalid IL or missing references) //IL_16e3: Unknown result type (might be due to invalid IL or missing references) //IL_16ec: Expected O, but got Unknown //IL_16f9: Unknown result type (might be due to invalid IL or missing references) //IL_16ff: Expected O, but got Unknown //IL_1714: 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_172e: Unknown result type (might be due to invalid IL or missing references) //IL_1737: Expected O, but got Unknown //IL_1739: Unknown result type (might be due to invalid IL or missing references) //IL_173e: Unknown result type (might be due to invalid IL or missing references) //IL_174a: Unknown result type (might be due to invalid IL or missing references) //IL_1752: Unknown result type (might be due to invalid IL or missing references) //IL_175b: Expected O, but got Unknown //IL_175d: Unknown result type (might be due to invalid IL or missing references) //IL_1762: Unknown result type (might be due to invalid IL or missing references) //IL_176e: Unknown result type (might be due to invalid IL or missing references) //IL_1777: Unknown result type (might be due to invalid IL or missing references) //IL_1780: Expected O, but got Unknown //IL_1782: Unknown result type (might be due to invalid IL or missing references) //IL_1787: Unknown result type (might be due to invalid IL or missing references) //IL_1793: Unknown result type (might be due to invalid IL or missing references) //IL_179b: Unknown result type (might be due to invalid IL or missing references) //IL_17a4: Expected O, but got Unknown //IL_17b1: Unknown result type (might be due to invalid IL or missing references) //IL_17b7: Expected O, but got Unknown //IL_17cc: Unknown result type (might be due to invalid IL or missing references) //IL_17d1: Unknown result type (might be due to invalid IL or missing references) //IL_17dd: Unknown result type (might be due to invalid IL or missing references) //IL_17e6: Unknown result type (might be due to invalid IL or missing references) //IL_17ef: Expected O, but got Unknown //IL_17f1: Unknown result type (might be due to invalid IL or missing references) //IL_17f6: Unknown result type (might be due to invalid IL or missing references) //IL_1802: Unknown result type (might be due to invalid IL or missing references) //IL_180a: Unknown result type (might be due to invalid IL or missing references) //IL_1813: Expected O, but got Unknown //IL_1815: Unknown result type (might be due to invalid IL or missing references) //IL_181a: Unknown result type (might be due to invalid IL or missing references) //IL_1826: Unknown result type (might be due to invalid IL or missing references) //IL_182f: Unknown result type (might be due to invalid IL or missing references) //IL_1838: Expected O, but got Unknown //IL_183a: Unknown result type (might be due to invalid IL or missing references) //IL_183f: Unknown result type (might be due to invalid IL or missing references) //IL_184b: Unknown result type (might be due to invalid IL or missing references) //IL_1853: Unknown result type (might be due to invalid IL or missing references) //IL_185c: Expected O, but got Unknown //IL_1869: Unknown result type (might be due to invalid IL or missing references) //IL_186f: Expected O, but got Unknown //IL_1884: Unknown result type (might be due to invalid IL or missing references) //IL_1889: Unknown result type (might be due to invalid IL or missing references) //IL_1895: Unknown result type (might be due to invalid IL or missing references) //IL_189e: Unknown result type (might be due to invalid IL or missing references) //IL_18a7: Expected O, but got Unknown //IL_18a9: Unknown result type (might be due to invalid IL or missing references) //IL_18ae: Unknown result type (might be due to invalid IL or missing references) //IL_18ba: Unknown result type (might be due to invalid IL or missing references) //IL_18c2: Unknown result type (might be due to invalid IL or missing references) //IL_18cb: Expected O, but got Unknown //IL_18cd: Unknown result type (might be due to invalid IL or missing references) //IL_18d2: Unknown result type (might be due to invalid IL or missing references) //IL_18de: Unknown result type (might be due to invalid IL or missing references) //IL_18e7: Unknown result type (might be due to invalid IL or missing references) //IL_18f0: Expected O, but got Unknown //IL_18f2: Unknown result type (might be due to invalid IL or missing references) //IL_18f7: Unknown result type (might be due to invalid IL or missing references) //IL_1903: Unknown result type (might be due to invalid IL or missing references) //IL_190b: Unknown result type (might be due to invalid IL or missing references) //IL_1914: Expected O, but got Unknown //IL_1921: Unknown result type (might be due to invalid IL or missing references) //IL_1927: Expected O, but got Unknown //IL_193c: Unknown result type (might be due to invalid IL or missing references) //IL_1941: Unknown result type (might be due to invalid IL or missing references) //IL_194d: Unknown result type (might be due to invalid IL or missing references) //IL_1955: Unknown result type (might be due to invalid IL or missing references) //IL_195e: Expected O, but got Unknown //IL_1960: Unknown result type (might be due to invalid IL or missing references) //IL_1965: Unknown result type (might be due to invalid IL or missing references) //IL_1971: Unknown result type (might be due to invalid IL or missing references) //IL_197a: Unknown result type (might be due to invalid IL or missing references) //IL_1983: Expected O, but got Unknown //IL_1985: Unknown result type (might be due to invalid IL or missing references) //IL_198a: Unknown result type (might be due to invalid IL or missing references) //IL_1996: Unknown result type (might be due to invalid IL or missing references) //IL_199e: Unknown result type (might be due to invalid IL or missing references) //IL_19a7: Expected O, but got Unknown //IL_19a9: Unknown result type (might be due to invalid IL or missing references) //IL_19ae: Unknown result type (might be due to invalid IL or missing references) //IL_19ba: Unknown result type (might be due to invalid IL or missing references) //IL_19c2: Unknown result type (might be due to invalid IL or missing references) //IL_19cb: Expected O, but got Unknown //IL_19d8: Unknown result type (might be due to invalid IL or missing references) //IL_19de: Expected O, but got Unknown //IL_19f3: Unknown result type (might be due to invalid IL or missing references) //IL_19f8: Unknown result type (might be due to invalid IL or missing references) //IL_1a04: Unknown result type (might be due to invalid IL or missing references) //IL_1a0c: Unknown result type (might be due to invalid IL or missing references) //IL_1a15: Expected O, but got Unknown //IL_1a17: Unknown result type (might be due to invalid IL or missing references) //IL_1a1c: Unknown result type (might be due to invalid IL or missing references) //IL_1a28: Unknown result type (might be due to invalid IL or missing references) //IL_1a31: Unknown result type (might be due to invalid IL or missing references) //IL_1a3a: Expected O, but got Unknown //IL_1a3c: Unknown result type (might be due to invalid IL or missing references) //IL_1a41: Unknown result type (might be due to invalid IL or missing references) //IL_1a4d: Unknown result type (might be due to invalid IL or missing references) //IL_1a56: Unknown result type (might be due to invalid IL or missing references) //IL_1a5f: Expected O, but got Unknown //IL_1a61: Unknown result type (might be due to invalid IL or missing references) //IL_1a66: Unknown result type (might be due to invalid IL or missing references) //IL_1a72: Unknown result type (might be due to invalid IL or missing references) //IL_1a7a: Unknown result type (might be due to invalid IL or missing references) //IL_1a83: Expected O, but got Unknown //IL_1a90: Unknown result type (might be due to invalid IL or missing references) //IL_1a96: Expected O, but got Unknown //IL_1aab: Unknown result type (might be due to invalid IL or missing references) //IL_1ab0: Unknown result type (might be due to invalid IL or missing references) //IL_1abc: Unknown result type (might be due to invalid IL or missing references) //IL_1ac4: Unknown result type (might be due to invalid IL or missing references) //IL_1acd: Expected O, but got Unknown //IL_1acf: Unknown result type (might be due to invalid IL or missing references) //IL_1ad4: Unknown result type (might be due to invalid IL or missing references) //IL_1ae0: Unknown result type (might be due to invalid IL or missing references) //IL_1ae9: Unknown result type (might be due to invalid IL or missing references) //IL_1af2: Expected O, but got Unknown //IL_1af4: Unknown result type (might be due to invalid IL or missing references) //IL_1af9: Unknown result type (might be due to invalid IL or missing references) //IL_1b05: Unknown result type (might be due to invalid IL or missing references) //IL_1b0d: Unknown result type (might be due to invalid IL or missing references) //IL_1b16: Expected O, but got Unknown //IL_1b18: Unknown result type (might be due to invalid IL or missing references) //IL_1b1d: Unknown result type (might be due to invalid IL or missing references) //IL_1b29: Unknown result type (might be due to invalid IL or missing references) //IL_1b31: Unknown result type (might be due to invalid IL or missing references) //IL_1b3a: Expected O, but got Unknown //IL_1b47: Unknown result type (might be due to invalid IL or missing references) //IL_1b4d: Expected O, but got Unknown //IL_1b62: Unknown result type (might be due to invalid IL or missing references) //IL_1b67: Unknown result type (might be due to invalid IL or missing references) //IL_1b73: Unknown result type (might be due to invalid IL or missing references) //IL_1b7b: Unknown result type (might be due to invalid IL or missing references) //IL_1b84: Expected O, but got Unknown //IL_1b86: Unknown result type (might be due to invalid IL or missing references) //IL_1b8b: Unknown result type (might be due to invalid IL or missing references) //IL_1b97: Unknown result type (might be due to invalid IL or missing references) //IL_1ba0: Unknown result type (might be due to invalid IL or missing references) //IL_1ba9: Expected O, but got Unknown //IL_1bab: Unknown result type (might be due to invalid IL or missing references) //IL_1bb0: Unknown result type (might be due to invalid IL or missing references) //IL_1bbc: Unknown result type (might be due to invalid IL or missing references) //IL_1bc5: Unknown result type (might be due to invalid IL or missing references) //IL_1bce: Expected O, but got Unknown //IL_1bd0: Unknown result type (might be due to invalid IL or missing references) //IL_1bd5: Unknown result type (might be due to invalid IL or missing references) //IL_1be1: Unknown result type (might be due to invalid IL or missing references) //IL_1be9: Unknown result type (might be due to invalid IL or missing references) //IL_1bf2: Expected O, but got Unknown //IL_1bff: Unknown result type (might be due to invalid IL or missing references) //IL_1c05: Expected O, but got Unknown //IL_1c1a: Unknown result type (might be due to invalid IL or missing references) //IL_1c1f: Unknown result type (might be due to invalid IL or missing references) //IL_1c2b: Unknown result type (might be due to invalid IL or missing references) //IL_1c34: Unknown result type (might be due to invalid IL or missing references) //IL_1c3d: Expected O, but got Unknown //IL_1c3f: Unknown result type (might be due to invalid IL or missing references) //IL_1c44: Unknown result type (might be due to invalid IL or missing references) //IL_1c50: Unknown result type (might be due to invalid IL or missing references) //IL_1c59: Unknown result type (might be due to invalid IL or missing references) //IL_1c62: Expected O, but got Unknown //IL_1c64: Unknown result type (might be due to invalid IL or missing references) //IL_1c69: Unknown result type (might be due to invalid IL or missing references) //IL_1c75: Unknown result type (might be due to invalid IL or missing references) //IL_1c7d: Unknown result type (might be due to invalid IL or missing references) //IL_1c86: Expected O, but got Unknown //IL_1c88: Unknown result type (might be due to invalid IL or missing references) //IL_1c8d: Unknown result type (might be due to invalid IL or missing references) //IL_1c99: Unknown result type (might be due to invalid IL or missing references) //IL_1ca1: Unknown result type (might be due to invalid IL or missing references) //IL_1caa: Expected O, but got Unknown //IL_1cb7: Unknown result type (might be due to invalid IL or missing references) //IL_1cbd: Expected O, but got Unknown //IL_1cd2: Unknown result type (might be due to invalid IL or missing references) //IL_1cd7: Unknown result type (might be due to invalid IL or missing references) //IL_1ce3: Unknown result type (might be due to invalid IL or missing references) //IL_1cec: Unknown result type (might be due to invalid IL or missing references) //IL_1cf5: Expected O, but got Unknown //IL_1cf7: Unknown result type (might be due to invalid IL or missing references) //IL_1cfc: 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_1d10: Unknown result type (might be due to invalid IL or missing references) //IL_1d19: Expected O, but got Unknown //IL_1d1b: Unknown result type (might be due to invalid IL or missing references) //IL_1d20: Unknown result type (might be due to invalid IL or missing references) //IL_1d2c: Unknown result type (might be due to invalid IL or missing references) //IL_1d35: Unknown result type (might be due to invalid IL or missing references) //IL_1d3e: Expected O, but got Unknown //IL_1d40: Unknown result type (might be due to invalid IL or missing references) //IL_1d45: Unknown result type (might be due to invalid IL or missing references) //IL_1d51: Unknown result type (might be due to invalid IL or missing references) //IL_1d59: Unknown result type (might be due to invalid IL or missing references) //IL_1d62: Expected O, but got Unknown //IL_1d6f: Unknown result type (might be due to invalid IL or missing references) //IL_1d75: Expected O, but got Unknown //IL_1d8a: Unknown result type (might be due to invalid IL or missing references) //IL_1d8f: Unknown result type (might be due to invalid IL or missing references) //IL_1d9b: Unknown result type (might be due to invalid IL or missing references) //IL_1da3: Unknown result type (might be due to invalid IL or missing references) //IL_1dac: Expected O, but got Unknown //IL_1dae: Unknown result type (might be due to invalid IL or missing references) //IL_1db3: Unknown result type (might be due to invalid IL or missing references) //IL_1dbf: Unknown result type (might be due to invalid IL or missing references) //IL_1dc8: Unknown result type (might be due to invalid IL or missing references) //IL_1dd1: Expected O, but got Unknown //IL_1dd3: Unknown result type (might be due to invalid IL or missing references) //IL_1dd8: Unknown result type (might be due to invalid IL or missing references) //IL_1de4: Unknown result type (might be due to invalid IL or missing references) //IL_1dec: Unknown result type (might be due to invalid IL or missing references) //IL_1df5: Expected O, but got Unknown //IL_1df7: 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_1e08: Unknown result type (might be due to invalid IL or missing references) //IL_1e10: Unknown result type (might be due to invalid IL or missing references) //IL_1e19: Expected O, but got Unknown //IL_1e26: Unknown result type (might be due to invalid IL or missing references) //IL_1e2c: Expected O, but got Unknown //IL_1e41: Unknown result type (might be due to invalid IL or missing references) //IL_1e46: Unknown result type (might be due to invalid IL or missing references) //IL_1e52: Unknown result type (might be due to invalid IL or missing references) //IL_1e5b: Unknown result type (might be due to invalid IL or missing references) //IL_1e64: Expected O, but got Unknown //IL_1e66: Unknown result type (might be due to invalid IL or missing references) //IL_1e6b: Unknown result type (might be due to invalid IL or missing references) //IL_1e77: Unknown result type (might be due to invalid IL or missing references) //IL_1e7f: Unknown result type (might be due to invalid IL or missing references) //IL_1e88: Expected O, but got Unknown //IL_1e8a: Unknown result type (might be due to invalid IL or missing references) //IL_1e8f: Unknown result type (might be due to invalid IL or missing references) //IL_1e9b: Unknown result type (might be due to invalid IL or missing references) //IL_1ea4: Unknown result type (might be due to invalid IL or missing references) //IL_1ead: Expected O, but got Unknown //IL_1eaf: Unknown result type (might be due to invalid IL or missing references) //IL_1eb4: Unknown result type (might be due to invalid IL or missing references) //IL_1ec0: Unknown result type (might be due to invalid IL or missing references) //IL_1ec8: Unknown result type (might be due to invalid IL or missing references) //IL_1ed1: Expected O, but got Unknown //IL_1ede: Unknown result type (might be due to invalid IL or missing references) //IL_1ee4: Expected O, but got Unknown //IL_1ef9: Unknown result type (might be due to invalid IL or missing references) //IL_1efe: Unknown result type (might be due to invalid IL or missing references) //IL_1f0a: Unknown result type (might be due to invalid IL or missing references) //IL_1f13: Unknown result type (might be due to invalid IL or missing references) //IL_1f1c: Expected O, but got Unknown //IL_1f1e: Unknown result type (might be due to invalid IL or missing references) //IL_1f23: Unknown result type (might be due to invalid IL or missing references) //IL_1f2f: Unknown result type (might be due to invalid IL or missing references) //IL_1f37: Unknown result type (might be due to invalid IL or missing references) //IL_1f40: Expected O, but got Unknown //IL_1f42: Unknown result type (might be due to invalid IL or missing references) //IL_1f47: Unknown result type (might be due to invalid IL or missing references) //IL_1f53: Unknown result type (might be due to invalid IL or missing references) //IL_1f5c: Unknown result type (might be due to invalid IL or missing references) //IL_1f65: Expected O, but got Unknown //IL_1f67: Unknown result type (might be due to invalid IL or missing references) //IL_1f6c: Unknown result type (might be due to invalid IL or missing references) //IL_1f78: Unknown result type (might be due to invalid IL or missing references) //IL_1f80: Unknown result type (might be due to invalid IL or missing references) //IL_1f89: Expected O, but got Unknown //IL_1f96: Unknown result type (might be due to invalid IL or missing references) //IL_1f9c: Expected O, but got Unknown //IL_1fb1: Unknown result type (might be due to invalid IL or missing references) //IL_1fb6: Unknown result type (might be due to invalid IL or missing references) //IL_1fc2: Unknown result type (might be due to invalid IL or missing references) //IL_1fcb: Unknown result type (might be due to invalid IL or missing references) //IL_1fd4: Expected O, but got Unknown //IL_1fd6: Unknown result type (might be due to invalid IL or missing references) //IL_1fdb: Unknown result type (might be due to invalid IL or missing references) //IL_1fe7: Unknown result type (might be due to invalid IL or missing references) //IL_1fef: Unknown result type (might be due to invalid IL or missing references) //IL_1ff8: Expected O, but got Unknown //IL_1ffa: Unknown result type (might be due to invalid IL or missing references) //IL_1fff: Unknown result type (might be due to invalid IL or missing references) //IL_200b: Unknown result type (might be due to invalid IL or missing references) //IL_2014: Unknown result type (might be due to invalid IL or missing references) //IL_201d: Expected O, but got Unknown //IL_201f: Unknown result type (might be due to invalid IL or missing references) //IL_2024: Unknown result type (might be due to invalid IL or missing references) //IL_2030: Unknown result type (might be due to invalid IL or missing references) //IL_2038: Unknown result type (might be due to invalid IL or missing references) //IL_2041: Expected O, but got Unknown //IL_204e: Unknown result type (might be due to invalid IL or missing references) //IL_2054: Expected O, but got Unknown //IL_2069: Unknown result type (might be due to invalid IL or missing references) //IL_206e: Unknown result type (might be due to invalid IL or missing references) //IL_207a: Unknown result type (might be due to invalid IL or missing references) //IL_2083: Unknown result type (might be due to invalid IL or missing references) //IL_208c: Expected O, but got Unknown //IL_208e: Unknown result type (might be due to invalid IL or missing references) //IL_2093: Unknown result type (might be due to invalid IL or missing references) //IL_209f: Unknown result type (might be due to invalid IL or missing references) //IL_20a7: Unknown result type (might be due to invalid IL or missing references) //IL_20b0: Expected O, but got Unknown //IL_20b2: Unknown result type (might be due to invalid IL or missing references) //IL_20b7: Unknown result type (might be due to invalid IL or missing references) //IL_20c3: Unknown result type (might be due to invalid IL or missing references) //IL_20cc: Unknown result type (might be due to invalid IL or missing references) //IL_20d5: Expected O, but got Unknown //IL_20d7: Unknown result type (might be due to invalid IL or missing references) //IL_20dc: Unknown result type (might be due to invalid IL or missing references) //IL_20e8: Unknown result type (might be due to invalid IL or missing references) //IL_20f0: Unknown result type (might be due to invalid IL or missing references) //IL_20f9: Expected O, but got Unknown //IL_2106: Unknown result type (might be due to invalid IL or missing references) //IL_210c: Expected O, but got Unknown //IL_2121: Unknown result type (might be due to invalid IL or missing references) //IL_2126: Unknown result type (might be due to invalid IL or missing references) //IL_2132: Unknown result type (might be due to invalid IL or missing references) //IL_213b: Unknown result type (might be due to invalid IL or missing references) //IL_2144: Expected O, but got Unknown //IL_2146: Unknown result type (might be due to invalid IL or missing references) //IL_214b: Unknown result type (might be due to invalid IL or missing references) //IL_2157: Unknown result type (might be due to invalid IL or missing references) //IL_215f: Unknown result type (might be due to invalid IL or missing references) //IL_2168: Expected O, but got Unknown //IL_216a: Unknown result type (might be due to invalid IL or missing references) //IL_216f: Unknown result type (might be due to invalid IL or missing references) //IL_217b: Unknown result type (might be due to invalid IL or missing references) //IL_2184: Unknown result type (might be due to invalid IL or missing references) //IL_218d: Expected O, but got Unknown //IL_218f: Unknown result type (might be due to invalid IL or missing references) //IL_2194: Unknown result type (might be due to invalid IL or missing references) //IL_21a0: Unknown result type (might be due to invalid IL or missing references) //IL_21a8: Unknown result type (might be due to invalid IL or missing references) //IL_21b1: Expected O, but got Unknown //IL_21be: Unknown result type (might be due to invalid IL or missing references) //IL_21c4: Expected O, but got Unknown //IL_21d9: Unknown result type (might be due to invalid IL or missing references) //IL_21de: Unknown result type (might be due to invalid IL or missing references) //IL_21ea: Unknown result type (might be due to invalid IL or missing references) //IL_21f2: Unknown result type (might be due to invalid IL or missing references) //IL_21fb: Expected O, but got Unknown //IL_21fd: Unknown result type (might be due to invalid IL or missing references) //IL_2202: Unknown result type (might be due to invalid IL or missing references) //IL_220e: Unknown result type (might be due to invalid IL or missing references) //IL_2217: Unknown result type (might be due to invalid IL or missing references) //IL_2220: Expected O, but got Unknown //IL_2222: Unknown result type (might be due to invalid IL or missing references) //IL_2227: Unknown result type (might be due to invalid IL or missing references) //IL_2233: Unknown result type (might be due to invalid IL or missing references) //IL_223b: Unknown result type (might be due to invalid IL or missing references) //IL_2244: Expected O, but got Unknown //IL_2246: Unknown result type (might be due to invalid IL or missing references) //IL_224b: Unknown result type (might be due to invalid IL or missing references) //IL_2257: Unknown result type (might be due to invalid IL or missing references) //IL_225f: Unknown result type (might be due to invalid IL or missing references) //IL_2268: Expected O, but got Unknown //IL_2275: Unknown result type (might be due to invalid IL or missing references) //IL_227b: Expected O, but got Unknown //IL_2290: Unknown result type (might be due to invalid IL or missing references) //IL_2295: Unknown result type (might be due to invalid IL or missing references) //IL_22a1: Unknown result type (might be due to invalid IL or missing references) //IL_22a9: Unknown result type (might be due to invalid IL or missing references) //IL_22b2: Expected O, but got Unknown //IL_22b4: Unknown result type (might be due to invalid IL or missing references) //IL_22b9: Unknown result type (might be due to invalid IL or missing references) //IL_22c5: Unknown result type (might be due to invalid IL or missing references) //IL_22ce: Unknown result type (might be due to invalid IL or missing references) //IL_22d7: Expected O, but got Unknown //IL_22d9: Unknown result type (might be due to invalid IL or missing references) //IL_22de: Unknown result type (might be due to invalid IL or missing references) //IL_22ea: Unknown result type (might be due to invalid IL or missing references) //IL_22f3: Unknown result type (might be due to invalid IL or missing references) //IL_22fc: Expected O, but got Unknown //IL_22fe: 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_230f: Unknown result type (might be due to invalid IL or missing references) //IL_2317: Unknown result type (might be due to invalid IL or missing references) //IL_2320: Expected O, but got Unknown //IL_232d: Unknown result type (might be due to invalid IL or missing references) //IL_2333: Expected O, but got Unknown //IL_2348: Unknown result type (might be due to invalid IL or missing references) //IL_234d: Unknown result type (might be due to invalid IL or missing references) //IL_2359: Unknown result type (might be due to invalid IL or missing references) //IL_2361: Unknown result type (might be due to invalid IL or missing references) //IL_236a: Expected O, but got Unknown //IL_236c: Unknown result type (might be due to invalid IL or missing references) //IL_2371: Unknown result type (might be due to invalid IL or missing references) //IL_237d: Unknown result type (might be due to invalid IL or missing references) //IL_2386: Unknown result type (might be due to invalid IL or missing references) //IL_238f: Expected O, but got Unknown //IL_2391: Unknown result type (might be due to invalid IL or missing references) //IL_2396: Unknown result type (might be due to invalid IL or missing references) //IL_23a2: Unknown result type (might be due to invalid IL or missing references) //IL_23aa: Unknown result type (might be due to invalid IL or missing references) //IL_23b3: Expected O, but got Unknown //IL_23b5: Unknown result type (might be due to invalid IL or missing references) //IL_23ba: Unknown result type (might be due to invalid IL or missing references) //IL_23c6: Unknown result type (might be due to invalid IL or missing references) //IL_23ce: Unknown result type (might be due to invalid IL or missing references) //IL_23d7: Expected O, but got Unknown //IL_23e4: Unknown result type (might be due to invalid IL or missing references) //IL_23ea: Expected O, but got Unknown //IL_23ff: Unknown result type (might be due to invalid IL or missing references) //IL_2404: Unknown result type (might be due to invalid IL or missing references) //IL_2410: Unknown result type (might be due to invalid IL or missing references) //IL_2418: Unknown result type (might be due to invalid IL or missing references) //IL_2421: Expected O, but got Unknown //IL_2423: Unknown result type (might be due to invalid IL or missing references) //IL_2428: Unknown result type (might be due to invalid IL or missing references) //IL_2434: Unknown result type (might be due to invalid IL or missing references) //IL_243d: Unknown result type (might be due to invalid IL or missing references) //IL_2446: Expected O, but got Unknown //IL_2448: Unknown result type (might be due to invalid IL or missing references) //IL_244d: Unknown result type (might be due to invalid IL or missing references) //IL_2459: Unknown result type (might be due to invalid IL or missing references) //IL_2462: Unknown result type (might be due to invalid IL or missing references) //IL_246b: Expected O, but got Unknown //IL_246d: Unknown result type (might be due to invalid IL or missing references) //IL_2472: Unknown result type (might be due to invalid IL or missing references) //IL_247e: Unknown result type (might be due to invalid IL or missing references) //IL_2486: Unknown result type (might be due to invalid IL or missing references) //IL_248f: Expected O, but got Unknown //IL_249c: Unknown result type (might be due to invalid IL or missing references) //IL_24a2: Expected O, but got Unknown //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_24c8: Unknown result type (might be due to invalid IL or missing references) //IL_24d1: Unknown result type (might be due to invalid IL or missing references) //IL_24da: Expected O, but got Unknown //IL_24dc: Unknown result type (might be due to invalid IL or missing references) //IL_24e1: Unknown result type (might be due to invalid IL or missing references) //IL_24ed: Unknown result type (might be due to invalid IL or missing references) //IL_24f6: Unknown result type (might be due to invalid IL or missing references) //IL_24ff: Expected O, but got Unknown //IL_2501: Unknown result type (might be due to invalid IL or missing references) //IL_2506: Unknown result type (might be due to invalid IL or missing references) //IL_2512: Unknown result type (might be due to invalid IL or missing references) //IL_251a: Unknown result type (might be due to invalid IL or missing references) //IL_2523: Expected O, but got Unknown //IL_2525: Unknown result type (might be due to invalid IL or missing references) //IL_252a: Unknown result type (might be due to invalid IL or missing references) //IL_2536: Unknown result type (might be due to invalid IL or missing references) //IL_253e: Unknown result type (might be due to invalid IL or missing references) //IL_2547: Expected O, but got Unknown //IL_2554: Unknown result type (might be due to invalid IL or missing references) //IL_255a: Expected O, but got Unknown //IL_256f: Unknown result type (might be due to invalid IL or missing references) //IL_2574: Unknown result type (might be due to invalid IL or missing references) //IL_2580: Unknown result type (might be due to invalid IL or missing references) //IL_2588: Unknown result type (might be due to invalid IL or missing references) //IL_2591: Expected O, but got Unknown //IL_2593: Unknown result type (might be due to invalid IL or missing references) //IL_2598: Unknown result type (might be due to invalid IL or missing references) //IL_25a4: Unknown result type (might be due to invalid IL or missing references) //IL_25ac: Unknown result type (might be due to invalid IL or missing references) //IL_25b5: Expected O, but got Unknown //IL_25b7: Unknown result type (might be due to invalid IL or missing references) //IL_25bc: Unknown result type (might be due to invalid IL or missing references) //IL_25c8: Unknown result type (might be due to invalid IL or missing references) //IL_25d1: Unknown result type (might be due to invalid IL or missing references) //IL_25da: Expected O, but got Unknown //IL_25dc: Unknown result type (might be due to invalid IL or missing references) //IL_25e1: Unknown result type (might be due to invalid IL or missing references) //IL_25ed: Unknown result type (might be due to invalid IL or missing references) //IL_25f5: Unknown result type (might be due to invalid IL or missing references) //IL_25fe: Expected O, but got Unknown //IL_260b: Unknown result type (might be due to invalid IL or missing references) //IL_2611: Expected O, but got Unknown //IL_2626: Unknown result type (might be due to invalid IL or missing references) //IL_262b: Unknown result type (might be due to invalid IL or missing references) //IL_2637: Unknown result type (might be due to invalid IL or missing references) //IL_263f: Unknown result type (might be due to invalid IL or missing references) //IL_2648: Expected O, but got Unknown //IL_264a: Unknown result type (might be due to invalid IL or missing references) //IL_264f: Unknown result type (might be due to invalid IL or missing references) //IL_265b: Unknown result type (might be due to invalid IL or missing references) //IL_2663: Unknown result type (might be due to invalid IL or missing references) //IL_266c: Expected O, but got Unknown //IL_266e: Unknown result type (might be due to invalid IL or missing references) //IL_2673: Unknown result type (might be due to invalid IL or missing references) //IL_267f: Unknown result type (might be due to invalid IL or missing references) //IL_2687: Unknown result type (might be due to invalid IL or missing references) //IL_2690: Expected O, but got Unknown //IL_2692: Unknown result type (might be due to invalid IL or missing references) //IL_2697: Unknown result type (might be due to invalid IL or missing references) //IL_26a3: Unknown result type (might be due to invalid IL or missing references) //IL_26ab: Unknown result type (might be due to invalid IL or missing references) //IL_26b4: Expected O, but got Unknown //IL_26c1: Unknown result type (might be due to invalid IL or missing references) //IL_26c7: Expected O, but got Unknown //IL_26dc: Unknown result type (might be due to invalid IL or missing references) //IL_26e1: Unknown result type (might be due to invalid IL or missing references) //IL_26ed: Unknown result type (might be due to invalid IL or missing references) //IL_26f6: Unknown result type (might be due to invalid IL or missing references) //IL_26ff: Expected O, but got Unknown //IL_2701: Unknown result type (might be due to invalid IL or missing references) //IL_2706: Unknown result type (might be due to invalid IL or missing references) //IL_2712: Unknown result type (might be due to invalid IL or missing references) //IL_271a: Unknown result type (might be due to invalid IL or missing references) //IL_2723: Expected O, but got Unknown //IL_2725: Unknown result type (might be due to invalid IL or missing references) //IL_272a: Unknown result type (might be due to invalid IL or missing references) //IL_2736: Unknown result type (might be due to invalid IL or missing references) //IL_273f: Unknown result type (might be due to invalid IL or missing references) //IL_2748: Expected O, but got Unknown //IL_274a: Unknown result type (might be due to invalid IL or missing references) //IL_274f: Unknown result type (might be due to invalid IL or missing references) //IL_275b: Unknown result type (might be due to invalid IL or missing references) //IL_2763: Unknown result type (might be due to invalid IL or missing references) //IL_276c: Expected O, but got Unknown //IL_2779: Unknown result type (might be due to invalid IL or missing references) //IL_277f: Expected O, but got Unknown //IL_2794: Unknown result type (might be due to invalid IL or missing references) //IL_2799: Unknown result type (might be due to invalid IL or missing references) //IL_27a5: Unknown result type (might be due to invalid IL or missing references) //IL_27ae: Unknown result type (might be due to invalid IL or missing references) //IL_27b7: Expected O, but got Unknown //IL_27b9: Unknown result type (might be due to invalid IL or missing references) //IL_27be: Unknown result type (might be due to invalid IL or missing references) //IL_27ca: Unknown result type (might be due to invalid IL or missing references) //IL_27d2: Unknown result type (might be due to invalid IL or missing references) //IL_27db: Expected O, but got Unknown //IL_27dd: Unknown result type (might be due to invalid IL or missing references) //IL_27e2: Unknown result type (might be due to invalid IL or missing references) //IL_27ee: Unknown result type (might be due to invalid IL or missing references) //IL_27f6: Unknown result type (might be due to invalid IL or missing references) //IL_27ff: Expected O, but got Unknown //IL_2801: Unknown result type (might be due to invalid IL or missing references) //IL_2806: Unknown result type (might be due to invalid IL or missing references) //IL_2812: Unknown result type (might be due to invalid IL or missing references) //IL_281a: Unknown result type (might be due to invalid IL or missing references) //IL_2823: Expected O, but got Unknown //IL_2830: Unknown result type (might be due to invalid IL or missing references) //IL_2836: Expected O, but got Unknown //IL_284b: Unknown result type (might be due to invalid IL or missing references) //IL_2850: Unknown result type (might be due to invalid IL or missing references) //IL_285c: Unknown result type (might be due to invalid IL or missing references) //IL_2865: Unknown result type (might be due to invalid IL or missing references) //IL_286e: Expected O, but got Unknown //IL_2870: Unknown result type (might be due to invalid IL or missing references) //IL_2875: Unknown result type (might be due to invalid IL or missing references) //IL_2881: Unknown result type (might be due to invalid IL or missing references) //IL_2889: Unknown result type (might be due to invalid IL or missing references) //IL_2892: Expected O, but got Unknown //IL_2894: Unknown result type (might be due to invalid IL or missing references) //IL_2899: Unknown result type (might be due to invalid IL or missing references) //IL_28a5: Unknown result type (might be due to invalid IL or missing references) //IL_28ae: Unknown result type (might be due to invalid IL or missing references) //IL_28b7: Expected O, but got Unknown //IL_28b9: Unknown result type (might be due to invalid IL or missing references) //IL_28be: Unknown result type (might be due to invalid IL or missing references) //IL_28ca: Unknown result type (might be due to invalid IL or missing references) //IL_28d2: Unknown result type (might be due to invalid IL or missing references) //IL_28db: Expected O, but got Unknown //IL_28e8: Unknown result type (might be due to invalid IL or missing references) //IL_28ee: Expected O, but got Unknown //IL_2903: Unknown result type (might be due to invalid IL or missing references) //IL_2908: Unknown result type (might be due to invalid IL or missing references) //IL_2914: 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_2926: Expected O, but got Unknown //IL_2928: Unknown result type (might be due to invalid IL or missing references) //IL_292d: Unknown result type (might be due to invalid IL or missing references) //IL_2939: Unknown result type (might be due to invalid IL or missing references) //IL_2941: Unknown result type (might be due to invalid IL or missing references) //IL_294a: Expected O, but got Unknown //IL_294c: Unknown result type (might be due to invalid IL or missing references) //IL_2951: Unknown result type (might be due to invalid IL or missing references) //IL_295d: Unknown result type (might be due to invalid IL or missing references) //IL_2966: Unknown result type (might be due to invalid IL or missing references) //IL_296f: Expected O, but got Unknown //IL_2971: Unknown result type (might be due to invalid IL or missing references) //IL_2976: Unknown result type (might be due to invalid IL or missing references) //IL_2982: Unknown result type (might be due to invalid IL or missing references) //IL_298a: Unknown result type (might be due to invalid IL or missing references) //IL_2993: Expected O, but got Unknown //IL_29a0: Unknown result type (might be due to invalid IL or missing references) //IL_29a6: Expected O, but got Unknown //IL_29bb: Unknown result type (might be due to invalid IL or missing references) //IL_29c0: Unknown result type (might be due to invalid IL or missing references) //IL_29cc: Unknown result type (might be due to invalid IL or missing references) //IL_29d5: Unknown result type (might be due to invalid IL or missing references) //IL_29de: Expected O, but got Unknown //IL_29e0: Unknown result type (might be due to invalid IL or missing references) //IL_29e5: Unknown result type (might be due to invalid IL or missing references) //IL_29f1: Unknown result type (might be due to invalid IL or missing references) //IL_29f9: Unknown result type (might be due to invalid IL or missing references) //IL_2a02: Expected O, but got Unknown //IL_2a04: Unknown result type (might be due to invalid IL or missing references) //IL_2a09: Unknown result type (might be due to invalid IL or missing references) //IL_2a15: Unknown result type (might be due to invalid IL or missing references) //IL_2a1e: Unknown result type (might be due to invalid IL or missing references) //IL_2a27: Expected O, but got Unknown //IL_2a29: Unknown result type (might be due to invalid IL or missing references) //IL_2a2e: Unknown result type (might be due to invalid IL or missing references) //IL_2a3a: Unknown result type (might be due to invalid IL or missing references) //IL_2a42: Unknown result type (might be due to invalid IL or missing references) //IL_2a4b: Expected O, but got Unknown //IL_2a58: Unknown result type (might be due to invalid IL or missing references) //IL_2a5e: Expected O, but got Unknown //IL_2a73: Unknown result type (might be due to invalid IL or missing references) //IL_2a78: Unknown result type (might be due to invalid IL or missing references) //IL_2a84: Unknown result type (might be due to invalid IL or missing references) //IL_2a8d: Unknown result type (might be due to invalid IL or missing references) //IL_2a96: Expected O, but got Unknown //IL_2a98: Unknown result type (might be due to invalid IL or missing references) //IL_2a9d: Unknown result type (might be due to invalid IL or missing references) //IL_2aa9: Unknown result type (might be due to invalid IL or missing references) //IL_2ab1: Unknown result type (might be due to invalid IL or missing references) //IL_2aba: Expected O, but got Unknown //IL_2abc: Unknown result type (might be due to invalid IL or missing references) //IL_2ac1: Unknown result type (might be due to invalid IL or missing references) //IL_2acd: Unknown result type (might be due to invalid IL or missing references) //IL_2ad6: Unknown result type (might be due to invalid IL or missing references) //IL_2adf: Expected O, but got Unknown //IL_2ae1: Unknown result type (might be due to invalid IL or missing references) //IL_2ae6: 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_2afa: Unknown result type (might be due to invalid IL or missing references) //IL_2b03: Expected O, but got Unknown //IL_2b10: Unknown result type (might be due to invalid IL or missing references) //IL_2b16: Expected O, but got Unknown //IL_2b2b: Unknown result type (might be due to invalid IL or missing references) //IL_2b30: Unknown result type (might be due to invalid IL or missing references) //IL_2b3c: Unknown result type (might be due to invalid IL or missing references) //IL_2b45: Unknown result type (might be due to invalid IL or missing references) //IL_2b4e: Expected O, but got Unknown //IL_2b50: Unknown result type (might be due to invalid IL or missing references) //IL_2b55: Unknown result type (might be due to invalid IL or missing references) //IL_2b61: Unknown result type (might be due to invalid IL or missing references) //IL_2b69: Unknown result type (might be due to invalid IL or missing references) //IL_2b72: Expected O, but got Unknown //IL_2b74: Unknown result type (might be due to invalid IL or missing references) //IL_2b79: Unknown result type (might be due to invalid IL or missing references) //IL_2b85: Unknown result type (might be due to invalid IL or missing references) //IL_2b8e: Unknown result type (might be due to invalid IL or missing references) //IL_2b97: Expected O, but got Unknown //IL_2b99: Unknown result type (might be due to invalid IL or missing references) //IL_2b9e: Unknown result type (might be due to invalid IL or missing references) //IL_2baa: Unknown result type (might be due to invalid IL or missing references) //IL_2bb2: Unknown result type (might be due to invalid IL or missing references) //IL_2bbb: Expected O, but got Unknown //IL_2bc8: Unknown result type (might be due to invalid IL or missing references) //IL_2bce: Expected O, but got Unknown //IL_2be3: Unknown result type (might be due to invalid IL or missing references) //IL_2be8: Unknown result type (might be due to invalid IL or missing references) //IL_2bf4: Unknown result type (might be due to invalid IL or missing references) //IL_2bfd: Unknown result type (might be due to invalid IL or missing references) //IL_2c06: Expected O, but got Unknown //IL_2c08: Unknown result type (might be due to invalid IL or missing references) //IL_2c0d: Unknown result type (might be due to invalid IL or missing references) //IL_2c19: Unknown result type (might be due to invalid IL or missing references) //IL_2c21: Unknown result type (might be due to invalid IL or missing references) //IL_2c2a: Expected O, but got Unknown //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_2c3d: Unknown result type (might be due to invalid IL or missing references) //IL_2c46: Unknown result type (might be due to invalid IL or missing references) //IL_2c4f: Expected O, but got Unknown //IL_2c51: Unknown result type (might be due to invalid IL or missing references) //IL_2c56: Unknown result type (might be due to invalid IL or missing references) //IL_2c62: Unknown result type (might be due to invalid IL or missing references) //IL_2c6a: Unknown result type (might be due to invalid IL or missing references) //IL_2c73: Expected O, but got Unknown //IL_2c80: Unknown result type (might be due to invalid IL or missing references) //IL_2c86: Expected O, but got Unknown //IL_2c9b: Unknown result type (might be due to invalid IL or missing references) //IL_2ca0: Unknown result type (might be due to invalid IL or missing references) //IL_2cac: Unknown result type (might be due to invalid IL or missing references) //IL_2cb5: Unknown result type (might be due to invalid IL or missing references) //IL_2cbe: Expected O, but got Unknown //IL_2cc0: Unknown result type (might be due to invalid IL or missing references) //IL_2cc5: Unknown result type (might be due to invalid IL or missing references) //IL_2cd1: Unknown result type (might be due to invalid IL or missing references) //IL_2cd9: Unknown result type (might be due to invalid IL or missing references) //IL_2ce2: Expected O, but got Unknown //IL_2ce4: Unknown result type (might be due to invalid IL or missing references) //IL_2ce9: Unknown result type (might be due to invalid IL or missing references) //IL_2cf5: Unknown result type (might be due to invalid IL or missing references) //IL_2cfe: Unknown result type (might be due to invalid IL or missing references) //IL_2d07: Expected O, but got Unknown //IL_2d09: Unknown result type (might be due to invalid IL or missing references) //IL_2d0e: Unknown result type (might be due to invalid IL or missing references) //IL_2d1a: Unknown result type (might be due to invalid IL or missing references) //IL_2d22: Unknown result type (might be due to invalid IL or missing references) //IL_2d2b: Expected O, but got Unknown //IL_2d38: Unknown result type (might be due to invalid IL or missing references) //IL_2d3e: Expected O, but got Unknown //IL_2d53: Unknown result type (might be due to invalid IL or missing references) //IL_2d58: Unknown result type (might be due to invalid IL or missing references) //IL_2d64: Unknown result type (might be due to invalid IL or missing references) //IL_2d6d: Unknown result type (might be due to invalid IL or missing references) //IL_2d76: Expected O, but got Unknown //IL_2d78: Unknown result type (might be due to invalid IL or missing references) //IL_2d7d: Unknown result type (might be due to invalid IL or missing references) //IL_2d89: Unknown result type (might be due to invalid IL or missing references) //IL_2d91: Unknown result type (might be due to invalid IL or missing references) //IL_2d9a: Expected O, but got Unknown //IL_2d9c: Unknown result type (might be due to invalid IL or missing references) //IL_2da1: Unknown result type (might be due to invalid IL or missing references) //IL_2dad: Unknown result type (might be due to invalid IL or missing references) //IL_2db6: Unknown result type (might be due to invalid IL or missing references) //IL_2dbf: Expected O, but got Unknown //IL_2dc1: Unknown result type (might be due to invalid IL or missing references) //IL_2dc6: Unknown result type (might be due to invalid IL or missing references) //IL_2dd2: Unknown result type (might be due to invalid IL or missing references) //IL_2dda: Unknown result type (might be due to invalid IL or missing references) //IL_2de3: Expected O, but got Unknown //IL_2df0: Unknown result type (might be due to invalid IL or missing references) //IL_2df6: Expected O, but got Unknown //IL_2e0b: Unknown result type (might be due to invalid IL or missing references) //IL_2e10: Unknown result type (might be due to invalid IL or missing references) //IL_2e1c: Unknown result type (might be due to invalid IL or missing references) //IL_2e25: Unknown result type (might be due to invalid IL or missing references) //IL_2e2e: Expected O, but got Unknown //IL_2e30: Unknown result type (might be due to invalid IL or missing references) //IL_2e35: Unknown result type (might be due to invalid IL or missing references) //IL_2e41: Unknown result type (might be due to invalid IL or missing references) //IL_2e49: Unknown result type (might be due to invalid IL or missing references) //IL_2e52: Expected O, but got Unknown //IL_2e54: Unknown result type (might be due to invalid IL or missing references) //IL_2e59: Unknown result type (might be due to invalid IL or missing references) //IL_2e65: Unknown result type (might be due to invalid IL or missing references) //IL_2e6e: Unknown result type (might be due to invalid IL or missing references) //IL_2e77: Expected O, but got Unknown //IL_2e79: Unknown result type (might be due to invalid IL or missing references) //IL_2e7e: Unknown result type (might be due to invalid IL or missing references) //IL_2e8a: Unknown result type (might be due to invalid IL or missing references) //IL_2e92: Unknown result type (might be due to invalid IL or missing references) //IL_2e9b: Expected O, but got Unknown //IL_2ea8: Unknown result type (might be due to invalid IL or missing references) //IL_2eae: Expected O, but got Unknown //IL_2ec3: 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_2ed4: Unknown result type (might be due to invalid IL or missing references) //IL_2edd: Unknown result type (might be due to invalid IL or missing references) //IL_2ee6: Expected O, but got Unknown //IL_2ee8: Unknown result type (might be due to invalid IL or missing references) //IL_2eed: Unknown result type (might be due to invalid IL or missing references) //IL_2ef9: Unknown result type (might be due to invalid IL or missing references) //IL_2f01: Unknown result type (might be due to invalid IL or missing references) //IL_2f0a: Expected O, but got Unknown //IL_2f0c: Unknown result type (might be due to invalid IL or missing references) //IL_2f11: Unknown result type (might be due to invalid IL or missing references) //IL_2f1d: Unknown result type (might be due to invalid IL or missing references) //IL_2f26: Unknown result type (might be due to invalid IL or missing references) //IL_2f2f: Expected O, but got Unknown //IL_2f31: Unknown result type (might be due to invalid IL or missing references) //IL_2f36: Unknown result type (might be due to invalid IL or missing references) //IL_2f42: Unknown result type (might be due to invalid IL or missing references) //IL_2f4a: Unknown result type (might be due to invalid IL or missing references) //IL_2f53: Expected O, but got Unknown //IL_2f60: Unknown result type (might be due to invalid IL or missing references) //IL_2f66: Expected O, but got Unknown //IL_2f7b: Unknown result type (might be due to invalid IL or missing references) //IL_2f80: Unknown result type (might be due to invalid IL or missing references) //IL_2f8c: Unknown result type (might be due to invalid IL or missing references) //IL_2f95: Unknown result type (might be due to invalid IL or missing references) //IL_2f9e: Expected O, but got Unknown //IL_2fa0: Unknown result type (might be due to invalid IL or missing references) //IL_2fa5: Unknown result type (might be due to invalid IL or missing references) //IL_2fb1: Unknown result type (might be due to invalid IL or missing references) //IL_2fb9: Unknown result type (might be due to invalid IL or missing references) //IL_2fc2: Expected O, but got Unknown //IL_2fc4: Unknown result type (might be due to invalid IL or missing references) //IL_2fc9: Unknown result type (might be due to invalid IL or missing references) //IL_2fd5: Unknown result type (might be due to invalid IL or missing references) //IL_2fdd: Unknown result type (might be due to invalid IL or missing references) //IL_2fe6: Expected O, but got Unknown //IL_2fe8: Unknown result type (might be due to invalid IL or missing references) //IL_2fed: Unknown result type (might be due to invalid IL or missing references) //IL_2ff9: Unknown result type (might be due to invalid IL or missing references) //IL_3001: Unknown result type (might be due to invalid IL or missing references) //IL_300a: Expected O, but got Unknown //IL_3017: Unknown result type (might be due to invalid IL or missing references) //IL_301d: Expected O, but got Unknown //IL_3032: Unknown result type (might be due to invalid IL or missing references) //IL_3037: Unknown result type (might be due to invalid IL or missing references) //IL_3043: Unknown result type (might be due to invalid IL or missing references) //IL_304c: Unknown result type (might be due to invalid IL or missing references) //IL_3055: Expected O, but got Unknown //IL_3057: Unknown result type (might be due to invalid IL or missing references) //IL_305c: Unknown result type (might be due to invalid IL or missing references) //IL_3068: Unknown result type (might be due to invalid IL or missing references) //IL_3070: Unknown result type (might be due to invalid IL or missing references) //IL_3079: Expected O, but got Unknown //IL_307b: Unknown result type (might be due to invalid IL or missing references) //IL_3080: Unknown result type (might be due to invalid IL or missing references) //IL_308c: Unknown result type (might be due to invalid IL or missing references) //IL_3094: Unknown result type (might be due to invalid IL or missing references) //IL_309d: Expected O, but got Unknown //IL_309f: Unknown result type (might be due to invalid IL or missing references) //IL_30a4: Unknown result type (might be due to invalid IL or missing references) //IL_30b0: Unknown result type (might be due to invalid IL or missing references) //IL_30b8: Unknown result type (might be due to invalid IL or missing references) //IL_30c1: Expected O, but got Unknown //IL_30ce: Unknown result type (might be due to invalid IL or missing references) //IL_30d4: Expected O, but got Unknown //IL_30e9: Unknown result type (might be due to invalid IL or missing references) //IL_30ee: Unknown result type (might be due to invalid IL or missing references) //IL_30fa: Unknown result type (might be due to invalid IL or missing references) //IL_3103: Unknown result type (might be due to invalid IL or missing references) //IL_310c: Expected O, but got Unknown //IL_310e: Unknown result type (might be due to invalid IL or missing references) //IL_3113: Unknown result type (might be due to invalid IL or missing references) //IL_311f: Unknown result type (might be due to invalid IL or missing references) //IL_3127: Unknown result type (might be due to invalid IL or missing references) //IL_3130: Expected O, but got Unknown //IL_3132: Unknown result type (might be due to invalid IL or missing references) //IL_3137: Unknown result type (might be due to invalid IL or missing references) //IL_3143: Unknown result type (might be due to invalid IL or missing references) //IL_314b: Unknown result type (might be due to invalid IL or missing references) //IL_3154: Expected O, but got Unknown //IL_3156: Unknown result type (might be due to invalid IL or missing references) //IL_315b: Unknown result type (might be due to invalid IL or missing references) //IL_3167: Unknown result type (might be due to invalid IL or missing references) //IL_316f: Unknown result type (might be due to invalid IL or missing references) //IL_3178: Expected O, but got Unknown //IL_3185: Unknown result type (might be due to invalid IL or missing references) //IL_318b: Expected O, but got Unknown //IL_31a0: Unknown result type (might be due to invalid IL or missing references) //IL_31a5: Unknown result type (might be due to invalid IL or missing references) //IL_31b1: Unknown result type (might be due to invalid IL or missing references) //IL_31ba: Unknown result type (might be due to invalid IL or missing references) //IL_31c3: Expected O, but got Unknown //IL_31c5: Unknown result type (might be due to invalid IL or missing references) //IL_31ca: Unknown result type (might be due to invalid IL or missing references) //IL_31d6: Unknown result type (might be due to invalid IL or missing references) //IL_31de: Unknown result type (might be due to invalid IL or missing references) //IL_31e7: Expected O, but got Unknown //IL_31e9: Unknown result type (might be due to invalid IL or missing references) //IL_31ee: Unknown result type (might be due to invalid IL or missing references) //IL_31fa: Unknown result type (might be due to invalid IL or missing references) //IL_3202: Unknown result type (might be due to invalid IL or missing references) //IL_320b: Expected O, but got Unknown //IL_320d: Unknown result type (might be due to invalid IL or missing references) //IL_3212: Unknown result type (might be due to invalid IL or missing references) //IL_321e: Unknown result type (might be due to invalid IL or missing references) //IL_3226: Unknown result type (might be due to invalid IL or missing references) //IL_322f: Expected O, but got Unknown //IL_323c: Unknown result type (might be due to invalid IL or missing references) //IL_3242: Expected O, but got Unknown //IL_3257: Unknown result type (might be due to invalid IL or missing references) //IL_325c: Unknown result type (might be due to invalid IL or missing references) //IL_3268: Unknown result type (might be due to invalid IL or missing references) //IL_3271: Unknown result type (might be due to invalid IL or missing references) //IL_327a: Expected O, but got Unknown //IL_327c: Unknown result type (might be due to invalid IL or missing references) //IL_3281: Unknown result type (might be due to invalid IL or missing references) //IL_328d: Unknown result type (might be due to invalid IL or missing references) //IL_3295: Unknown result type (might be due to invalid IL or missing references) //IL_329e: Expected O, but got Unknown //IL_32a0: Unknown result type (might be due to invalid IL or missing references) //IL_32a5: Unknown result type (might be due to invalid IL or missing references) //IL_32b1: Unknown result type (might be due to invalid IL or missing references) //IL_32b9: Unknown result type (might be due to invalid IL or missing references) //IL_32c2: Expected O, but got Unknown //IL_32c4: Unknown result type (might be due to invalid IL or missing references) //IL_32c9: Unknown result type (might be due to invalid IL or missing references) //IL_32d5: Unknown result type (might be due to invalid IL or missing references) //IL_32dd: Unknown result type (might be due to invalid IL or missing references) //IL_32e6: Expected O, but got Unknown //IL_32f3: Unknown result type (might be due to invalid IL or missing references) //IL_32f9: Expected O, but got Unknown //IL_330e: Unknown result type (might be due to invalid IL or missing references) //IL_3313: Unknown result type (might be due to invalid IL or missing references) //IL_331f: Unknown result type (might be due to invalid IL or missing references) //IL_3328: Unknown result type (might be due to invalid IL or missing references) //IL_3331: Expected O, but got Unknown //IL_3333: Unknown result type (might be due to invalid IL or missing references) //IL_3338: Unknown result type (might be due to invalid IL or missing references) //IL_3344: Unknown result type (might be due to invalid IL or missing references) //IL_334d: Unknown result type (might be due to invalid IL or missing references) //IL_3356: Expected O, but got Unknown //IL_3358: Unknown result type (might be due to invalid IL or missing references) //IL_335d: Unknown result type (might be due to invalid IL or missing references) //IL_3369: Unknown result type (might be due to invalid IL or missing references) //IL_3371: Unknown result type (might be due to invalid IL or missing references) //IL_337a: Expected O, but got Unknown //IL_337c: Unknown result type (might be due to invalid IL or missing references) //IL_3381: Unknown result type (might be due to invalid IL or missing references) //IL_338d: Unknown result type (might be due to invalid IL or missing references) //IL_3395: Unknown result type (might be due to invalid IL or missing references) //IL_339e: Expected O, but got Unknown //IL_33ab: Unknown result type (might be due to invalid IL or missing references) //IL_33b1: Expected O, but got Unknown //IL_33c6: Unknown result type (might be due to invalid IL or missing references) //IL_33cb: Unknown result type (might be due to invalid IL or missing references) //IL_33d7: Unknown result type (might be due to invalid IL or missing references) //IL_33e0: Unknown result type (might be due to invalid IL or missing references) //IL_33e9: Expected O, but got Unknown //IL_33eb: Unknown result type (might be due to invalid IL or missing references) //IL_33f0: Unknown result type (might be due to invalid IL or missing references) //IL_33fc: Unknown result type (might be due to invalid IL or missing references) //IL_3404: Unknown result type (might be due to invalid IL or missing references) //IL_340d: Expected O, but got Unknown //IL_340f: Unknown result type (might be due to invalid IL or missing references) //IL_3414: Unknown result type (might be due to invalid IL or missing references) //IL_3420: Unknown result type (might be due to invalid IL or missing references) //IL_3428: Unknown result type (might be due to invalid IL or missing references) //IL_3431: Expected O, but got Unknown //IL_3433: Unknown result type (might be due to invalid IL or missing references) //IL_3438: Unknown result type (might be due to invalid IL or missing references) //IL_3444: Unknown result type (might be due to invalid IL or missing references) //IL_344c: Unknown result type (might be due to invalid IL or missing references) //IL_3455: Expected O, but got Unknown //IL_3462: Unknown result type (might be due to invalid IL or missing references) //IL_3468: Expected O, but got Unknown //IL_347d: Unknown result type (might be due to invalid IL or missing references) //IL_3482: Unknown result type (might be due to invalid IL or missing references) //IL_348e: Unknown result type (might be due to invalid IL or missing references) //IL_3497: Unknown result type (might be due to invalid IL or missing references) //IL_34a0: Expected O, but got Unknown //IL_34a2: Unknown result type (might be due to invalid IL or missing references) //IL_34a7: Unknown result type (might be due to invalid IL or missing references) //IL_34b3: Unknown result type (might be due to invalid IL or missing references) //IL_34bb: Unknown result type (might be due to invalid IL or missing references) //IL_34c4: Expected O, but got Unknown //IL_34c6: Unknown result type (might be due to invalid IL or missing references) //IL_34cb: Unknown result type (might be due to invalid IL or missing references) //IL_34d7: Unknown result type (might be due to invalid IL or missing references) //IL_34df: Unknown result type (might be due to invalid IL or missing references) //IL_34e8: Expected O, but got Unknown //IL_34ea: Unknown result type (might be due to invalid IL or missing references) //IL_34ef: Unknown result type (might be due to invalid IL or missing references) //IL_34fb: Unknown result type (might be due to invalid IL or missing references) //IL_3503: Unknown result type (might be due to invalid IL or missing references) //IL_350c: Expected O, but got Unknown //IL_3519: Unknown result type (might be due to invalid IL or missing references) //IL_351f: Expected O, but got Unknown //IL_3534: Unknown result type (might be due to invalid IL or missing references) //IL_3539: Unknown result type (might be due to invalid IL or missing references) //IL_3545: Unknown result type (might be due to invalid IL or missing references) //IL_354e: Unknown result type (might be due to invalid IL or missing references) //IL_3557: Expected O, but got Unknown //IL_3559: Unknown result type (might be due to invalid IL or missing references) //IL_355e: Unknown result type (might be due to invalid IL or missing references) //IL_356a: Unknown result type (might be due to invalid IL or missing references) //IL_3572: Unknown result type (might be due to invalid IL or missing references) //IL_357b: Expected O, but got Unknown //IL_357d: Unknown result type (might be due to invalid IL or missing references) //IL_3582: Unknown result type (might be due to invalid IL or missing references) //IL_358e: Unknown result type (might be due to invalid IL or missing references) //IL_3596: Unknown result type (might be due to invalid IL or missing references) //IL_359f: Expected O, but got Unknown //IL_35a1: Unknown result type (might be due to invalid IL or missing references) //IL_35a6: Unknown result type (might be due to invalid IL or missing references) //IL_35b2: Unknown result type (might be due to invalid IL or missing references) //IL_35ba: Unknown result type (might be due to invalid IL or missing references) //IL_35c3: Expected O, but got Unknown //IL_35d0: Unknown result type (might be due to invalid IL or missing references) //IL_35d6: Expected O, but got Unknown //IL_35eb: Unknown result type (might be due to invalid IL or missing references) //IL_35f0: Unknown result type (might be due to invalid IL or missing references) //IL_35fc: Unknown result type (might be due to invalid IL or missing references) //IL_3604: Unknown result type (might be due to invalid IL or missing references) //IL_360d: Expected O, but got Unknown //IL_360f: Unknown result type (might be due to invalid IL or missing references) //IL_3614: Unknown result type (might be due to invalid IL or missing references) //IL_3620: Unknown result type (might be due to invalid IL or missing references) //IL_3629: Unknown result type (might be due to invalid IL or missing references) //IL_3632: Expected O, but got Unknown //IL_3634: Unknown result type (might be due to invalid IL or missing references) //IL_3639: 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_364d: Unknown result type (might be due to invalid IL or missing references) //IL_3656: Expected O, but got Unknown //IL_3658: Unknown result type (might be due to invalid IL or missing references) //IL_365d: Unknown result type (might be due to invalid IL or missing references) //IL_3669: Unknown result type (might be due to invalid IL or missing references) //IL_3671: Unknown result type (might be due to invalid IL or missing references) //IL_367a: Expected O, but got Unknown //IL_3687: Unknown result type (might be due to invalid IL or missing references) //IL_368d: Expected O, but got Unknown //IL_36a2: 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_36b3: Unknown result type (might be due to invalid IL or missing references) //IL_36bb: Unknown result type (might be due to invalid IL or missing references) //IL_36c4: Expected O, but got Unknown //IL_36c6: Unknown result type (might be due to invalid IL or missing references) //IL_36cb: Unknown result type (might be due to invalid IL or missing references) //IL_36d7: Unknown result type (might be due to invalid IL or missing references) //IL_36e0: Unknown result type (might be due to invalid IL or missing references) //IL_36e9: Expected O, but got Unknown //IL_36eb: Unknown result type (might be due to invalid IL or missing references) //IL_36f0: Unknown result type (might be due to invalid IL or missing references) //IL_36fc: Unknown result type (might be due to invalid IL or missing references) //IL_3704: Unknown result type (might be due to invalid IL or missing references) //IL_370d: Expected O, but got Unknown //IL_370f: Unknown result type (might be due to invalid IL or missing references) //IL_3714: Unknown result type (might be due to invalid IL or missing references) //IL_3720: Unknown result type (might be due to invalid IL or missing references) //IL_3728: Unknown result type (might be due to invalid IL or missing references) //IL_3731: Expected O, but got Unknown //IL_373e: Unknown result type (might be due to invalid IL or missing references) //IL_3744: Expected O, but got Unknown //IL_3759: Unknown result type (might be due to invalid IL or missing references) //IL_375e: Unknown result type (might be due to invalid IL or missing references) //IL_376a: 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_377b: Expected O, but got Unknown //IL_377d: Unknown result type (might be due to invalid IL or missing references) //IL_3782: Unknown result type (might be due to invalid IL or missing references) //IL_378e: Unknown result type (might be due to invalid IL or missing references) //IL_3797: Unknown result type (might be due to invalid IL or missing references) //IL_37a0: Expected O, but got Unknown //IL_37a2: Unknown result type (might be due to invalid IL or missing references) //IL_37a7: Unknown result type (might be due to invalid IL or missing references) //IL_37b3: Unknown result type (might be due to invalid IL or missing references) //IL_37bb: Unknown result type (might be due to invalid IL or missing references) //IL_37c4: Expected O, but got Unknown //IL_37c6: Unknown result type (might be due to invalid IL or missing references) //IL_37cb: Unknown result type (might be due to invalid IL or missing references) //IL_37d7: Unknown result type (might be due to invalid IL or missing references) //IL_37df: Unknown result type (might be due to invalid IL or missing references) //IL_37e8: Expected O, but got Unknown //IL_37f5: Unknown result type (might be due to invalid IL or missing references) //IL_37fb: Expected O, but got Unknown //IL_3810: Unknown result type (might be due to invalid IL or missing references) //IL_3815: Unknown result type (might be due to invalid IL or missing references) //IL_3821: Unknown result type (might be due to invalid IL or missing references) //IL_3829: Unknown result type (might be due to invalid IL or missing references) //IL_3832: Expected O, but got Unknown //IL_3834: Unknown result type (might be due to invalid IL or missing references) //IL_3839: Unknown result type (might be due to invalid IL or missing references) //IL_3845: Unknown result type (might be due to invalid IL or missing references) //IL_384e: Unknown result type (might be due to invalid IL or missing references) //IL_3857: Expected O, but got Unknown //IL_3859: Unknown result type (might be due to invalid IL or missing references) //IL_385e: Unknown result type (might be due to invalid IL or missing references) //IL_386a: Unknown result type (might be due to invalid IL or missing references) //IL_3872: Unknown result type (might be due to invalid IL or missing references) //IL_387b: Expected O, but got Unknown //IL_387d: Unknown result type (might be due to invalid IL or missing references) //IL_3882: Unknown result type (might be due to invalid IL or missing references) //IL_388e: Unknown result type (might be due to invalid IL or missing references) //IL_3896: Unknown result type (might be due to invalid IL or missing references) //IL_389f: Expected O, but got Unknown //IL_38ac: Unknown result type (might be due to invalid IL or missing references) //IL_38b2: Expected O, but got Unknown //IL_38c7: Unknown result type (might be due to invalid IL or missing references) //IL_38cc: Unknown result type (might be due to invalid IL or missing references) //IL_38d8: Unknown result type (might be due to invalid IL or missing references) //IL_38e0: Unknown result type (might be due to invalid IL or missing references) //IL_38e9: Expected O, but got Unknown //IL_38eb: Unknown result type (might be due to invalid IL or missing references) //IL_38f0: Unknown result type (might be due to invalid IL or missing references) //IL_38fc: Unknown result type (might be due to invalid IL or missing references) //IL_3905: Unknown result type (might be due to invalid IL or missing references) //IL_390e: Expected O, but got Unknown //IL_3910: Unknown result type (might be due to invalid IL or missing references) //IL_3915: Unknown result type (might be due to invalid IL or missing references) //IL_3921: Unknown result type (might be due to invalid IL or missing references) //IL_3929: Unknown result type (might be due to invalid IL or missing references) //IL_3932: Expected O, but got Unknown //IL_3934: Unknown result type (might be due to invalid IL or missing references) //IL_3939: Unknown result type (might be due to invalid IL or missing references) //IL_3945: Unknown result type (might be due to invalid IL or missing references) //IL_394d: Unknown result type (might be due to invalid IL or missing references) //IL_3956: Expected O, but got Unknown //IL_3963: Unknown result type (might be due to invalid IL or missing references) //IL_3969: Expected O, but got Unknown //IL_397e: Unknown result type (might be due to invalid IL or missing references) //IL_3983: Unknown result type (might be due to invalid IL or missing references) //IL_398f: Unknown result type (might be due to invalid IL or missing references) //IL_3998: Unknown result type (might be due to invalid IL or missing references) //IL_39a1: Expected O, but got Unknown //IL_39a3: Unknown result type (might be due to invalid IL or missing references) //IL_39a8: Unknown result type (might be due to invalid IL or missing references) //IL_39b4: Unknown result type (might be due to invalid IL or missing references) //IL_39bc: Unknown result type (might be due to invalid IL or missing references) //IL_39c5: Expected O, but got Unknown //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_39d8: Unknown result type (might be due to invalid IL or missing references) //IL_39e0: Unknown result type (might be due to invalid IL or missing references) //IL_39e9: Expected O, but got Unknown //IL_39eb: Unknown result type (might be due to invalid IL or missing references) //IL_39f0: Unknown result type (might be due to invalid IL or missing references) //IL_39fc: 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_3a0d: Expected O, but got Unknown //IL_3a1a: Unknown result type (might be due to invalid IL or missing references) //IL_3a20: Expected O, but got Unknown //IL_3a35: Unknown result type (might be due to invalid IL or missing references) //IL_3a3a: Unknown result type (might be due to invalid IL or missing references) //IL_3a46: Unknown result type (might be due to invalid IL or missing references) //IL_3a4f: Unknown result type (might be due to invalid IL or missing references) //IL_3a58: Expected O, but got Unknown //IL_3a5a: Unknown result type (might be due to invalid IL or missing references) //IL_3a5f: Unknown result type (might be due to invalid IL or missing references) //IL_3a6b: Unknown result type (might be due to invalid IL or missing references) //IL_3a74: Unknown result type (might be due to invalid IL or missing references) //IL_3a7d: Expected O, but got Unknown //IL_3a7f: Unknown result type (might be due to invalid IL or missing references) //IL_3a84: Unknown result type (might be due to invalid IL or missing references) //IL_3a90: Unknown result type (might be due to invalid IL or missing references) //IL_3a98: Unknown result type (might be due to invalid IL or missing references) //IL_3aa1: Expected O, but got Unknown //IL_3aa3: Unknown result type (might be due to invalid IL or missing references) //IL_3aa8: Unknown result type (might be due to invalid IL or missing references) //IL_3ab4: Unknown result type (might be due to invalid IL or missing references) //IL_3abc: Unknown result type (might be due to invalid IL or missing references) //IL_3ac5: Expected O, but got Unknown //IL_3ad2: Unknown result type (might be due to invalid IL or missing references) //IL_3ad8: Expected O, but got Unknown //IL_3aed: Unknown result type (might be due to invalid IL or missing references) //IL_3af2: Unknown result type (might be due to invalid IL or missing references) //IL_3afe: Unknown result type (might be due to invalid IL or missing references) //IL_3b07: Unknown result type (might be due to invalid IL or missing references) //IL_3b10: Expected O, but got Unknown //IL_3b12: Unknown result type (might be due to invalid IL or missing references) //IL_3b17: Unknown result type (might be due to invalid IL or missing references) //IL_3b23: Unknown result type (might be due to invalid IL or missing references) //IL_3b2b: Unknown result type (might be due to invalid IL or missing references) //IL_3b34: Expected O, but got Unknown //IL_3b36: Unknown result type (might be due to invalid IL or missing references) //IL_3b3b: Unknown result type (might be due to invalid IL or missing references) //IL_3b47: Unknown result type (might be due to invalid IL or missing references) //IL_3b4f: Unknown result type (might be due to invalid IL or missing references) //IL_3b58: Expected O, but got Unknown //IL_3b5a: Unknown result type (might be due to invalid IL or missing references) //IL_3b5f: Unknown result type (might be due to invalid IL or missing references) //IL_3b6b: Unknown result type (might be due to invalid IL or missing references) //IL_3b73: Unknown result type (might be due to invalid IL or missing references) //IL_3b7c: Expected O, but got Unknown //IL_3b89: Unknown result type (might be due to invalid IL or missing references) //IL_3b8f: Expected O, but got Unknown //IL_3ba4: Unknown result type (might be due to invalid IL or missing references) //IL_3ba9: Unknown result type (might be due to invalid IL or missing references) //IL_3bb5: Unknown result type (might be due to invalid IL or missing references) //IL_3bbe: Unknown result type (might be due to invalid IL or missing references) //IL_3bc7: Expected O, but got Unknown //IL_3bc9: Unknown result type (might be due to invalid IL or missing references) //IL_3bce: Unknown result type (might be due to invalid IL or missing references) //IL_3bda: Unknown result type (might be due to invalid IL or missing references) //IL_3be3: Unknown result type (might be due to invalid IL or missing references) //IL_3bec: Expected O, but got Unknown //IL_3bee: Unknown result type (might be due to invalid IL or missing references) //IL_3bf3: Unknown result type (might be due to invalid IL or missing references) //IL_3bff: Unknown result type (might be due to invalid IL or missing references) //IL_3c07: Unknown result type (might be due to invalid IL or missing references) //IL_3c10: Expected O, but got Unknown //IL_3c12: Unknown result type (might be due to invalid IL or missing references) //IL_3c17: Unknown result type (might be due to invalid IL or missing references) //IL_3c23: Unknown result type (might be due to invalid IL or missing references) //IL_3c2b: Unknown result type (might be due to invalid IL or missing references) //IL_3c34: Expected O, but got Unknown //IL_3c41: Unknown result type (might be due to invalid IL or missing references) //IL_3c47: Expected O, but got Unknown //IL_3c5c: Unknown result type (might be due to invalid IL or missing references) //IL_3c61: Unknown result type (might be due to invalid IL or missing references) //IL_3c6d: Unknown result type (might be due to invalid IL or missing references) //IL_3c76: Unknown result type (might be due to invalid IL or missing references) //IL_3c7f: Expected O, but got Unknown //IL_3c81: Unknown result type (might be due to invalid IL or missing references) //IL_3c86: Unknown result type (might be due to invalid IL or missing references) //IL_3c92: Unknown result type (might be due to invalid IL or missing references) //IL_3c9b: Unknown result type (might be due to invalid IL or missing references) //IL_3ca4: Expected O, but got Unknown //IL_3ca6: Unknown result type (might be due to invalid IL or missing references) //IL_3cab: Unknown result type (might be due to invalid IL or missing references) //IL_3cb7: Unknown result type (might be due to invalid IL or missing references) //IL_3cbf: Unknown result type (might be due to invalid IL or missing references) //IL_3cc8: Expected O, but got Unknown //IL_3cca: Unknown result type (might be due to invalid IL or missing references) //IL_3ccf: Unknown result type (might be due to invalid IL or missing references) //IL_3cdb: Unknown result type (might be due to invalid IL or missing references) //IL_3ce3: Unknown result type (might be due to invalid IL or missing references) //IL_3cec: Expected O, but got Unknown //IL_3cf9: Unknown result type (might be due to invalid IL or missing references) //IL_3cff: Expected O, but got Unknown //IL_3d14: Unknown result type (might be due to invalid IL or missing references) //IL_3d19: Unknown result type (might be due to invalid IL or missing references) //IL_3d25: Unknown result type (might be due to invalid IL or missing references) //IL_3d2e: Unknown result type (might be due to invalid IL or missing references) //IL_3d37: Expected O, but got Unknown //IL_3d39: Unknown result type (might be due to invalid IL or missing references) //IL_3d3e: 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_3d53: Unknown result type (might be due to invalid IL or missing references) //IL_3d5c: Expected O, but got Unknown //IL_3d5e: Unknown result type (might be due to invalid IL or missing references) //IL_3d63: Unknown result type (might be due to invalid IL or missing references) //IL_3d6f: Unknown result type (might be due to invalid IL or missing references) //IL_3d78: Unknown result type (might be due to invalid IL or missing references) //IL_3d81: Expected O, but got Unknown //IL_3d83: Unknown result type (might be due to invalid IL or missing references) //IL_3d88: Unknown result type (might be due to invalid IL or missing references) //IL_3d94: Unknown result type (might be due to invalid IL or missing references) //IL_3d9c: Unknown result type (might be due to invalid IL or missing references) //IL_3da5: Expected O, but got Unknown //IL_3db2: Unknown result type (might be due to invalid IL or missing references) //IL_3db8: Expected O, but got Unknown //IL_3dcd: Unknown result type (might be due to invalid IL or missing references) //IL_3dd2: Unknown result type (might be due to invalid IL or missing references) //IL_3dde: Unknown result type (might be due to invalid IL or missing references) //IL_3de7: Unknown result type (might be due to invalid IL or missing references) //IL_3df0: Expected O, but got Unknown //IL_3df2: Unknown result type (might be due to invalid IL or missing references) //IL_3df7: Unknown result type (might be due to invalid IL or missing references) //IL_3e03: Unknown result type (might be due to invalid IL or missing references) //IL_3e0b: Unknown result type (might be due to invalid IL or missing references) //IL_3e14: Expected O, but got Unknown //IL_3e16: Unknown result type (might be due to invalid IL or missing references) //IL_3e1b: Unknown result type (might be due to invalid IL or missing references) //IL_3e27: Unknown result type (might be due to invalid IL or missing references) //IL_3e2f: Unknown result type (might be due to invalid IL or missing references) //IL_3e38: Expected O, but got Unknown //IL_3e3a: Unknown result type (might be due to invalid IL or missing references) //IL_3e3f: Unknown result type (might be due to invalid IL or missing references) //IL_3e4b: Unknown result type (might be due to invalid IL or missing references) //IL_3e53: Unknown result type (might be due to invalid IL or missing references) //IL_3e5c: Expected O, but got Unknown //IL_3e69: Unknown result type (might be due to invalid IL or missing references) //IL_3e6f: Expected O, but got Unknown //IL_3e84: Unknown result type (might be due to invalid IL or missing references) //IL_3e89: Unknown result type (might be due to invalid IL or missing references) //IL_3e95: Unknown result type (might be due to invalid IL or missing references) //IL_3e9e: Unknown result type (might be due to invalid IL or missing references) //IL_3ea7: Expected O, but got Unknown //IL_3ea9: Unknown result type (might be due to invalid IL or missing references) //IL_3eae: Unknown result type (might be due to invalid IL or missing references) //IL_3eba: Unknown result type (might be due to invalid IL or missing references) //IL_3ec3: Unknown result type (might be due to invalid IL or missing references) //IL_3ecc: Expected O, but got Unknown //IL_3ece: Unknown result type (might be due to invalid IL or missing references) //IL_3ed3: Unknown result type (might be due to invalid IL or missing references) //IL_3edf: Unknown result type (might be due to invalid IL or missing references) //IL_3ee7: Unknown result type (might be due to invalid IL or missing references) //IL_3ef0: Expected O, but got Unknown //IL_3ef2: Unknown result type (might be due to invalid IL or missing references) //IL_3ef7: Unknown result type (might be due to invalid IL or missing references) //IL_3f03: Unknown result type (might be due to invalid IL or missing references) //IL_3f0b: Unknown result type (might be due to invalid IL or missing references) //IL_3f14: Expected O, but got Unknown //IL_3f21: Unknown result type (might be due to invalid IL or missing references) //IL_3f27: Expected O, but got Unknown //IL_3f3c: Unknown result type (might be due to invalid IL or missing references) //IL_3f41: Unknown result type (might be due to invalid IL or missing references) //IL_3f4d: Unknown result type (might be due to invalid IL or missing references) //IL_3f56: Unknown result type (might be due to invalid IL or missing references) //IL_3f5f: Expected O, but got Unknown //IL_3f61: Unknown result type (might be due to invalid IL or missing references) //IL_3f66: Unknown result type (might be due to invalid IL or missing references) //IL_3f72: Unknown result type (might be due to invalid IL or missing references) //IL_3f7a: Unknown result type (might be due to invalid IL or missing references) //IL_3f83: Expected O, but got Unknown //IL_3f85: Unknown result type (might be due to invalid IL or missing references) //IL_3f8a: Unknown result type (might be due to invalid IL or missing references) //IL_3f96: Unknown result type (might be due to invalid IL or missing references) //IL_3f9e: Unknown result type (might be due to invalid IL or missing references) //IL_3fa7: Expected O, but got Unknown //IL_3fa9: Unknown result type (might be due to invalid IL or missing references) //IL_3fae: Unknown result type (might be due to invalid IL or missing references) //IL_3fba: Unknown result type (might be due to invalid IL or missing references) //IL_3fc2: Unknown result type (might be due to invalid IL or missing references) //IL_3fcb: Expected O, but got Unknown //IL_3fd8: Unknown result type (might be due to invalid IL or missing references) //IL_3fde: Expected O, but got Unknown //IL_3ff3: Unknown result type (might be due to invalid IL or missing references) //IL_3ff8: Unknown result type (might be due to invalid IL or missing references) //IL_4004: Unknown result type (might be due to invalid IL or missing references) //IL_400c: Unknown result type (might be due to invalid IL or missing references) //IL_4015: Expected O, but got Unknown //IL_4017: Unknown result type (might be due to invalid IL or missing references) //IL_401c: Unknown result type (might be due to invalid IL or missing references) //IL_4028: Unknown result type (might be due to invalid IL or missing references) //IL_4031: Unknown result type (might be due to invalid IL or missing references) //IL_403a: Expected O, but got Unknown //IL_403c: Unknown result type (might be due to invalid IL or missing references) //IL_4041: Unknown result type (might be due to invalid IL or missing references) //IL_404d: Unknown result type (might be due to invalid IL or missing references) //IL_4055: Unknown result type (might be due to invalid IL or missing references) //IL_405e: Expected O, but got Unknown //IL_4060: Unknown result type (might be due to invalid IL or missing references) //IL_4065: Unknown result type (might be due to invalid IL or missing references) //IL_4071: Unknown result type (might be due to invalid IL or missing references) //IL_4079: Unknown result type (might be due to invalid IL or missing references) //IL_4082: Expected O, but got Unknown //IL_408f: Unknown result type (might be due to invalid IL or missing references) //IL_4095: Expected O, but got Unknown //IL_40aa: Unknown result type (might be due to invalid IL or missing references) //IL_40af: Unknown result type (might be due to invalid IL or missing references) //IL_40bb: Unknown result type (might be due to invalid IL or missing references) //IL_40c3: Unknown result type (might be due to invalid IL or missing references) //IL_40cc: Expected O, but got Unknown //IL_40ce: Unknown result type (might be due to invalid IL or missing references) //IL_40d3: Unknown result type (might be due to invalid IL or missing references) //IL_40df: Unknown result type (might be due to invalid IL or missing references) //IL_40e7: Unknown result type (might be due to invalid IL or missing references) //IL_40f0: Expected O, but got Unknown //IL_40f2: Unknown result type (might be due to invalid IL or missing references) //IL_40f7: Unknown result type (might be due to invalid IL or missing references) //IL_4103: Unknown result type (might be due to invalid IL or missing references) //IL_410b: Unknown result type (might be due to invalid IL or missing references) //IL_4114: Expected O, but got Unknown //IL_4116: Unknown result type (might be due to invalid IL or missing references) //IL_411b: Unknown result type (might be due to invalid IL or missing references) //IL_4127: Unknown result type (might be due to invalid IL or missing references) //IL_412f: Unknown result type (might be due to invalid IL or missing references) //IL_4138: Expected O, but got Unknown //IL_4145: Unknown result type (might be due to invalid IL or missing references) //IL_414b: Expected O, but got Unknown //IL_4160: Unknown result type (might be due to invalid IL or missing references) //IL_4165: Unknown result type (might be due to invalid IL or missing references) //IL_4171: Unknown result type (might be due to invalid IL or missing references) //IL_417a: Unknown result type (might be due to invalid IL or missing references) //IL_4183: Expected O, but got Unknown //IL_4185: Unknown result type (might be due to invalid IL or missing references) //IL_418a: Unknown result type (might be due to invalid IL or missing references) //IL_4196: Unknown result type (might be due to invalid IL or missing references) //IL_419f: Unknown result type (might be due to invalid IL or missing references) //IL_41a8: Expected O, but got Unknown //IL_41aa: Unknown result type (might be due to invalid IL or missing references) //IL_41af: Unknown result type (might be due to invalid IL or missing references) //IL_41bb: Unknown result type (might be due to invalid IL or missing references) //IL_41c3: Unknown result type (might be due to invalid IL or missing references) //IL_41cc: Expected O, but got Unknown //IL_41ce: Unknown result type (might be due to invalid IL or missing references) //IL_41d3: Unknown result type (might be due to invalid IL or missing references) //IL_41df: Unknown result type (might be due to invalid IL or missing references) //IL_41e7: Unknown result type (might be due to invalid IL or missing references) //IL_41f0: Expected O, but got Unknown //IL_41fd: Unknown result type (might be due to invalid IL or missing references) //IL_4203: Expected O, but got Unknown //IL_4218: Unknown result type (might be due to invalid IL or missing references) //IL_421d: Unknown result type (might be due to invalid IL or missing references) //IL_4229: Unknown result type (might be due to invalid IL or missing references) //IL_4231: Unknown result type (might be due to invalid IL or missing references) //IL_423a: Expected O, but got Unknown //IL_423c: Unknown result type (might be due to invalid IL or missing references) //IL_4241: Unknown result type (might be due to invalid IL or missing references) //IL_424d: Unknown result type (might be due to invalid IL or missing references) //IL_4256: Unknown result type (might be due to invalid IL or missing references) //IL_425f: Expected O, but got Unknown //IL_4261: Unknown result type (might be due to invalid IL or missing references) //IL_4266: Unknown result type (might be due to invalid IL or missing references) //IL_4272: Unknown result type (might be due to invalid IL or missing references) //IL_427a: Unknown result type (might be due to invalid IL or missing references) //IL_4283: Expected O, but got Unknown //IL_4285: Unknown result type (might be due to invalid IL or missing references) //IL_428a: Unknown result type (might be due to invalid IL or missing references) //IL_4296: Unknown result type (might be due to invalid IL or missing references) //IL_429e: Unknown result type (might be due to invalid IL or missing references) //IL_42a7: Expected O, but got Unknown //IL_42b4: Unknown result type (might be due to invalid IL or missing references) //IL_42ba: Expected O, but got Unknown //IL_42cf: Unknown result type (might be due to invalid IL or missing references) //IL_42d4: Unknown result type (might be due to invalid IL or missing references) //IL_42e0: Unknown result type (might be due to invalid IL or missing references) //IL_42e9: Unknown result type (might be due to invalid IL or missing references) //IL_42f2: Expected O, but got Unknown //IL_42f4: Unknown result type (might be due to invalid IL or missing references) //IL_42f9: Unknown result type (might be due to invalid IL or missing references) //IL_4305: Unknown result type (might be due to invalid IL or missing references) //IL_430e: Unknown result type (might be due to invalid IL or missing references) //IL_4317: Expected O, but got Unknown //IL_4319: Unknown result type (might be due to invalid IL or missing references) //IL_431e: Unknown result type (might be due to invalid IL or missing references) //IL_432a: Unknown result type (might be due to invalid IL or missing references) //IL_4332: Unknown result type (might be due to invalid IL or missing references) //IL_433b: Expected O, but got Unknown //IL_433d: Unknown result type (might be due to invalid IL or missing references) //IL_4342: Unknown result type (might be due to invalid IL or missing references) //IL_434e: Unknown result type (might be due to invalid IL or missing references) //IL_4356: Unknown result type (might be due to invalid IL or missing references) //IL_435f: Expected O, but got Unknown //IL_436c: Unknown result type (might be due to invalid IL or missing references) //IL_4372: Expected O, but got Unknown //IL_4387: Unknown result type (might be due to invalid IL or missing references) //IL_438c: Unknown result type (might be due to invalid IL or missing references) //IL_4398: Unknown result type (might be due to invalid IL or missing references) //IL_43a1: Unknown result type (might be due to invalid IL or missing references) //IL_43aa: Expected O, but got Unknown //IL_43ac: Unknown result type (might be due to invalid IL or missing references) //IL_43b1: Unknown result type (might be due to invalid IL or missing references) //IL_43bd: Unknown result type (might be due to invalid IL or missing references) //IL_43c5: Unknown result type (might be due to invalid IL or missing references) //IL_43ce: Expected O, but got Unknown //IL_43d0: Unknown result type (might be due to invalid IL or missing references) //IL_43d5: Unknown result type (might be due to invalid IL or missing references) //IL_43e1: Unknown result type (might be due to invalid IL or missing references) //IL_43ea: Unknown result type (might be due to invalid IL or missing references) //IL_43f3: Expected O, but got Unknown //IL_43f5: Unknown result type (might be due to invalid IL or missing references) //IL_43fa: Unknown result type (might be due to invalid IL or missing references) //IL_4406: Unknown result type (might be due to invalid IL or missing references) //IL_440e: Unknown result type (might be due to invalid IL or missing references) //IL_4417: Expected O, but got Unknown //IL_4424: Unknown result type (might be due to invalid IL or missing references) //IL_442a: Expected O, but got Unknown //IL_443f: Unknown result type (might be due to invalid IL or missing references) //IL_4444: Unknown result type (might be due to invalid IL or missing references) //IL_4450: Unknown result type (might be due to invalid IL or missing references) //IL_4459: Unknown result type (might be due to invalid IL or missing references) //IL_4462: Expected O, but got Unknown //IL_4464: Unknown result type (might be due to invalid IL or missing references) //IL_4469: Unknown result type (might be due to invalid IL or missing references) //IL_4475: 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_4486: Expected O, but got Unknown //IL_4488: Unknown result type (might be due to invalid IL or missing references) //IL_448d: Unknown result type (might be due to invalid IL or missing references) //IL_4499: Unknown result type (might be due to invalid IL or missing references) //IL_44a2: Unknown result type (might be due to invalid IL or missing references) //IL_44ab: Expected O, but got Unknown //IL_44ad: Unknown result type (might be due to invalid IL or missing references) //IL_44b2: Unknown result type (might be due to invalid IL or missing references) //IL_44be: Unknown result type (might be due to invalid IL or missing references) //IL_44c6: Unknown result type (might be due to invalid IL or missing references) //IL_44cf: Expected O, but got Unknown //IL_44dc: Unknown result type (might be due to invalid IL or missing references) //IL_44e2: Expected O, but got Unknown //IL_44f7: Unknown result type (might be due to invalid IL or missing references) //IL_44fc: Unknown result type (might be due to invalid IL or missing references) //IL_4508: Unknown result type (might be due to invalid IL or missing references) //IL_4511: Unknown result type (might be due to invalid IL or missing references) //IL_451a: Expected O, but got Unknown //IL_451c: Unknown result type (might be due to invalid IL or missing references) //IL_4521: Unknown result type (might be due to invalid IL or missing references) //IL_452d: Unknown result type (might be due to invalid IL or missing references) //IL_4535: Unknown result type (might be due to invalid IL or missing references) //IL_453e: Expected O, but got Unknown //IL_4540: Unknown result type (might be due to invalid IL or missing references) //IL_4545: Unknown result type (might be due to invalid IL or missing references) //IL_4551: Unknown result type (might be due to invalid IL or missing references) //IL_455a: Unknown result type (might be due to invalid IL or missing references) //IL_4563: Expected O, but got Unknown //IL_4565: Unknown result type (might be due to invalid IL or missing references) //IL_456a: Unknown result type (might be due to invalid IL or missing references) //IL_4576: Unknown result type (might be due to invalid IL or missing references) //IL_457e: Unknown result type (might be due to invalid IL or missing references) //IL_4587: Expected O, but got Unknown //IL_4594: Unknown result type (might be due to invalid IL or missing references) //IL_459a: Expected O, but got Unknown //IL_45af: Unknown result type (might be due to invalid IL or missing references) //IL_45b4: Unknown result type (might be due to invalid IL or missing references) //IL_45c0: Unknown result type (might be due to invalid IL or missing references) //IL_45c9: Unknown result type (might be due to invalid IL or missing references) //IL_45d2: Expected O, but got Unknown //IL_45d4: Unknown result type (might be due to invalid IL or missing references) //IL_45d9: Unknown result type (might be due to invalid IL or missing references) //IL_45e5: Unknown result type (might be due to invalid IL or missing references) //IL_45ed: Unknown result type (might be due to invalid IL or missing references) //IL_45f6: Expected O, but got Unknown //IL_45f8: Unknown result type (might be due to invalid IL or missing references) //IL_45fd: Unknown result type (might be due to invalid IL or missing references) //IL_4609: Unknown result type (might be due to invalid IL or missing references) //IL_4611: Unknown result type (might be due to invalid IL or missing references) //IL_461a: Expected O, but got Unknown //IL_461c: Unknown result type (might be due to invalid IL or missing references) //IL_4621: Unknown result type (might be due to invalid IL or missing references) //IL_462d: Unknown result type (might be due to invalid IL or missing references) //IL_4635: Unknown result type (might be due to invalid IL or missing references) //IL_463e: Expected O, but got Unknown //IL_464b: Unknown result type (might be due to invalid IL or missing references) //IL_4651: Expected O, but got Unknown //IL_4666: Unknown result type (might be due to invalid IL or missing references) //IL_466b: Unknown result type (might be due to invalid IL or missing references) //IL_4677: Unknown result type (might be due to invalid IL or missing references) //IL_4680: Unknown result type (might be due to invalid IL or missing references) //IL_4689: Expected O, but got Unknown //IL_468b: Unknown result type (might be due to invalid IL or missing references) //IL_4690: Unknown result type (might be due to invalid IL or missing references) //IL_469c: Unknown result type (might be due to invalid IL or missing references) //IL_46a4: Unknown result type (might be due to invalid IL or missing references) //IL_46ad: Expected O, but got Unknown //IL_46af: Unknown result type (might be due to invalid IL or missing references) //IL_46b4: Unknown result type (might be due to invalid IL or missing references) //IL_46c0: Unknown result type (might be due to invalid IL or missing references) //IL_46c9: Unknown result type (might be due to invalid IL or missing references) //IL_46d2: Expected O, but got Unknown //IL_46d4: Unknown result type (might be due to invalid IL or missing references) //IL_46d9: Unknown result type (might be due to invalid IL or missing references) //IL_46e5: Unknown result type (might be due to invalid IL or missing references) //IL_46ed: Unknown result type (might be due to invalid IL or missing references) //IL_46f6: Expected O, but got Unknown //IL_4703: Unknown result type (might be due to invalid IL or missing references) //IL_4709: Expected O, but got Unknown //IL_471e: Unknown result type (might be due to invalid IL or missing references) //IL_4723: Unknown result type (might be due to invalid IL or missing references) //IL_472f: Unknown result type (might be due to invalid IL or missing references) //IL_4738: Unknown result type (might be due to invalid IL or missing references) //IL_4741: Expected O, but got Unknown //IL_4743: Unknown result type (might be due to invalid IL or missing references) //IL_4748: Unknown result type (might be due to invalid IL or missing references) //IL_4754: Unknown result type (might be due to invalid IL or missing references) //IL_475c: Unknown result type (might be due to invalid IL or missing references) //IL_4765: Expected O, but got Unknown //IL_4767: Unknown result type (might be due to invalid IL or missing references) //IL_476c: Unknown result type (might be due to invalid IL or missing references) //IL_4778: Unknown result type (might be due to invalid IL or missing references) //IL_4781: Unknown result type (might be due to invalid IL or missing references) //IL_478a: Expected O, but got Unknown //IL_478c: Unknown result type (might be due to invalid IL or missing references) //IL_4791: Unknown result type (might be due to invalid IL or missing references) //IL_479d: Unknown result type (might be due to invalid IL or missing references) //IL_47a5: Unknown result type (might be due to invalid IL or missing references) //IL_47ae: Expected O, but got Unknown //IL_47bb: Unknown result type (might be due to invalid IL or missing references) //IL_47c1: Expected O, but got Unknown //IL_47d6: Unknown result type (might be due to invalid IL or missing references) //IL_47db: Unknown result type (might be due to invalid IL or missing references) //IL_47e7: Unknown result type (might be due to invalid IL or missing references) //IL_47f0: Unknown result type (might be due to invalid IL or missing references) //IL_47f9: Expected O, but got Unknown //IL_47fb: Unknown result type (might be due to invalid IL or missing references) //IL_4800: Unknown result type (might be due to invalid IL or missing references) //IL_480c: Unknown result type (might be due to invalid IL or missing references) //IL_4814: Unknown result type (might be due to invalid IL or missing references) //IL_481d: Expected O, but got Unknown //IL_481f: Unknown result type (might be due to invalid IL or missing references) //IL_4824: Unknown result type (might be due to invalid IL or missing references) //IL_4830: Unknown result type (might be due to invalid IL or missing references) //IL_4839: Unknown result type (might be due to invalid IL or missing references) //IL_4842: Expected O, but got Unknown //IL_4844: Unknown result type (might be due to invalid IL or missing references) //IL_4849: Unknown result type (might be due to invalid IL or missing references) //IL_4855: Unknown result type (might be due to invalid IL or missing references) //IL_485d: Unknown result type (might be due to invalid IL or missing references) //IL_4866: Expected O, but got Unknown //IL_4873: Unknown result type (might be due to invalid IL or missing references) //IL_4879: Expected O, but got Unknown //IL_488e: Unknown result type (might be due to invalid IL or missing references) //IL_4893: Unknown result type (might be due to invalid IL or missing references) //IL_489f: Unknown result type (might be due to invalid IL or missing references) //IL_48a8: Unknown result type (might be due to invalid IL or missing references) //IL_48b1: Expected O, but got Unknown //IL_48b3: Unknown result type (might be due to invalid IL or missing references) //IL_48b8: Unknown result type (might be due to invalid IL or missing references) //IL_48c4: Unknown result type (might be due to invalid IL or missing references) //IL_48cc: Unknown result type (might be due to invalid IL or missing references) //IL_48d5: Expected O, but got Unknown //IL_48d7: Unknown result type (might be due to invalid IL or missing references) //IL_48dc: Unknown result type (might be due to invalid IL or missing references) //IL_48e8: Unknown result type (might be due to invalid IL or missing references) //IL_48f1: Unknown result type (might be due to invalid IL or missing references) //IL_48fa: Expected O, but got Unknown //IL_48fc: Unknown result type (might be due to invalid IL or missing references) //IL_4901: Unknown result type (might be due to invalid IL or missing references) //IL_490d: Unknown result type (might be due to invalid IL or missing references) //IL_4915: Unknown result type (might be due to invalid IL or missing references) //IL_491e: Expected O, but got Unknown //IL_492b: Unknown result type (might be due to invalid IL or missing references) //IL_4931: Expected O, but got Unknown //IL_4946: Unknown result type (might be due to invalid IL or missing references) //IL_494b: Unknown result type (might be due to invalid IL or missing references) //IL_4957: Unknown result type (might be due to invalid IL or missing references) //IL_495f: Unknown result type (might be due to invalid IL or missing references) //IL_4968: Expected O, but got Unknown //IL_496a: Unknown result type (might be due to invalid IL or missing references) //IL_496f: Unknown result type (might be due to invalid IL or missing references) //IL_497b: Unknown result type (might be due to invalid IL or missing references) //IL_4983: Unknown result type (might be due to invalid IL or missing references) //IL_498c: Expected O, but got Unknown //IL_498e: Unknown result type (might be due to invalid IL or missing references) //IL_4993: Unknown result type (might be due to invalid IL or missing references) //IL_499f: Unknown result type (might be due to invalid IL or missing references) //IL_49a7: Unknown result type (might be due to invalid IL or missing references) //IL_49b0: Expected O, but got Unknown //IL_49bd: Unknown result type (might be due to invalid IL or missing references) //IL_49c3: Expected O, but got Unknown //IL_49d8: Unknown result type (might be due to invalid IL or missing references) //IL_49dd: Unknown result type (might be due to invalid IL or missing references) //IL_49e9: Unknown result type (might be due to invalid IL or missing references) //IL_49f1: Unknown result type (might be due to invalid IL or missing references) //IL_49fa: Expected O, but got Unknown //IL_49fc: Unknown result type (might be due to invalid IL or missing references) //IL_4a01: Unknown result type (might be due to invalid IL or missing references) //IL_4a0d: Unknown result type (might be due to invalid IL or missing references) //IL_4a15: Unknown result type (might be due to invalid IL or missing references) //IL_4a1e: Expected O, but got Unknown //IL_4a2b: Unknown result type (might be due to invalid IL or missing references) //IL_4a31: Expected O, but got Unknown //IL_4a46: Unknown result type (might be due to invalid IL or missing references) //IL_4a4b: Unknown result type (might be due to invalid IL or missing references) //IL_4a57: Unknown result type (might be due to invalid IL or missing references) //IL_4a5f: Unknown result type (might be due to invalid IL or missing references) //IL_4a68: Expected O, but got Unknown //IL_4a6a: Unknown result type (might be due to invalid IL or missing references) //IL_4a6f: Unknown result type (might be due to invalid IL or missing references) //IL_4a7b: Unknown result type (might be due to invalid IL or missing references) //IL_4a83: Unknown result type (might be due to invalid IL or missing references) //IL_4a8c: Expected O, but got Unknown //IL_4a8e: Unknown result type (might be due to invalid IL or missing references) //IL_4a93: Unknown result type (might be due to invalid IL or missing references) //IL_4a9f: Unknown result type (might be due to invalid IL or missing references) //IL_4aa7: Unknown result type (might be due to invalid IL or missing references) //IL_4ab0: Expected O, but got Unknown //IL_4abd: Unknown result type (might be due to invalid IL or missing references) //IL_4ac3: Expected O, but got Unknown //IL_4ad8: Unknown result type (might be due to invalid IL or missing references) //IL_4add: Unknown result type (might be due to invalid IL or missing references) //IL_4ae9: Unknown result type (might be due to invalid IL or missing references) //IL_4af1: Unknown result type (might be due to invalid IL or missing references) //IL_4afa: Expected O, but got Unknown //IL_4afc: Unknown result type (might be due to invalid IL or missing references) //IL_4b01: Unknown result type (might be due to invalid IL or missing references) //IL_4b0d: Unknown result type (might be due to invalid IL or missing references) //IL_4b15: Unknown result type (might be due to invalid IL or missing references) //IL_4b1e: Expected O, but got Unknown //IL_4b20: Unknown result type (might be due to invalid IL or missing references) //IL_4b25: Unknown result type (might be due to invalid IL or missing references) //IL_4b31: Unknown result type (might be due to invalid IL or missing references) //IL_4b39: Unknown result type (might be due to invalid IL or missing references) //IL_4b42: Expected O, but got Unknown //IL_4b4f: Unknown result type (might be due to invalid IL or missing references) //IL_4b55: Expected O, but got Unknown //IL_4b6a: Unknown result type (might be due to invalid IL or missing references) //IL_4b6f: Unknown result type (might be due to invalid IL or missing references) //IL_4b7b: Unknown result type (might be due to invalid IL or missing references) //IL_4b83: Unknown result type (might be due to invalid IL or missing references) //IL_4b8c: Expected O, but got Unknown //IL_4b8e: Unknown result type (might be due to invalid IL or missing references) //IL_4b93: Unknown result type (might be due to invalid IL or missing references) //IL_4b9f: Unknown result type (might be due to invalid IL or missing references) //IL_4ba7: Unknown result type (might be due to invalid IL or missing references) //IL_4bb0: Expected O, but got Unknown //IL_4bb2: Unknown result type (might be due to invalid IL or missing references) //IL_4bb7: Unknown result type (might be due to invalid IL or missing references) //IL_4bc3: Unknown result type (might be due to invalid IL or missing references) //IL_4bcb: Unknown result type (might be due to invalid IL or missing references) //IL_4bd4: Expected O, but got Unknown //IL_4be1: Unknown result type (might be due to invalid IL or missing references) //IL_4be7: Expected O, but got Unknown //IL_4bfc: Unknown result type (might be due to invalid IL or missing references) //IL_4c01: Unknown result type (might be due to invalid IL or missing references) //IL_4c0d: Unknown result type (might be due to invalid IL or missing references) //IL_4c15: Unknown result type (might be due to invalid IL or missing references) //IL_4c1e: Expected O, but got Unknown //IL_4c20: Unknown result type (might be due to invalid IL or missing references) //IL_4c25: Unknown result type (might be due to invalid IL or missing references) //IL_4c31: Unknown result type (might be due to invalid IL or missing references) //IL_4c39: Unknown result type (might be due to invalid IL or missing references) //IL_4c42: Expected O, but got Unknown //IL_4c44: Unknown result type (might be due to invalid IL or missing references) //IL_4c49: Unknown result type (might be due to invalid IL or missing references) //IL_4c55: Unknown result type (might be due to invalid IL or missing references) //IL_4c5d: Unknown result type (might be due to invalid IL or missing references) //IL_4c66: Expected O, but got Unknown //IL_4c73: Unknown result type (might be due to invalid IL or missing references) //IL_4c79: Expected O, but got Unknown //IL_4c8e: Unknown result type (might be due to invalid IL or missing references) //IL_4c93: Unknown result type (might be due to invalid IL or missing references) //IL_4c9f: Unknown result type (might be due to invalid IL or missing references) //IL_4ca7: Unknown result type (might be due to invalid IL or missing references) //IL_4cb0: Expected O, but got Unknown //IL_4cb2: Unknown result type (might be due to invalid IL or missing references) //IL_4cb7: Unknown result type (might be due to invalid IL or missing references) //IL_4cc3: Unknown result type (might be due to invalid IL or missing references) //IL_4ccb: Unknown result type (might be due to invalid IL or missing references) //IL_4cd4: Expected O, but got Unknown //IL_4cd6: Unknown result type (might be due to invalid IL or missing references) //IL_4cdb: Unknown result type (might be due to invalid IL or missing references) //IL_4ce7: Unknown result type (might be due to invalid IL or missing references) //IL_4cef: Unknown result type (might be due to invalid IL or missing references) //IL_4cf8: Expected O, but got Unknown //IL_4d05: Unknown result type (might be due to invalid IL or missing references) //IL_4d0b: Expected O, but got Unknown //IL_4d20: Unknown result type (might be due to invalid IL or missing references) //IL_4d25: Unknown result type (might be due to invalid IL or missing references) //IL_4d31: Unknown result type (might be due to invalid IL or missing references) //IL_4d39: Unknown result type (might be due to invalid IL or missing references) //IL_4d42: Expected O, but got Unknown //IL_4d44: Unknown result type (might be due to invalid IL or missing references) //IL_4d49: Unknown result type (might be due to invalid IL or missing references) //IL_4d55: Unknown result type (might be due to invalid IL or missing references) //IL_4d5d: Unknown result type (might be due to invalid IL or missing references) //IL_4d66: Expected O, but got Unknown //IL_4d68: Unknown result type (might be due to invalid IL or missing references) //IL_4d6d: Unknown result type (might be due to invalid IL or missing references) //IL_4d79: Unknown result type (might be due to invalid IL or missing references) //IL_4d81: Unknown result type (might be due to invalid IL or missing references) //IL_4d8a: Expected O, but got Unknown //IL_4d97: Unknown result type (might be due to invalid IL or missing references) //IL_4d9d: Expected O, but got Unknown //IL_4db2: Unknown result type (might be due to invalid IL or missing references) //IL_4db7: Unknown result type (might be due to invalid IL or missing references) //IL_4dc3: Unknown result type (might be due to invalid IL or missing references) //IL_4dcb: Unknown result type (might be due to invalid IL or missing references) //IL_4dd4: Expected O, but got Unknown //IL_4dd6: Unknown result type (might be due to invalid IL or missing references) //IL_4ddb: Unknown result type (might be due to invalid IL or missing references) //IL_4de7: Unknown result type (might be due to invalid IL or missing references) //IL_4def: Unknown result type (might be due to invalid IL or missing references) //IL_4df8: Expected O, but got Unknown //IL_4dfa: Unknown result type (might be due to invalid IL or missing references) //IL_4dff: Unknown result type (might be due to invalid IL or missing references) //IL_4e0b: Unknown result type (might be due to invalid IL or missing references) //IL_4e13: Unknown result type (might be due to invalid IL or missing references) //IL_4e1c: Expected O, but got Unknown //IL_4e29: Unknown result type (might be due to invalid IL or missing references) //IL_4e2f: Expected O, but got Unknown //IL_4e44: Unknown result type (might be due to invalid IL or missing references) //IL_4e49: Unknown result type (might be due to invalid IL or missing references) //IL_4e55: Unknown result type (might be due to invalid IL or missing references) //IL_4e5d: Unknown result type (might be due to invalid IL or missing references) //IL_4e66: Expected O, but got Unknown //IL_4e68: Unknown result type (might be due to invalid IL or missing references) //IL_4e6d: Unknown result type (might be due to invalid IL or missing references) //IL_4e79: Unknown result type (might be due to invalid IL or missing references) //IL_4e81: Unknown result type (might be due to invalid IL or missing references) //IL_4e8a: Expected O, but got Unknown //IL_4e8c: Unknown result type (might be due to invalid IL or missing references) //IL_4e91: Unknown result type (might be due to invalid IL or missing references) //IL_4e9d: Unknown result type (might be due to invalid IL or missing references) //IL_4ea5: Unknown result type (might be due to invalid IL or missing references) //IL_4eae: Expected O, but got Unknown //IL_4ebb: Unknown result type (might be due to invalid IL or missing references) //IL_4ec1: Expected O, but got Unknown //IL_4ed6: Unknown result type (might be due to invalid IL or missing references) //IL_4edb: Unknown result type (might be due to invalid IL or missing references) //IL_4ee7: Unknown result type (might be due to invalid IL or missing references) //IL_4eef: Unknown result type (might be due to invalid IL or missing references) //IL_4ef8: Expected O, but got Unknown //IL_4efa: Unknown result type (might be due to invalid IL or missing references) //IL_4eff: Unknown result type (might be due to invalid IL or missing references) //IL_4f0b: Unknown result type (might be due to invalid IL or missing references) //IL_4f13: Unknown result type (might be due to invalid IL or missing references) //IL_4f1c: Expected O, but got Unknown //IL_4f1e: Unknown result type (might be due to invalid IL or missing references) //IL_4f23: Unknown result type (might be due to invalid IL or missing references) //IL_4f2f: Unknown result type (might be due to invalid IL or missing references) //IL_4f37: Unknown result type (might be due to invalid IL or missing references) //IL_4f40: Expected O, but got Unknown //IL_4f4d: Unknown result type (might be due to invalid IL or missing references) //IL_4f53: Expected O, but got Unknown //IL_4f68: Unknown result type (might be due to invalid IL or missing references) //IL_4f6d: Unknown result type (might be due to invalid IL or missing references) //IL_4f79: Unknown result type (might be due to invalid IL or missing references) //IL_4f81: Unknown result type (might be due to invalid IL or missing references) //IL_4f8a: Expected O, but got Unknown //IL_4f8c: Unknown result type (might be due to invalid IL or missing references) //IL_4f91: Unknown result type (might be due to invalid IL or missing references) //IL_4f9d: Unknown result type (might be due to invalid IL or missing references) //IL_4fa5: Unknown result type (might be due to invalid IL or missing references) //IL_4fae: Expected O, but got Unknown //IL_4fb0: Unknown result type (might be due to invalid IL or missing references) //IL_4fb5: Unknown result type (might be due to invalid IL or missing references) //IL_4fc1: Unknown result type (might be due to invalid IL or missing references) //IL_4fc9: Unknown result type (might be due to invalid IL or missing references) //IL_4fd2: Expected O, but got Unknown //IL_4fdf: Unknown result type (might be due to invalid IL or missing references) //IL_4fe5: Expected O, but got Unknown //IL_4ffa: Unknown result type (might be due to invalid IL or missing references) //IL_4fff: Unknown result type (might be due to invalid IL or missing references) //IL_500b: Unknown result type (might be due to invalid IL or missing references) //IL_5013: Unknown result type (might be due to invalid IL or missing references) //IL_501c: Expected O, but got Unknown //IL_501e: Unknown result type (might be due to invalid IL or missing references) //IL_5023: Unknown result type (might be due to invalid IL or missing references) //IL_502f: Unknown result type (might be due to invalid IL or missing references) //IL_5037: Unknown result type (might be due to invalid IL or missing references) //IL_5040: Expected O, but got Unknown //IL_5042: Unknown result type (might be due to invalid IL or missing references) //IL_5047: Unknown result type (might be due to invalid IL or missing references) //IL_5053: Unknown result type (might be due to invalid IL or missing references) //IL_505b: Unknown result type (might be due to invalid IL or missing references) //IL_5064: Expected O, but got Unknown //IL_5071: Unknown result type (might be due to invalid IL or missing references) //IL_5077: Expected O, but got Unknown //IL_508c: Unknown result type (might be due to invalid IL or missing references) //IL_5091: Unknown result type (might be due to invalid IL or missing references) //IL_509d: Unknown result type (might be due to invalid IL or missing references) //IL_50a5: Unknown result type (might be due to invalid IL or missing references) //IL_50ae: Expected O, but got Unknown //IL_50b0: Unknown result type (might be due to invalid IL or missing references) //IL_50b5: Unknown result type (might be due to invalid IL or missing references) //IL_50c1: Unknown result type (might be due to invalid IL or missing references) //IL_50c9: Unknown result type (might be due to invalid IL or missing references) //IL_50d2: Expected O, but got Unknown //IL_50d4: Unknown result type (might be due to invalid IL or missing references) //IL_50d9: Unknown result type (might be due to invalid IL or missing references) //IL_50e5: Unknown result type (might be due to invalid IL or missing references) //IL_50ed: Unknown result type (might be due to invalid IL or missing references) //IL_50f6: Expected O, but got Unknown //IL_5103: Unknown result type (might be due to invalid IL or missing references) //IL_5109: Expected O, but got Unknown //IL_511e: Unknown result type (might be due to invalid IL or missing references) //IL_5123: Unknown result type (might be due to invalid IL or missing references) //IL_512f: Unknown result type (might be due to invalid IL or missing references) //IL_5137: Unknown result type (might be due to invalid IL or missing references) //IL_5140: Expected O, but got Unknown //IL_5142: Unknown result type (might be due to invalid IL or missing references) //IL_5147: Unknown result type (might be due to invalid IL or missing references) //IL_5153: Unknown result type (might be due to invalid IL or missing references) //IL_515b: Unknown result type (might be due to invalid IL or missing references) //IL_5164: Expected O, but got Unknown //IL_5166: Unknown result type (might be due to invalid IL or missing references) //IL_516b: Unknown result type (might be due to invalid IL or missing references) //IL_5177: Unknown result type (might be due to invalid IL or missing references) //IL_517f: Unknown result type (might be due to invalid IL or missing references) //IL_5188: Expected O, but got Unknown //IL_5195: Unknown result type (might be due to invalid IL or missing references) //IL_519b: Expected O, but got Unknown //IL_51b0: Unknown result type (might be due to invalid IL or missing references) //IL_51b5: Unknown result type (might be due to invalid IL or missing references) //IL_51c1: Unknown result type (might be due to invalid IL or missing references) //IL_51c9: Unknown result type (might be due to invalid IL or missing references) //IL_51d2: Expected O, but got Unknown //IL_51d4: Unknown result type (might be due to invalid IL or missing references) //IL_51d9: Unknown result type (might be due to invalid IL or missing references) //IL_51e5: Unknown result type (might be due to invalid IL or missing references) //IL_51ed: Unknown result type (might be due to invalid IL or missing references) //IL_51f6: Expected O, but got Unknown //IL_51f8: Unknown result type (might be due to invalid IL or missing references) //IL_51fd: Unknown result type (might be due to invalid IL or missing references) //IL_5209: Unknown result type (might be due to invalid IL or missing references) //IL_5211: Unknown result type (might be due to invalid IL or missing references) //IL_521a: Expected O, but got Unknown //IL_5227: Unknown result type (might be due to invalid IL or missing references) //IL_522d: Expected O, but got Unknown //IL_5242: Unknown result type (might be due to invalid IL or missing references) //IL_5247: Unknown result type (might be due to invalid IL or missing references) //IL_5253: Unknown result type (might be due to invalid IL or missing references) //IL_525c: Unknown result type (might be due to invalid IL or missing references) //IL_5265: Expected O, but got Unknown //IL_5267: Unknown result type (might be due to invalid IL or missing references) //IL_526c: Unknown result type (might be due to invalid IL or missing references) //IL_5278: Unknown result type (might be due to invalid IL or missing references) //IL_5281: Unknown result type (might be due to invalid IL or missing references) //IL_528a: Expected O, but got Unknown //IL_528c: Unknown result type (might be due to invalid IL or missing references) //IL_5291: Unknown result type (might be due to invalid IL or missing references) //IL_529d: Unknown result type (might be due to invalid IL or missing references) //IL_52a6: Unknown result type (might be due to invalid IL or missing references) //IL_52af: Expected O, but got Unknown //IL_52b1: Unknown result type (might be due to invalid IL or missing references) //IL_52b6: Unknown result type (might be due to invalid IL or missing references) //IL_52c2: Unknown result type (might be due to invalid IL or missing references) //IL_52cb: Unknown result type (might be due to invalid IL or missing references) //IL_52d4: Expected O, but got Unknown //IL_52e1: Unknown result type (might be due to invalid IL or missing references) //IL_52e7: Expected O, but got Unknown //IL_52fc: Unknown result type (might be due to invalid IL or missing references) //IL_5301: Unknown result type (might be due to invalid IL or missing references) //IL_530d: Unknown result type (might be due to invalid IL or missing references) //IL_5316: Unknown result type (might be due to invalid IL or missing references) //IL_531f: Expected O, but got Unknown //IL_5321: Unknown result type (might be due to invalid IL or missing references) //IL_5326: Unknown result type (might be due to invalid IL or missing references) //IL_5332: Unknown result type (might be due to invalid IL or missing references) //IL_533b: Unknown result type (might be due to invalid IL or missing references) //IL_5344: Expected O, but got Unknown //IL_5346: Unknown result type (might be due to invalid IL or missing references) //IL_534b: Unknown result type (might be due to invalid IL or missing references) //IL_5357: Unknown result type (might be due to invalid IL or missing references) //IL_5360: Unknown result type (might be due to invalid IL or missing references) //IL_5369: Expected O, but got Unknown //IL_536b: Unknown result type (might be due to invalid IL or missing references) //IL_5370: Unknown result type (might be due to invalid IL or missing references) //IL_537c: Unknown result type (might be due to invalid IL or missing references) //IL_5384: Unknown result type (might be due to invalid IL or missing references) //IL_538d: Expected O, but got Unknown //IL_539a: Unknown result type (might be due to invalid IL or missing references) //IL_53a0: Expected O, but got Unknown //IL_53b5: Unknown result type (might be due to invalid IL or missing references) //IL_53ba: Unknown result type (might be due to invalid IL or missing references) //IL_53c6: Unknown result type (might be due to invalid IL or missing references) //IL_53cf: Unknown result type (might be due to invalid IL or missing references) //IL_53d8: Expected O, but got Unknown //IL_53da: Unknown result type (might be due to invalid IL or missing references) //IL_53df: Unknown result type (might be due to invalid IL or missing references) //IL_53eb: Unknown result type (might be due to invalid IL or missing references) //IL_53f4: Unknown result type (might be due to invalid IL or missing references) //IL_53fd: Expected O, but got Unknown //IL_53ff: Unknown result type (might be due to invalid IL or missing references) //IL_5404: Unknown result type (might be due to invalid IL or missing references) //IL_5410: Unknown result type (might be due to invalid IL or missing references) //IL_5419: Unknown result type (might be due to invalid IL or missing references) //IL_5422: Expected O, but got Unknown //IL_5424: Unknown result type (might be due to invalid IL or missing references) //IL_5429: Unknown result type (might be due to invalid IL or missing references) //IL_5435: Unknown result type (might be due to invalid IL or missing references) //IL_543e: Unknown result type (might be due to invalid IL or missing references) //IL_5447: Expected O, but got Unknown //IL_5454: Unknown result type (might be due to invalid IL or missing references) //IL_545a: Expected O, but got Unknown //IL_546f: Unknown result type (might be due to invalid IL or missing references) //IL_5474: Unknown result type (might be due to invalid IL or missing references) //IL_5480: Unknown result type (might be due to invalid IL or missing references) //IL_5489: Unknown result type (might be due to invalid IL or missing references) //IL_5492: Expected O, but got Unknown //IL_5494: Unknown result type (might be due to invalid IL or missing references) //IL_5499: Unknown result type (might be due to invalid IL or missing references) //IL_54a5: Unknown result type (might be due to invalid IL or missing references) //IL_54ae: Unknown result type (might be due to invalid IL or missing references) //IL_54b7: Expected O, but got Unknown //IL_54b9: Unknown result type (might be due to invalid IL or missing references) //IL_54be: Unknown result type (might be due to invalid IL or missing references) //IL_54ca: Unknown result type (might be due to invalid IL or missing references) //IL_54d3: Unknown result type (might be due to invalid IL or missing references) //IL_54dc: Expected O, but got Unknown //IL_54de: Unknown result type (might be due to invalid IL or missing references) //IL_54e3: Unknown result type (might be due to invalid IL or missing references) //IL_54ef: Unknown result type (might be due to invalid IL or missing references) //IL_54f7: Unknown result type (might be due to invalid IL or missing references) //IL_5500: Expected O, but got Unknown //IL_550d: Unknown result type (might be due to invalid IL or missing references) //IL_5513: Expected O, but got Unknown //IL_5528: Unknown result type (might be due to invalid IL or missing references) //IL_552d: Unknown result type (might be due to invalid IL or missing references) //IL_5539: Unknown result type (might be due to invalid IL or missing references) //IL_5542: Unknown result type (might be due to invalid IL or missing references) //IL_554b: Expected O, but got Unknown //IL_554d: Unknown result type (might be due to invalid IL or missing references) //IL_5552: Unknown result type (might be due to invalid IL or missing references) //IL_555e: Unknown result type (might be due to invalid IL or missing references) //IL_5567: Unknown result type (might be due to invalid IL or missing references) //IL_5570: Expected O, but got Unknown //IL_5572: Unknown result type (might be due to invalid IL or missing references) //IL_5577: Unknown result type (might be due to invalid IL or missing references) //IL_5583: Unknown result type (might be due to invalid IL or missing references) //IL_558c: Unknown result type (might be due to invalid IL or missing references) //IL_5595: Expected O, but got Unknown //IL_5597: Unknown result type (might be due to invalid IL or missing references) //IL_559c: Unknown result type (might be due to invalid IL or missing references) //IL_55a8: Unknown result type (might be due to invalid IL or missing references) //IL_55b0: Unknown result type (might be due to invalid IL or missing references) //IL_55b9: Expected O, but got Unknown //IL_55c6: Unknown result type (might be due to invalid IL or missing references) //IL_55cc: Expected O, but got Unknown //IL_55e1: Unknown result type (might be due to invalid IL or missing references) //IL_55e6: Unknown result type (might be due to invalid IL or missing references) //IL_55f2: Unknown result type (might be due to invalid IL or missing references) //IL_55fb: Unknown result type (might be due to invalid IL or missing references) //IL_5604: Expected O, but got Unknown //IL_5606: Unknown result type (might be due to invalid IL or missing references) //IL_560b: Unknown result type (might be due to invalid IL or missing references) //IL_5617: Unknown result type (might be due to invalid IL or missing references) //IL_5620: Unknown result type (might be due to invalid IL or missing references) //IL_5629: Expected O, but got Unknown //IL_562b: Unknown result type (might be due to invalid IL or missing references) //IL_5630: Unknown result type (might be due to invalid IL or missing references) //IL_563c: Unknown result type (might be due to invalid IL or missing references) //IL_5645: Unknown result type (might be due to invalid IL or missing references) //IL_564e: Expected O, but got Unknown //IL_5650: Unknown result type (might be due to invalid IL or missing references) //IL_5655: Unknown result type (might be due to invalid IL or missing references) //IL_5661: Unknown result type (might be due to invalid IL or missing references) //IL_5669: Unknown result type (might be due to invalid IL or missing references) //IL_5672: Expected O, but got Unknown //IL_567f: Unknown result type (might be due to invalid IL or missing references) //IL_5685: Expected O, but got Unknown //IL_569a: Unknown result type (might be due to invalid IL or missing references) //IL_569f: Unknown result type (might be due to invalid IL or missing references) //IL_56ab: Unknown result type (might be due to invalid IL or missing references) //IL_56b4: Unknown result type (might be due to invalid IL or missing references) //IL_56bd: Expected O, but got Unknown //IL_56bf: Unknown result type (might be due to invalid IL or missing references) //IL_56c4: Unknown result type (might be due to invalid IL or missing references) //IL_56d0: Unknown result type (might be due to invalid IL or missing references) //IL_56d9: Unknown result type (might be due to invalid IL or missing references) //IL_56e2: Expected O, but got Unknown //IL_56e4: Unknown result type (might be due to invalid IL or missing references) //IL_56e9: Unknown result type (might be due to invalid IL or missing references) //IL_56f5: Unknown result type (might be due to invalid IL or missing references) //IL_56fe: Unknown result type (might be due to invalid IL or missing references) //IL_5707: Expected O, but got Unknown //IL_5709: Unknown result type (might be due to invalid IL or missing references) //IL_570e: Unknown result type (might be due to invalid IL or missing references) //IL_571a: Unknown result type (might be due to invalid IL or missing references) //IL_5723: Unknown result type (might be due to invalid IL or missing references) //IL_572c: Expected O, but got Unknown //IL_5739: Unknown result type (might be due to invalid IL or missing references) //IL_573f: Expected O, but got Unknown //IL_5754: Unknown result type (might be due to invalid IL or missing references) //IL_5759: Unknown result type (might be due to invalid IL or missing references) //IL_5765: Unknown result type (might be due to invalid IL or missing references) //IL_576e: Unknown result type (might be due to invalid IL or missing references) //IL_5777: Expected O, but got Unknown //IL_5779: Unknown result type (might be due to invalid IL or missing references) //IL_577e: Unknown result type (might be due to invalid IL or missing references) //IL_578a: Unknown result type (might be due to invalid IL or missing references) //IL_5793: Unknown result type (might be due to invalid IL or missing references) //IL_579c: Expected O, but got Unknown //IL_579e: Unknown result type (might be due to invalid IL or missing references) //IL_57a3: Unknown result type (might be due to invalid IL or missing references) //IL_57af: Unknown result type (might be due to invalid IL or missing references) //IL_57b8: Unknown result type (might be due to invalid IL or missing references) //IL_57c1: Expected O, but got Unknown //IL_57c3: Unknown result type (might be due to invalid IL or missing references) //IL_57c8: Unknown result type (might be due to invalid IL or missing references) //IL_57d4: Unknown result type (might be due to invalid IL or missing references) //IL_57dc: Unknown result type (might be due to invalid IL or missing references) //IL_57e5: Expected O, but got Unknown //IL_57f2: Unknown result type (might be due to invalid IL or missing references) //IL_57f8: Expected O, but got Unknown //IL_580d: Unknown result type (might be due to invalid IL or missing references) //IL_5812: Unknown result type (might be due to invalid IL or missing references) //IL_581e: Unknown result type (might be due to invalid IL or missing references) //IL_5827: Unknown result type (might be due to invalid IL or missing references) //IL_5830: Expected O, but got Unknown //IL_5832: Unknown result type (might be due to invalid IL or missing references) //IL_5837: Unknown result type (might be due to invalid IL or missing references) //IL_5843: Unknown result type (might be due to invalid IL or missing references) //IL_584c: Unknown result type (might be due to invalid IL or missing references) //IL_5855: Expected O, but got Unknown //IL_5857: Unknown result type (might be due to invalid IL or missing references) //IL_585c: Unknown result type (might be due to invalid IL or missing references) //IL_5868: Unknown result type (might be due to invalid IL or missing references) //IL_5871: Unknown result type (might be due to invalid IL or missing references) //IL_587a: Expected O, but got Unknown //IL_587c: Unknown result type (might be due to invalid IL or missing references) //IL_5881: Unknown result type (might be due to invalid IL or missing references) //IL_588d: Unknown result type (might be due to invalid IL or missing references) //IL_5896: Unknown result type (might be due to invalid IL or missing references) //IL_589f: Expected O, but got Unknown //IL_58ac: Unknown result type (might be due to invalid IL or missing references) //IL_58b2: Expected O, but got Unknown //IL_58c7: Unknown result type (might be due to invalid IL or missing references) //IL_58cc: Unknown result type (might be due to invalid IL or missing references) //IL_58d8: Unknown result type (might be due to invalid IL or missing references) //IL_58e1: Unknown result type (might be due to invalid IL or missing references) //IL_58ea: Expected O, but got Unknown //IL_58ec: Unknown result type (might be due to invalid IL or missing references) //IL_58f1: Unknown result type (might be due to invalid IL or missing references) //IL_58fd: Unknown result type (might be due to invalid IL or missing references) //IL_5906: Unknown result type (might be due to invalid IL or missing references) //IL_590f: Expected O, but got Unknown //IL_5911: Unknown result type (might be due to invalid IL or missing references) //IL_5916: Unknown result type (might be due to invalid IL or missing references) //IL_5922: Unknown result type (might be due to invalid IL or missing references) //IL_592b: Unknown result type (might be due to invalid IL or missing references) //IL_5934: Expected O, but got Unknown //IL_5936: Unknown result type (might be due to invalid IL or missing references) //IL_593b: Unknown result type (might be due to invalid IL or missing references) //IL_5947: Unknown result type (might be due to invalid IL or missing references) //IL_594f: Unknown result type (might be due to invalid IL or missing references) //IL_5958: Expected O, but got Unknown //IL_5965: Unknown result type (might be due to invalid IL or missing references) //IL_596b: Expected O, but got Unknown //IL_5980: Unknown result type (might be due to invalid IL or missing references) //IL_5985: Unknown result type (might be due to invalid IL or missing references) //IL_5991: Unknown result type (might be due to invalid IL or missing references) //IL_599a: Unknown result type (might be due to invalid IL or missing references) //IL_59a3: Expected O, but got Unknown //IL_59a5: Unknown result type (might be due to invalid IL or missing references) //IL_59aa: Unknown result type (might be due to invalid IL or missing references) //IL_59b6: Unknown result type (might be due to invalid IL or missing references) //IL_59bf: Unknown result type (might be due to invalid IL or missing references) //IL_59c8: Expected O, but got Unknown //IL_59ca: Unknown result type (might be due to invalid IL or missing references) //IL_59cf: Unknown result type (might be due to invalid IL or missing references) //IL_59db: Unknown result type (might be due to invalid IL or missing references) //IL_59e3: Unknown result type (might be due to invalid IL or missing references) //IL_59ec: Expected O, but got Unknown //IL_59ee: Unknown result type (might be due to invalid IL or missing references) //IL_59f3: Unknown result type (might be due to invalid IL or missing references) //IL_59ff: Unknown result type (might be due to invalid IL or missing references) //IL_5a07: Unknown result type (might be due to invalid IL or missing references) //IL_5a10: Expected O, but got Unknown //IL_5a1d: Unknown result type (might be due to invalid IL or missing references) //IL_5a23: Expected O, but got Unknown //IL_5a38: Unknown result type (might be due to invalid IL or missing references) //IL_5a3d: Unknown result type (might be due to invalid IL or missing references) //IL_5a49: Unknown result type (might be due to invalid IL or missing references) //IL_5a52: Unknown result type (might be due to invalid IL or missing references) //IL_5a5b: Expected O, but got Unknown //IL_5a5d: Unknown result type (might be due to invalid IL or missing references) //IL_5a62: Unknown result type (might be due to invalid IL or missing references) //IL_5a6e: Unknown result type (might be due to invalid IL or missing references) //IL_5a77: Unknown result type (might be due to invalid IL or missing references) //IL_5a80: Expected O, but got Unknown //IL_5a82: Unknown result type (might be due to invalid IL or missing references) //IL_5a87: Unknown result type (might be due to invalid IL or missing references) //IL_5a93: Unknown result type (might be due to invalid IL or missing references) //IL_5a9c: Unknown result type (might be due to invalid IL or missing references) //IL_5aa5: Expected O, but got Unknown //IL_5aa7: Unknown result type (might be due to invalid IL or missing references) //IL_5aac: Unknown result type (might be due to invalid IL or missing references) //IL_5ab8: Unknown result type (might be due to invalid IL or missing references) //IL_5ac0: Unknown result type (might be due to invalid IL or missing references) //IL_5ac9: Expected O, but got Unknown //IL_5ad6: Unknown result type (might be due to invalid IL or missing references) //IL_5adc: Expected O, but got Unknown //IL_5af1: Unknown result type (might be due to invalid IL or missing references) //IL_5af6: Unknown result type (might be due to invalid IL or missing references) //IL_5b02: Unknown result type (might be due to invalid IL or missing references) //IL_5b0b: Unknown result type (might be due to invalid IL or missing references) //IL_5b14: Expected O, but got Unknown //IL_5b16: Unknown result type (might be due to invalid IL or missing references) //IL_5b1b: Unknown result type (might be due to invalid IL or missing references) //IL_5b27: Unknown result type (might be due to invalid IL or missing references) //IL_5b30: Unknown result type (might be due to invalid IL or missing references) //IL_5b39: Expected O, but got Unknown //IL_5b3b: Unknown result type (might be due to invalid IL or missing references) //IL_5b40: Unknown result type (might be due to invalid IL or missing references) //IL_5b4c: Unknown result type (might be due to invalid IL or missing references) //IL_5b54: Unknown result type (might be due to invalid IL or missing references) //IL_5b5d: Expected O, but got Unknown //IL_5b5f: Unknown result type (might be due to invalid IL or missing references) //IL_5b64: Unknown result type (might be due to invalid IL or missing references) //IL_5b70: Unknown result type (might be due to invalid IL or missing references) //IL_5b78: Unknown result type (might be due to invalid IL or missing references) //IL_5b81: Expected O, but got Unknown //IL_5b8e: Unknown result type (might be due to invalid IL or missing references) //IL_5b94: Expected O, but got Unknown //IL_5ba9: Unknown result type (might be due to invalid IL or missing references) //IL_5bae: Unknown result type (might be due to invalid IL or missing references) //IL_5bba: Unknown result type (might be due to invalid IL or missing references) //IL_5bc3: Unknown result type (might be due to invalid IL or missing references) //IL_5bcc: Expected O, but got Unknown //IL_5bce: Unknown result type (might be due to invalid IL or missing references) //IL_5bd3: Unknown result type (might be due to invalid IL or missing references) //IL_5bdf: Unknown result type (might be due to invalid IL or missing references) //IL_5be8: Unknown result type (might be due to invalid IL or missing references) //IL_5bf1: Expected O, but got Unknown //IL_5bf3: Unknown result type (might be due to invalid IL or missing references) //IL_5bf8: Unknown result type (might be due to invalid IL or missing references) //IL_5c04: Unknown result type (might be due to invalid IL or missing references) //IL_5c0d: Unknown result type (might be due to invalid IL or missing references) //IL_5c16: Expected O, but got Unknown //IL_5c18: Unknown result type (might be due to invalid IL or missing references) //IL_5c1d: Unknown result type (might be due to invalid IL or missing references) //IL_5c29: Unknown result type (might be due to invalid IL or missing references) //IL_5c31: Unknown result type (might be due to invalid IL or missing references) //IL_5c3a: Expected O, but got Unknown //IL_5c47: Unknown result type (might be due to invalid IL or missing references) //IL_5c4d: Expected O, but got Unknown //IL_5c62: Unknown result type (might be due to invalid IL or missing references) //IL_5c67: Unknown result type (might be due to invalid IL or missing references) //IL_5c73: Unknown result type (might be due to invalid IL or missing references) //IL_5c7c: Unknown result type (might be due to invalid IL or missing references) //IL_5c85: Expected O, but got Unknown //IL_5c87: Unknown result type (might be due to invalid IL or missing references) //IL_5c8c: Unknown result type (might be due to invalid IL or missing references) //IL_5c98: Unknown result type (might be due to invalid IL or missing references) //IL_5ca1: Unknown result type (might be due to invalid IL or missing references) //IL_5caa: Expected O, but got Unknown //IL_5cac: Unknown result type (might be due to invalid IL or missing references) //IL_5cb1: Unknown result type (might be due to invalid IL or missing references) //IL_5cbd: Unknown result type (might be due to invalid IL or missing references) //IL_5cc5: Unknown result type (might be due to invalid IL or missing references) //IL_5cce: Expected O, but got Unknown //IL_5cd0: Unknown result type (might be due to invalid IL or missing references) //IL_5cd5: Unknown result type (might be due to invalid IL or missing references) //IL_5ce1: Unknown result type (might be due to invalid IL or missing references) //IL_5ce9: Unknown result type (might be due to invalid IL or missing references) //IL_5cf2: Expected O, but got Unknown //IL_5cff: Unknown result type (might be due to invalid IL or missing references) //IL_5d05: Expected O, but got Unknown //IL_5d1a: Unknown result type (might be due to invalid IL or missing references) //IL_5d1f: Unknown result type (might be due to invalid IL or missing references) //IL_5d2b: Unknown result type (might be due to invalid IL or missing references) //IL_5d34: Unknown result type (might be due to invalid IL or missing references) //IL_5d3d: Expected O, but got Unknown //IL_5d3f: Unknown result type (might be due to invalid IL or missing references) //IL_5d44: Unknown result type (might be due to invalid IL or missing references) //IL_5d50: Unknown result type (might be due to invalid IL or missing references) //IL_5d59: Unknown result type (might be due to invalid IL or missing references) //IL_5d62: Expected O, but got Unknown //IL_5d64: Unknown result type (might be due to invalid IL or missing references) //IL_5d69: Unknown result type (might be due to invalid IL or missing references) //IL_5d75: Unknown result type (might be due to invalid IL or missing references) //IL_5d7e: Unknown result type (might be due to invalid IL or missing references) //IL_5d87: Expected O, but got Unknown //IL_5d89: Unknown result type (might be due to invalid IL or missing references) //IL_5d8e: Unknown result type (might be due to invalid IL or missing references) //IL_5d9a: Unknown result type (might be due to invalid IL or missing references) //IL_5da2: Unknown result type (might be due to invalid IL or missing references) //IL_5dab: Expected O, but got Unknown ItemConfig val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MeadowsAirStaffA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; MeadowsAirStaffB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyEikthyr", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsCore_RtD", Amount = 1, AmountPerLevel = 1 } }; MeadowsLighteningStaffA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyEikthyr", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; MeadowsLighteningStaffB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MeadowsAirWandA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; MeadowsAirWandB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "SurtlingCore", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; BlackForestFireStaffA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "SurtlingCore", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Stone", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; BlackForestFireStaffB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 35, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_CelestialBronzeBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestCore_RtD", Amount = 1, AmountPerLevel = 1 } }; BlackForestLightStaffA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 35, AmountPerLevel = 2 }, new RequirementConfig { Item = "Bronze", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; BlackForestLightStaffB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Thistle", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; BlackForestLightningWandA = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Thistle", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; BlackForestLightningWandB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "TrollHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_CelestialBronzeBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageChestA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Bronze", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrollHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "GreydwarfEye", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageChestB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_CelestialBronzeBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrollHide", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DeerHide", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrollHide", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "GreydwarfEye", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Bronze", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_CelestialBronzeBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrollHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DeerHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrollHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "GreydwarfEye", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; BlackForestMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampCore_RtD", Amount = 1, AmountPerLevel = 1 } }; SwampEarthStaffA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; SwampEarthStaffB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampCore_RtD", Amount = 1, AmountPerLevel = 1 } }; SwampPoisonWandA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; SwampPoisonWandB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Root", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 2, AmountPerLevel = 2 } }; SwampMageChestA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Iron", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Entrails", Amount = 2, AmountPerLevel = 2 } }; SwampMageChestB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 2, AmountPerLevel = 2 } }; SwampMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DeerHide", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 2, AmountPerLevel = 2 } }; SwampMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 2, AmountPerLevel = 2 } }; SwampMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DeerHide", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 2, AmountPerLevel = 2 } }; SwampMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 2, AmountPerLevel = 2 } }; SwampMageCapeA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Iron", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Ooze", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Entrails", Amount = 2, AmountPerLevel = 2 } }; SwampMageCapeB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainCore_RtD", Amount = 1, AmountPerLevel = 1 } }; MountainIceStaffA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "Silver", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Obsidian", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FreezeGland", Amount = 2, AmountPerLevel = 2 } }; MountainIceStaffB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainCore_RtD", Amount = 1, AmountPerLevel = 1 } }; MountainIceWandA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Silver", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "Obsidian", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FreezeGland", Amount = 2, AmountPerLevel = 2 } }; MountainIceWandB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "WolfPelt", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MountainMageChestA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Silver", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Crystal", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Obsidian", Amount = 2, AmountPerLevel = 2 } }; MountainMageChestB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MountainMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Obsidian", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Crystal", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Silver", Amount = 2, AmountPerLevel = 2 } }; MountainMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MountainMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Obsidian", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Crystal", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Silver", Amount = 2, AmountPerLevel = 2 } }; MountainMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "WolfPelt", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 2, AmountPerLevel = 2 } }; MountainMageCapeA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Silver", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Crystal", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Obsidian", Amount = 2, AmountPerLevel = 2 } }; MountainMageCapeB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsCore_RtD", Amount = 1, AmountPerLevel = 1 } }; PlainsVoidStaffA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMetal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Needle", Amount = 2, AmountPerLevel = 2 } }; PlainsVoidStaffB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsCore_RtD", Amount = 1, AmountPerLevel = 1 } }; PlainsVoidWandA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMetal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Needle", Amount = 2, AmountPerLevel = 2 } }; PlainsVoidWandB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "LinenThread", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; PlainsMageChestA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "BlackMetal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Needle", Amount = 2, AmountPerLevel = 2 } }; PlainsMageChestB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; PlainsMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "LoxPelt", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMetal", Amount = 2, AmountPerLevel = 2 } }; PlainsMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 18, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; PlainsMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "LoxPelt", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 18, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMetal", Amount = 2, AmountPerLevel = 2 } }; PlainsMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; PlainsMageCapeA = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "BlackMetal", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "Tar", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "LoxPelt", Amount = 3, AmountPerLevel = 2 } }; PlainsMageCapeB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsCore_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsQuakeStaffA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Carapace", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 3, AmountPerLevel = 2 } }; MistlandsQuakeStaffB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsCore_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsElementWandA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Carapace", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 2, AmountPerLevel = 2 } }; MistlandsElementWandB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsToken_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsHoodA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "YggdrasilWood", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 2, AmountPerLevel = 2 } }; MistlandsHoodB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsToken_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsChestA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "YggdrasilWood", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 2, AmountPerLevel = 2 } }; MistlandsChestB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsToken_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsLegsA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "YggdrasilWood", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 2, AmountPerLevel = 2 } }; MistlandsLegsB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsToken_RtD", Amount = 1, AmountPerLevel = 1 } }; MistlandsCapeA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "YggdrasilWood", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMarble", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 2, AmountPerLevel = 2 } }; MistlandsCapeB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "CinderWood_RtD", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff1A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 8, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff1B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "CinderWood_RtD", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff2A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff2B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "CinderWood_RtD", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 7, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff3A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 7, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsStaff3B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "CinderWood_RtD", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsFireWandA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsFireWandB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DemonHide_RtD", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageChestA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageChestB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Flametal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHide_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Flametal", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHide_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 3, AmountPerLevel = 2 }, new RequirementConfig { Item = "BurningGland_RtD", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; AshLandsMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroWood_RtD", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "IceCrystal_RtD", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff1A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 28, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff1B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroWood_RtD", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 6, AmountPerLevel = 2 }, new RequirementConfig { Item = "IceCrystal_RtD", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff2A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 6, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff2B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroWood_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "IceCrystal_RtD", Amount = 6, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff3A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthStaff3B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroWood_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "IceCrystal_RtD", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthArcaneWand1A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Blackwood", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthArcaneWand1B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FaeWolfPelt_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FairySilk_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageChestA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageChestB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeWolfPelt_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FairySilk_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageHoodA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageHoodB = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeWolfPelt_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FairySilk_RtD", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeNectar_RtD", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageLegsA = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FlametalNew", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "AskHide", Amount = 50, AmountPerLevel = 2 }, new RequirementConfig { Item = "Grausten", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 } }; DeepNorthMageLegsB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsCore_RtD", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsToken_RtD", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T1A = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 30, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyEikthyr", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "Stone", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T1B = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestCore_RtD", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T2A = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyTheElder", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "Stone", Amount = 5, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T2B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampCore_RtD", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T3A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyBonemass", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "Ooze", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "BoneFragments", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T3B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainCore_RtD", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T4A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 40, AmountPerLevel = 2 }, new RequirementConfig { Item = "TrophyDragonQueen", Amount = 1, AmountPerLevel = 1 }, new RequirementConfig { Item = "Obsidian", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FreezeGland", Amount = 2, AmountPerLevel = 2 } }; HealingStaff_T4B = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Raspberry", Amount = 2, AmountPerLevel = 0 }, new RequirementConfig { Item = "Blueberries", Amount = 2, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SQueensJamA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[2] { new RequirementConfig { Item = "Raspberry", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Blueberries", Amount = 3, AmountPerLevel = 0 } }; SQueensJamB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Mushroom", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Carrot", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SCarrotSoupA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Mushroom", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Carrot", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "MushroomYellow", Amount = 1, AmountPerLevel = 0 } }; SCarrotSoupB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "RawMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Turnip", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SBlackSoupA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "RawMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Carrot", Amount = 5, AmountPerLevel = 0 }, new RequirementConfig { Item = "Bloodbag", Amount = 1, AmountPerLevel = 0 } }; SBlackSoupB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "DeerMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Turnip", Amount = 4, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; STurnipStewA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "DeerMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Turnip", Amount = 4, AmountPerLevel = 0 }, new RequirementConfig { Item = "Bloodbag", Amount = 1, AmountPerLevel = 0 } }; STurnipStewB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Blueberries", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Ooze", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SShockolateShakeA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Blueberries", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Ooze", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Bloodbag", Amount = 1, AmountPerLevel = 0 } }; SShockolateShakeB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "WolfMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Onion", Amount = 4, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SOnionSoupA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "WolfMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Onion", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "FreezeGland", Amount = 1, AmountPerLevel = 0 } }; SOnionSoupB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "FreezeGland", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Ooze", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SEyeScreamA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "WolfMeat", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "Ooze", Amount = 3, AmountPerLevel = 0 }, new RequirementConfig { Item = "Thistle", Amount = 1, AmountPerLevel = 0 } }; SEyeScreamB = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Bloodbag", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "BarleyFlour", Amount = 2, AmountPerLevel = 0 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 1, AmountPerLevel = 0 } }; SBloodPuddingA = val; val = new ItemConfig(); val.CraftingStation = "piece_cauldron"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[3] { new RequirementConfig { Item = "Bloodbag", Amount = 1, AmountPerLevel = 0 }, new RequirementConfig { Item = "BarleyFlour", Amount = 2, AmountPerLevel = 0 }, new RequirementConfig { Item = "CookedLoxMeat", Amount = 1, AmountPerLevel = 0 } }; SBloodPuddingB = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Resin", Amount = 25, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Dandelion", Amount = 10, AmountPerLevel = 2 } }; Elemental1B = val; val = new ItemConfig(); val.CraftingStation = "piece_workbench"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flint", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "MeadowsToken_RtD", Amount = 4, AmountPerLevel = 2 } }; Elemental1A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Bronze", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Resin", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "GreydwarfEye", Amount = 10, AmountPerLevel = 2 } }; Elemental2B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "RoundLog", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_CelestialBronzeBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackForestToken_RtD", Amount = 4, AmountPerLevel = 2 } }; Elemental2A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Guck", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Root", Amount = 2, AmountPerLevel = 2 } }; Elemental3B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "ElderBark", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_BrightsteelBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "SwampToken_RtD", Amount = 4, AmountPerLevel = 2 } }; Elemental3A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Silver", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "WolfPelt", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Crystal", Amount = 10, AmountPerLevel = 2 } }; Elemental4B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "Wood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_QuicksilverBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "MountainToken_RtD", Amount = 5, AmountPerLevel = 2 } }; Elemental4A = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "BlackMetal", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "LinenThread", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Iron", Amount = 10, AmountPerLevel = 2 } }; Elemental5B = val; val = new ItemConfig(); val.CraftingStation = "forge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FineWood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Item_NetheriteBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "SpiritEssense_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "PlainsToken_RtD", Amount = 5, AmountPerLevel = 2 } }; Elemental5A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "Mandible", Amount = 1, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 3, AmountPerLevel = 2 } }; Elemental6B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "YggdrasilWood", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FelmetalBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "Carapace", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "MistlandsToken_RtD", Amount = 5, AmountPerLevel = 2 } }; Elemental6A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "AskHide", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 2, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 3, AmountPerLevel = 2 } }; Elemental7B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "DemonHide_RtD", Amount = 10, AmountPerLevel = 2 }, new RequirementConfig { Item = "Flametal", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "ShadowCrystal_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "DemonHorn_RtD", Amount = 3, AmountPerLevel = 2 } }; Elemental7A = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "AskHide", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FlametalNew", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "CharredBone", Amount = 4, AmountPerLevel = 2 }, new RequirementConfig { Item = "Eitr", Amount = 6, AmountPerLevel = 2 } }; Elemental8B = val; val = new ItemConfig(); val.CraftingStation = "blackforge"; val.Requirements = (RequirementConfig[])(object)new RequirementConfig[4] { new RequirementConfig { Item = "FroWood_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "FroMetalBar_RtD", Amount = 15, AmountPerLevel = 2 }, new RequirementConfig { Item = "IceCrystal_RtD", Amount = 20, AmountPerLevel = 2 }, new RequirementConfig { Item = "FaeWolfFang_RtD", Amount = 3, AmountPerLevel = 2 } }; Elemental8A = val; PrefabList = new string[94] { "HealingAOE_T1_RtD", "HealingAOE_T2_RtD", "HealingAOE_T3_RtD", "HealingAOE_T4_RtD", "HealingCAST_T1_RtD", "HealingCAST_T2_RtD", "HealingCAST_T3_RtD", "HealingCAST_T4_RtD", "AirTornadoMeadowsAOE_RtD", "ArcaneLargeAOE_RtD", "ArcaneMediumAOE_RtD", "ArcaneSmallAOE_RtD", "EarthQuakeMistLandsAOE_RtD", "EarthShieldSwampAOE_RtD", "FireLargeAOE_RtD", "FireMediumAOE_RtD", "FireRingBlackForestAOE_RtD", "FireSmallAOE_RtD", "FrostEnchantmentMountainAOE_RtD", "LightDamgeAOE_RtD", "LighteningRainBlackForestAOE_RtD", "VoidAOE_RtD", "WaterAOE_RtD", "AirProjectileS_RtD", "ArcaneProjectileLargeS_RtD", "ArcaneProjectileLargeSecondaryS_RtD", "ArcaneProjectileMediumS_RtD", "ArcaneProjectileSmallS_RtD", "EarthProjectileQuake_RtD", "EarthProjectileS_RtD", "FireProjectileLargeS_RtD", "FireProjectileLargeSecondaryS_RtD", "FireProjectileMediumS_RtD", "FireProjectileS_RtD", "FrostProjectileLargeS_RtD", "FrostProjectileS_RtD", "LighteningProjectileS_RtD", "LightProjectileS_RtD", "SpawnerProjectileTemplate", "VoidProjectileS_RtD", "WaterProjectileS_RtD", "ArcaneExplosionLargeS_RtD", "ArcaneExplosionMediumS_RtD", "ArcaneExplosionSmallS_RtD", "EarthExplosionLargeS_RtD", "EarthExplosionSmallS_RtD", "FireExplosionLargeS_RtD", "FireExplosionMediumS_RtD", "FireExplosionSmallS_RtD", "FrostExplosionLargeS_RtD", "FrostExplosionSmallS_RtD", "LightExplosionSmallS_RtD", "LightningExplosionSmallS_RtD", "StormExplosionSmallS_RtD", "VoidExplosionSmallS_RtD", "WaterExplosionS_RtD", "AirWandProjectile_RtD", "ArcaneWandProjectile_RtD", "EarthWandProjectile_RtD", "FireWandAshProjectile_RtD", "FireWandProjectile_RtD", "IceWandProjectile_RtD", "LighteningWandProjectile_RtD", "LightWandProjectile_RtD", "VoidWandProjectile_RtD", "WaterWandProjectile_RtD", "AirExplosionWand_RtD", "ArcaneExplosionWand_RtD", "EarthExplosionWand_RtD", "FireExplosionAshWand_RtD", "FireExplosionWand_RtD", "FrostExplosionWand_RtD", "LighteningExplosionWand_RtD", "LightExplosionWand_RtD", "VoidExplosionWand_RtD", "WaterExplosionWand_RtD", "ArcaneMuzzleAOE_RtD", "EarthMuzzleAOE_RtD", "FireMuzzleAOE_RtD", "FrostMuzzleAOE_RtD", "LifeMuzzleAOE_RtD", "LightMuzzleAOE_RtD", "LightningMuzzleAOE_RtD", "ShadowMuzzleAOE_RtD", "StormMuzzleAOE_RtD", "WaterMuzzleAOE_RtD", "AirProjectileAOE_RtD", "ArcaneProjectileAOE_RtD", "EarthProjectileAOE_RtD", "FireProjectileAOE_RtD", "FrostProjectileAOE_RtD", "LightProjectileAOE_RtD", "VoidProjectileAOE_RtD", "WaterProjectileAOE_RtD" }; SFXList2 = new string[11] { "sfx_arcane_RtD", "sfx_earthcast_RtD", "sfx_firecast_RtD", "sfx_icecast_RtD", "sfx_lifecast_RtD", "sfx_lightcast_RtD", "sfx_lighteningcast_RtD", "sfx_naturecast_RtD", "sfx_stormcast_RtD", "sfx_voidcast_RtD", "sfx_watercast_RtD" }; CustomStatusEffectList = new string[15] { "SE_MageArmorAshLands_RtD", "SE_MageArmorBlackForest_RtD", "SE_MageArmorDeepNorth_RtD", "SE_Cast_T1_RtD", "SE_Cast_T2_RtD", "SE_Cast_T3_RtD", "SE_Cast_T4_RtD", "SE_HealingStaffT1_RtD", "SE_HealingStaffT2_RtD", "SE_HealingStaffT3_RtD", "SE_HealingStaffT4_RtD", "SE_MageArmorMistlands_RtD", "SE_MageArmorMountain_RtD", "SE_MageArmorPlains_RtD", "SE_MageArmorSwamp_RtD" }; ((BaseUnityPlugin)this)..ctor(); } } }