Decompiled source of DSP Speed and Consumption Tweaks v2.1.2

DSP_Speed_and_Consumption_Tweaks.dll

Decompiled 2 days ago
using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Configuration;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using DSP_Speed_and_Consumption_Tweaks.Patches;
using DSP_Speed_and_Consumption_Tweaks.Utils;
using HarmonyLib;
using UnityEngine;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyTitle("DSP_Speed_and_Consumption_Tweaks")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DSP_Speed_and_Consumption_Tweaks")]
[assembly: AssemblyCopyright("Copyright ©  2023")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("89210eff-62bc-480f-90ea-6e21729e8604")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: TargetFramework(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
[assembly: AssemblyVersion("1.0.0.0")]
namespace DSP_Speed_and_Consumption_Tweaks
{
	public static class DSP_Config
	{
		public enum units
		{
			M = 1,
			AU = 40000,
			LY = 2400000
		}

		public static class Mecha_LAND_CONFIG
		{
			public static ConfigEntry<double> WalkSpeedMultiplier;

			public static ConfigEntry<double> WalkSpeedUpgrageMultiplier;

			public static ConfigEntry<double> WalkEnergyCostMultiplier;

			public static ConfigEntry<double> JumpSpeedMultiplier;

			public static ConfigEntry<double> JumpEnergyMultiplier;

			public static ConfigEntry<double> FlightSpeedMultiplier;

			public static ConfigEntry<double> FlightTakeoffEnergyCostMultiplier;

			public static ConfigEntry<double> FlightEnergyCostMultiplier;
		}

		public static class Mecha_CRUISE_CONFIG
		{
			public static ConfigEntry<double> CruiseMaxSpeedMultiplier;

			public static ConfigEntry<double> CruiseAccelerationRateMultiplier;

			public static ConfigEntry<double> CruiseAccelerationEnergyCostMultiplier;
		}

		public static class Mecha_WARP_CONFIG
		{
			public static ConfigEntry<double> maxWarpSpeedMultiplier;

			public static ConfigEntry<double> warpKeepingConsumptionMultiplier;

			public static ConfigEntry<double> warpStartPowerConsumptionMultiplier;
		}

		public static class Logistic_SHIP_CONFIG
		{
			public static ConfigEntry<double> taxiSpeed;

			public static ConfigEntry<double> approchSpeed;

			public static ConfigEntry<double> ShipCruiseSpeedMultiplier;

			public static ConfigEntry<double> ShipWarpSpeedMultiplier;

			public static ConfigEntry<double> ShipEneregyTransitCostMultiplier;

			public static ConfigEntry<double> ShipEnergyTakeOffMultiplier;

			public static ConfigEntry<double> ShipEnergyMaxSpeedMultiplier;

			public static ConfigEntry<double> ShipEnergyWarpMultiplier;
		}

		public static class Logistic_DRONE_CONFIG
		{
			public static ConfigEntry<double> DroneTravelSpeedMutliplier;

			public static ConfigEntry<double> DroneTaxiSpeed;

			public static ConfigEntry<double> DroneEnergyTransitMultiplier;

			public static ConfigEntry<double> DroneEnergyTakeOffMultiplier;
		}

		public static class DysonSphere_CONFIG
		{
			public static ConfigEntry<double> RocketSpeedMutliplier;

			public static ConfigEntry<double> SolarSailBulletSpeedMutliplier;
		}

		public static class Dark_Fog_CONFIG
		{
			public static ConfigEntry<double> maxEnemyAttackSpeedMultiplier;

			public static ConfigEntry<double> maxEnemySpeedMultiplier;

			public static ConfigEntry<double> maxCarrierSpeedMultiplier;

			public static ConfigEntry<double> maxRelaySpeedMultiplier;

			public static ConfigEntry<double> maxSeedSpeedMultiplier;
		}

		public static class Debug_CONFIG
		{
			public static ConfigEntry<bool> DEBUG;
		}

		public static class StarData_CONFIG
		{
			public static ConfigEntry<float> local_star_flare_multiplier;

			public static ConfigEntry<float> distant_flare_multiplier;
		}

		private static readonly string MECHA_LAND_CONFIG = "ICARUS Land Configuration";

		private static readonly string MECHA_CRUISE_CONFIG = "ICARUS Cruise Configuration";

		private static readonly string MECHA_WARP_CONFIG = "ICARUS Warp Configuration";

		private static readonly string LOGISTIC_SHIP_CONFIG = "Logistic Ships Configuration";

		private static readonly string LOGISTIC_SHIP_WARP = "Logistic Ships Warp Configuration";

		private static readonly string LOGISTIC_SHIP_SAIL = "Logistic Ships Cruise Configuration";

		private static readonly string LOGISTIC_DRONE_CONFIG = "Logistic Drones Configuration";

		private static readonly string DYSONSPHERE_CONFIG = "Dyson sphere related Configuration";

		private static readonly string DARK_FOG_CONFIG = "Dark Fog Configuration";

		private static readonly string DEBUG_CONFIG = "Activate DEBUG messages";

		private static readonly string STARDATA_CONFIG = "Adjust star rendering";

		internal static void Init(ConfigFile config)
		{
			//IL_0031: Unknown result type (might be due to invalid IL or missing references)
			//IL_003b: Expected O, but got Unknown
			//IL_0071: Unknown result type (might be due to invalid IL or missing references)
			//IL_007b: Expected O, but got Unknown
			//IL_00b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_00bb: Expected O, but got Unknown
			//IL_00f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_00fb: Expected O, but got Unknown
			//IL_0131: Unknown result type (might be due to invalid IL or missing references)
			//IL_013b: Expected O, but got Unknown
			//IL_0171: Unknown result type (might be due to invalid IL or missing references)
			//IL_017b: Expected O, but got Unknown
			//IL_01b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_01bb: Expected O, but got Unknown
			//IL_01f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_01fb: Expected O, but got Unknown
			//IL_0231: Unknown result type (might be due to invalid IL or missing references)
			//IL_023b: Expected O, but got Unknown
			//IL_0271: Unknown result type (might be due to invalid IL or missing references)
			//IL_027b: Expected O, but got Unknown
			//IL_02b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_02bb: Expected O, but got Unknown
			//IL_02f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_02fb: Expected O, but got Unknown
			//IL_0331: Unknown result type (might be due to invalid IL or missing references)
			//IL_033b: Expected O, but got Unknown
			//IL_0371: Unknown result type (might be due to invalid IL or missing references)
			//IL_037b: Expected O, but got Unknown
			//IL_03b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_03bb: Expected O, but got Unknown
			//IL_03f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_03fb: Expected O, but got Unknown
			//IL_0431: Unknown result type (might be due to invalid IL or missing references)
			//IL_043b: Expected O, but got Unknown
			//IL_0471: Unknown result type (might be due to invalid IL or missing references)
			//IL_047b: Expected O, but got Unknown
			//IL_04b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_04bb: Expected O, but got Unknown
			//IL_04f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_04fb: Expected O, but got Unknown
			//IL_0531: Unknown result type (might be due to invalid IL or missing references)
			//IL_053b: Expected O, but got Unknown
			//IL_0571: Unknown result type (might be due to invalid IL or missing references)
			//IL_057b: Expected O, but got Unknown
			//IL_05b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_05bb: Expected O, but got Unknown
			//IL_05f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_05fb: Expected O, but got Unknown
			//IL_0631: Unknown result type (might be due to invalid IL or missing references)
			//IL_063b: Expected O, but got Unknown
			//IL_0671: Unknown result type (might be due to invalid IL or missing references)
			//IL_067b: Expected O, but got Unknown
			//IL_06b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_06bb: Expected O, but got Unknown
			//IL_06f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_06fb: Expected O, but got Unknown
			//IL_0731: Unknown result type (might be due to invalid IL or missing references)
			//IL_073b: Expected O, but got Unknown
			//IL_0771: Unknown result type (might be due to invalid IL or missing references)
			//IL_077b: Expected O, but got Unknown
			//IL_07b1: Unknown result type (might be due to invalid IL or missing references)
			//IL_07bb: Expected O, but got Unknown
			//IL_07f1: Unknown result type (might be due to invalid IL or missing references)
			//IL_07fb: Expected O, but got Unknown
			//IL_0831: Unknown result type (might be due to invalid IL or missing references)
			//IL_083b: Expected O, but got Unknown
			//IL_0861: Unknown result type (might be due to invalid IL or missing references)
			//IL_086b: Expected O, but got Unknown
			//IL_0895: Unknown result type (might be due to invalid IL or missing references)
			//IL_089f: Expected O, but got Unknown
			//IL_08c9: Unknown result type (might be due to invalid IL or missing references)
			//IL_08d3: Expected O, but got Unknown
			Mecha_LAND_CONFIG.WalkSpeedMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Walking speed Multiplier (Vanilla is 5m/s)", 1.0, new ConfigDescription("Multiplies the base walking speed", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Mecha_LAND_CONFIG.WalkSpeedUpgrageMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Walking speed Upgrade Multiplier", 1.0, new ConfigDescription("Amplifies the upgrades to the walking speed", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Mecha_LAND_CONFIG.WalkEnergyCostMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Walking Energy Multiplier (Vanilla is 15000)", 1.0, new ConfigDescription("Multiplies the base walking energy consumption", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_LAND_CONFIG.JumpSpeedMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Jumping speed Multiplier (Vanilla is 32m/s)", 1.0, new ConfigDescription("Multiplies the base Jumping speed", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Mecha_LAND_CONFIG.JumpEnergyMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Jumping Energy Multiplier (Vanilla is 25000)", 1.0, new ConfigDescription("Multiplies the base Jumping energy consumption", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_LAND_CONFIG.FlightSpeedMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Flight speed Multiplier (Vanilla is 250% WalkSpeed)", 1.0, new ConfigDescription("Changes the base Flight speed multiplyer", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Mecha_LAND_CONFIG.FlightEnergyCostMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Flight energy Multiplier (Vanilla is 5m/s)", 1.0, new ConfigDescription("Multiplies the base Flight energy cost", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_LAND_CONFIG.FlightTakeoffEnergyCostMultiplier = config.Bind<double>(MECHA_LAND_CONFIG, "Takeoff cost Multiplier (Vanilla is 5m/s)", 1.0, new ConfigDescription("Multiplies the base Takeoff cost", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_CRUISE_CONFIG.CruiseMaxSpeedMultiplier = config.Bind<double>(MECHA_CRUISE_CONFIG, "Maximum cruise speed (Vanilla is 1000m/s)", 1.0, new ConfigDescription("Multiplies the base max cruise speed for Icarus with this value (1.0 = vanilla speed). \nin game : \n40000 m is 1AU \n60 AU is 1 LY (2400000 m)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 100.0), (object[])null));
			Mecha_CRUISE_CONFIG.CruiseAccelerationRateMultiplier = config.Bind<double>(MECHA_CRUISE_CONFIG, "Acceleration rate is 2% current speed / s", 1.0, new ConfigDescription("Max cruise acceleration multiplier rate for Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 100.0), (object[])null));
			Mecha_CRUISE_CONFIG.CruiseAccelerationEnergyCostMultiplier = config.Bind<double>(MECHA_CRUISE_CONFIG, "Energy used to maintain cruise acceleration (Vanilla is 24000 )", 1.0, new ConfigDescription("Icarus' Cruise Acceleration Energy Cost multiplier.\n24000 * speeddiff = finalcost", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_WARP_CONFIG.maxWarpSpeedMultiplier = config.Bind<double>(MECHA_WARP_CONFIG, "Maximum absolute warp speed (Vanilla is 1000000 M/s)", 1.0, new ConfigDescription("Base max warp speed Multiplier of Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 100.0), (object[])null));
			Mecha_WARP_CONFIG.warpStartPowerConsumptionMultiplier = config.Bind<double>(MECHA_WARP_CONFIG, "Warp start power per speed (Vanilla is 1600)", 1.0, new ConfigDescription("Warp start power per speed Multiplier for Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Mecha_WARP_CONFIG.warpKeepingConsumptionMultiplier = config.Bind<double>(MECHA_WARP_CONFIG, "Warp keeping power per speed (Vanilla is 100)", 1.0, new ConfigDescription("Warp keeping power per speed Multiplier for Icarus. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Logistic_DRONE_CONFIG.DroneTravelSpeedMutliplier = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Travel speed (Vanilla is 8 M/s)", 1.0, new ConfigDescription("Logistic Drones' base travel speed. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.5, 10.0), (object[])null));
			Logistic_DRONE_CONFIG.DroneTaxiSpeed = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "taxi speed (Vanilla is sqrt(droneMaxSpeed / 8)).", 1.0, new ConfigDescription("Taxi speed of Logistic Drones. (The taxi speed is takeoff/landing speed at the Station)\nIt was just too unnatural to see the Drones or Ships docking at ligth speed when research was done.\nSo I made it fixed and adjustable.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.5, 32.0), (object[])null));
			Logistic_DRONE_CONFIG.DroneEnergyTransitMultiplier = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Energy consumption per meter (Vanilla is 20000)", 1.0, new ConfigDescription("Logistic Drones' energy consumption Multiplier per meter traveled. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10.0), (object[])null));
			Logistic_DRONE_CONFIG.DroneEnergyTakeOffMultiplier = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Energy consumption on take off (Vanilla is 800000)", 1.0, new ConfigDescription("Logistic Drones' energy consumption Multiplier on takeoff. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10.0), (object[])null));
			Logistic_SHIP_CONFIG.taxiSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Taxi speed (Vanilla is a fraction of the sailing speed)", 1.0, new ConfigDescription("This value will replace the taxi speed for landing and takeoff.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.5, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.approchSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Maximum approch speed (Vanilla is a fraction of the sailing speed)", 400.0, new ConfigDescription("This value will replace the sailing speed for both ends of the trip.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.5, 100000.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipCruiseSpeedMultiplier = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Base cruise speed (Vanilla is 400 M/s)", 1.0, new ConfigDescription("Base cruise speed Multiplier for Logistic Ships. (Base as in before research modifier)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.01, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipWarpSpeedMultiplier = config.Bind<double>(LOGISTIC_SHIP_WARP, "Maximum warp speed (Vanilla is 1000000 M/s)", 1.0, new ConfigDescription("Base max warp speed Multiplier of Logistic Ships. (Base as in before research modifier)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.01, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipEnergyWarpMultiplier = config.Bind<double>(LOGISTIC_SHIP_WARP, "Energy consumption per warp", 1.0, new ConfigDescription("Energy consumption Multiplier per warp for Logistic Ships. (Vanilla is 100000000)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipEneregyTransitCostMultiplier = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption per Meter (Vanilla is 30 )", 1.0, new ConfigDescription("Logistic Ships' energy consumption Multiplier per meter traveled. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipEnergyMaxSpeedMultiplier = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption For max speed (Vanilla is 200000)", 1.0, new ConfigDescription("Logistic Ships' energy consumption Multiplier for atteining max cruise speed.\nThis value is multiplied by the cruise speed of the ship during the trip (cruise speed value capped at 3000 for the calculation).", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			Logistic_SHIP_CONFIG.ShipEnergyTakeOffMultiplier = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption on takeoff", 1.0, new ConfigDescription("Logistic Ships' Energy consumption Multiplier on takeoff. (Vanilla is 6000000)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null));
			DysonSphere_CONFIG.RocketSpeedMutliplier = config.Bind<double>(DYSONSPHERE_CONFIG, "Rockets travel speed multiplier", 1.0, new ConfigDescription("Travel speed off rockets towards Dyson Sphere node.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(1.0, 100.0), (object[])null));
			DysonSphere_CONFIG.SolarSailBulletSpeedMutliplier = config.Bind<double>(DYSONSPHERE_CONFIG, "Solar Sail Bullet speed multiplier", 1.0, new ConfigDescription("Travel speed off Solar Sail Bullets towards Dyson Swarm node.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(1.0, 100.0), (object[])null));
			Dark_Fog_CONFIG.maxEnemyAttackSpeedMultiplier = config.Bind<double>(DARK_FOG_CONFIG, "Battle Unit travel speed multiplier", 1.0, new ConfigDescription("Ground and Space War unit movement speed Multiplier when traveling for assault.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Dark_Fog_CONFIG.maxEnemySpeedMultiplier = config.Bind<double>(DARK_FOG_CONFIG, "Battle Unit speed Multiplier", 1.0, new ConfigDescription("Ground and Space War unit movement speed Multiplier.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Dark_Fog_CONFIG.maxCarrierSpeedMultiplier = config.Bind<double>(DARK_FOG_CONFIG, "Carrier speed (Vanilla is 1800 M/s)", 1.0, new ConfigDescription("Carrier's cruise speed Multiplier.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Dark_Fog_CONFIG.maxRelaySpeedMultiplier = config.Bind<double>(DARK_FOG_CONFIG, "Relay speed (Vanilla is 1000 M/s)", 1.0, new ConfigDescription("Relay's cruise speed Multiplier.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Dark_Fog_CONFIG.maxSeedSpeedMultiplier = config.Bind<double>(DARK_FOG_CONFIG, "Seed speed (Vanilla is 1200 M/s)", 1.0, new ConfigDescription("Seed's cruise speed Multiplier.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.1, 10.0), (object[])null));
			Debug_CONFIG.DEBUG = config.Bind<bool>(DEBUG_CONFIG, "Debug messages :", false, new ConfigDescription("Enable log debug messages", (AcceptableValueBase)(object)new AcceptableValueList<bool>(new bool[2] { true, false }), (object[])null));
			StarData_CONFIG.local_star_flare_multiplier = config.Bind<float>(STARDATA_CONFIG, "Adjusts local rendreing", 1f, new ConfigDescription("Adjust the flare multiplier of the local star.", (AcceptableValueBase)(object)new AcceptableValueRange<float>(0.001f, 2f), (object[])null));
			StarData_CONFIG.distant_flare_multiplier = config.Bind<float>(STARDATA_CONFIG, "Adjusts stars rendreing", 1f, new ConfigDescription("Adjust the flare multiplier of the stars.", (AcceptableValueBase)(object)new AcceptableValueRange<float>(0.001f, 2f), (object[])null));
		}
	}
	[BepInPlugin("com.hiul.DSP_Speed_and_Consumption_Tweaks", "DSP_Speed_and_Consumption_Tweaks", "2.1.2")]
	[BepInProcess("DSPGAME.exe")]
	public class DSP_Speed_and_Consumption_Tweaks_Plugin : BaseUnityPlugin
	{
		private static class FieldType
		{
			public static int Delimited = 1;
		}

		private class TextFieldParser : StreamReader
		{
			private int lineNumber;

			private int _textFieldType;

			private bool hasFieldsEnclosedInQuotes;

			private HashSet<char> _delimiters;

			public int TextFieldType
			{
				get
				{
					return _textFieldType;
				}
				set
				{
					if (value.GetType() == typeof(FieldType))
					{
						_textFieldType = value;
					}
				}
			}

			public bool HasFieldsEnclosedInQuotes
			{
				get
				{
					return hasFieldsEnclosedInQuotes;
				}
				set
				{
					if (value.GetType() == typeof(bool))
					{
						hasFieldsEnclosedInQuotes = value;
					}
				}
			}

			public char[] SetDelimiters(char[] delimiters)
			{
				if (_delimiters != null)
				{
					_delimiters = null;
				}
				_delimiters = new HashSet<char>(delimiters);
				return _delimiters.ToArray();
			}

			public char[] SetDelimiters(string delimiters)
			{
				return SetDelimiters(delimiters.ToArray());
			}

			public TextFieldParser(string path)
				: base(path)
			{
			}

			internal string[] ReadFields()
			{
				if (lineNumber == 0)
				{
					ReadLine();
				}
				lineNumber++;
				string text = ReadLine();
				if (!base.EndOfStream)
				{
					List<StringBuilder> list = new List<StringBuilder>();
					StringBuilder stringBuilder2 = new StringBuilder();
					bool flag = false;
					char c = ' ';
					for (int i = 0; i < text.Length; i++)
					{
						if (hasFieldsEnclosedInQuotes && text[i] == '"' && c != '\\')
						{
							flag = !flag;
						}
						else if (!flag && _delimiters.Contains(text[i]))
						{
							list.Add(stringBuilder2);
							stringBuilder2 = new StringBuilder();
						}
						else
						{
							stringBuilder2.Append(text[i]);
							c = text[i];
						}
					}
					list.Add(stringBuilder2);
					return list.Select((StringBuilder stringBuilder) => stringBuilder.ToString()).ToArray();
				}
				return new List<string>().ToArray();
			}
		}

		public class ExpextedInstruction
		{
			public string functionName;

			public bool posCurrentMatch;

			public int instructionPosition;

			public string opcode;

			public string operand;

			public bool expectedPosMatch;

			public int expectedInstructionPosition;

			public string expectedOpcode;

			public string expectedOperand;
		}

		public static bool DEBUG = true;

		public static StringCollection expectedInstructions = null;

		public static string pluginPath = "";

		public static bool generateCsvFile = false;

		public static ManualLogSource Log;

		public static List<ExpextedInstruction> expextedInstructionsList = new List<ExpextedInstruction>();

		private static string strexpectedInstructions = "function name,is current match position,instruction position,opcode,operand,expected match position,expected instruction position,expected opcode,expected operand\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,0, ldarg.1,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,1, ldarg.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,2, ldfld,System.Int32 planetId\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,3, ldelem,AstroData\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,4, stloc.1,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,5, ldarg.1,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,6, ldarg.2,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,7, ldfld,System.Int32 planetId\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,8, ldelem,AstroData\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,9, stloc.2,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,10, ldarg.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,11, ldfld,UnityEngine.Vector3[] shipDiskPos\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,12, ldarg.s,7\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,13, ldelem,UnityEngine.Vector3\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,14, stloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,15, ldloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,16, ldc.r4,25\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,17, ldloca.s,UnityEngine.Vector3 (3)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,18, call,UnityEngine.Vector3 get_normalized()\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,19, call,\"UnityEngine.Vector3 op_Multiply(Single, UnityEngine.Vector3)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,20, call,\"UnityEngine.Vector3 op_Addition(UnityEngine.Vector3, UnityEngine.Vector3)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,21, stloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,22, ldloca.s,AstroData (1)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,23, ldflda,VectorLF3 uPos\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,24, ldloca.s,AstroData (1)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,25, ldflda,UnityEngine.Quaternion uRot\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,26, ldloca.s,UnityEngine.Vector3 (3)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,27, ldloca.s,VectorLF3 (4)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,28, call,\"Void lpos2upos_out(VectorLF3 ByRef, UnityEngine.Quaternion ByRef, UnityEngine.Vector3 ByRef, VectorLF3 ByRef)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,29, ldarg.2,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,30, ldfld,UnityEngine.Vector3 shipDockPos\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,31, stloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,32, ldloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,33, ldc.r4,25\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,34, ldloca.s,UnityEngine.Vector3 (3)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,35, call,UnityEngine.Vector3 get_normalized()\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,36, call,\"UnityEngine.Vector3 op_Multiply(Single, UnityEngine.Vector3)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,37, call,\"UnityEngine.Vector3 op_Addition(UnityEngine.Vector3, UnityEngine.Vector3)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,38, stloc.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,39, ldloca.s,AstroData (2)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,40, ldflda,VectorLF3 uPos\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,41, ldloca.s,AstroData (2)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,42, ldflda,UnityEngine.Quaternion uRot\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,43, ldloca.s,UnityEngine.Vector3 (3)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,44, ldloca.s,VectorLF3 (5)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,45, call,\"Void lpos2upos_out(VectorLF3 ByRef, UnityEngine.Quaternion ByRef, UnityEngine.Vector3 ByRef, VectorLF3 ByRef)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,46, ldloc.s,VectorLF3 (4)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,47, ldloc.s,VectorLF3 (5)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,48, call,\"VectorLF3 op_Subtraction(VectorLF3, VectorLF3)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,49, stloc.s,VectorLF3 (20)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,50, ldloca.s,VectorLF3 (20)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,51, call,Double get_magnitude()\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,52, stloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,53, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,54, ldc.r4,600\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,55, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,56, stloc.s,System.Single (7)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,57, ldloc.s,System.Single (7)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,58, ldc.r4,\"0,4\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,59, call,\"Single Pow(Single, Single)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,60, stloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,61, ldloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,62, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,63, bgt,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,64, ldloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,65, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,66, ldloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,67, call,Single Log(Single)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,68, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,69, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,70, stloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,71, ldloc.s,System.Single (7)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,72, ldc.r4,500\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,73, ble.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,74, ldc.r4,500\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,75, stloc.s,System.Single (7)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,76, ldloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,77, ldc.r4,\"0,006\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,78, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,79, ldc.r4,1E-05\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,80, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,81, stloc.s,System.Single (10)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,82, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,83, ldc.r4,\"0,03\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,84, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,85, stloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,86, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,87, ldc.r4,\"0,12\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,88, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,89, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,90, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,91, stloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,92, ldarg.s,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,93, ldc.i4.1,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,94, beq,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,95, ldc.r4,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,96, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,97, ldc.r4,2\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,98, ldloc.1,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,99, ldfld,System.Single uRadius\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,100, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,101, ldloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,102, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,103, conv.r4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,104, call,Single Sqrt(Single)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,105, stloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,106, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,107, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,108, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,109, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,110, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,111, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,112, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,113, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,114, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,115, ldc.r4,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,116, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,117, stloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,118, ldc.r4,\"0,382\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,119, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,120, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,121, stloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,122, ldc.r4,\"0,15\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,123, ldloc.s,System.Single (7)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,124, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,125, ldc.r4,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,126, ldloc.s,System.Single (8)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,127, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,128, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,129, stloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,130, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,131, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,132, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,133, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,134, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,135, stloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,136, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,137, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,138, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,139, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,140, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,141, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,142, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,143, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,144, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,145, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,146, ldc.r4,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,147, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,148, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,149, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,150, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,151, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,152, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,153, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,154, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,155, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,156, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,157, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,158, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,159, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,160, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,161, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,162, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,163, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,164, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,165, stloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,166, ldc.i4.s,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,167, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,168, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,169, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,170, ldloc.s,System.Single (10)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,171, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,172, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,173, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,174, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,175, ldc.r4,\"1,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,176, ldloc.s,System.Single (10)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,177, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,178, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,179, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,180, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,181, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,182, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,183, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,184, ldc.r8,5000\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,185, ldc.r8,\"0,25\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,186, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,187, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,188, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,189, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,190, stloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,191, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,192, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,193, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,194, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,195, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,196, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,197, ldc.r8,0\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,198, bgt.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,199, ldc.i4.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,200, starg.s,5\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,201, ldarg.s,5\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,202, brtrue,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,203, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,204, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,205, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,206, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,207, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,208, ble.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,209, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,210, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,211, ldloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,212, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,213, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,214, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,215, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,216, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,217, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,218, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,219, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,220, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,221, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,222, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,223, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,224, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,225, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,226, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,227, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,228, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,229, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,230, ldc.r8,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,231, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,232, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,233, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,234, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,235, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,236, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,237, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,238, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,239, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,240, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,241, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,242, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,243, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,244, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,245, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,246, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,247, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,248, ldc.r8,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,249, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,250, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,251, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,252, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,253, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,254, ldloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,255, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,256, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,257, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,258, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,259, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,260, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,261, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,262, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,263, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,264, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,265, bge.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,266, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,267, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,268, ldloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,269, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,270, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,271, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,272, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,273, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,274, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,275, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,276, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,277, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,278, ldc.r4,2\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,279, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,280, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,281, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,282, conv.r4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,283, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,284, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,285, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,286, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,287, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,288, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,289, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,290, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,291, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,292, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,293, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,294, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,295, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,296, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,297, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,298, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,299, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,300, call,Single Sqrt(Single)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,301, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,302, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,303, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,304, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,305, stloc.s,System.Single (21)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,306, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,307, ldloc.s,System.Single (21)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,308, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,309, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,310, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,311, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,312, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,313, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,314, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,315, ldc.r8,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,316, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,317, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,318, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,319, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,320, ldloc.s,System.Single (21)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,321, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,322, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,323, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,324, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,325, stloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,326, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,327, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,328, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,329, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,330, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,331, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,332, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,333, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,334, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,335, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,336, ldc.r4,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,337, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,338, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,339, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,340, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,341, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,342, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,343, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,344, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,345, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,346, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,347, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,348, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,349, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,350, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,351, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,352, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,353, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,354, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,355, stloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,356, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,357, ldloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,358, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,359, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,360, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,361, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,362, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,363, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,364, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,365, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,366, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,367, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,368, conv.r4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,369, stloc.s,System.Single (22)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,370, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,371, ldloc.s,System.Single (22)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,372, ldloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,373, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,374, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,375, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,376, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,377, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,378, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,379, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,380, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,381, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,382, ldloc.s,System.Single (22)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,383, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,384, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,385, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,386, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,387, stloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,388, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,389, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,390, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,391, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,392, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,393, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,394, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,395, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,396, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,397, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,398, ldc.r4,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,399, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,400, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,401, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,402, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,403, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,404, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,405, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,406, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,407, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,408, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,409, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,410, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,411, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,412, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,413, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,414, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,415, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,416, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,417, stloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,418, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,419, ldloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,420, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,421, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,422, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,423, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,424, ldc.r8,2\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,425, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,426, ldarg.s,4\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,427, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,428, blt,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,429, ldarg.s,4\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,430, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,431, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,432, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,433, ldc.r8,2\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,434, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,435, stloc.s,System.Double (23)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,436, ldloc.s,System.Double (23)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,437, ldc.r8,\"0,18775714286\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,438, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,439, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,440, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,441, ldc.r8,\"1,33333333333\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,442, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,443, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,444, stloc.s,System.Double (24)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,445, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,446, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,447, ldloc.s,System.Single (11)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,448, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,449, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,450, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,451, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,452, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,453, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,454, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,455, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,456, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,457, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,458, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,459, ldloc.s,System.Single (13)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,460, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,461, ldloc.s,System.Single (12)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,462, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,463, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,464, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,465, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,466, ldc.r8,\"0,5\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,467, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,468, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,469, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,470, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,471, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,472, ldc.r4,5000\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,473, bge.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,474, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,475, ldc.r4,5000\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,476, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,477, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,478, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,479, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,480, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,481, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,482, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,483, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,484, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,485, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,486, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,487, ldc.r4,5000\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,488, bgt,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,489, ldc.r4,5000\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,490, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,491, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,492, stloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,493, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,494, ldloc.s,System.Double (24)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,495, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,496, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,497, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,498, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,499, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,500, ble.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,501, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,502, ldc.i4.s,80\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,503, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,504, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,505, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,506, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,507, ldloc.s,System.Double (24)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,508, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,509, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,510, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,511, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,512, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,513, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,514, ldloc.s,System.Double (23)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,515, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,516, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,517, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,518, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,519, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,520, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,521, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,522, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,523, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,524, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,525, ldloc.s,System.Double (6)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,526, ldloc.s,System.Single (14)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,527, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,528, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,529, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,530, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,531, ldloc.s,System.Double (24)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,532, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,533, stloc.s,System.Double (25)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,534, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,535, ldc.r8,6400\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,536, ldc.r8,79\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,537, ldloc.s,System.Double (25)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,538, ldc.r8,0\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,539, call,\"Double Pow(Double, Double)\"\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,540, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,541, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,542, ldloc.s,System.Double (25)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,543, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,544, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,545, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,546, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,547, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,548, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,549, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,550, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,551, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,552, ble.un,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,553, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,554, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,555, ldloc.s,System.Single (17)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,556, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,557, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,558, ldarg.3,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,559, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,560, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,561, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,562, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,563, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,564, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,565, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,566, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,567, ldloc.s,System.Int32 (18)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,568, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,569, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,570, br,System.Reflection.Emit.Label\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,571, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,572, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,573, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,574, ldloc.s,System.Double (19)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,575, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,576, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,577, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,578, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,579, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,580, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,581, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,582, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,583, ldc.r4,6\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,584, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,585, ldloc.s,System.Single (9)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,586, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,587, ldloc.s,System.Single (16)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,588, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,589, ldc.r4,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,590, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,591, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,592, call,Double Log(Double)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,593, sub,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,594, ldloc.s,System.Single (15)\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,595, conv.r8,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,596, div,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,597, ldc.r8,60\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,598, mul,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,599, ldc.r8,1\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,600, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,601, conv.i4,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,602, add,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,603, stloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,604, ldloc.0,\r\ncalcRemoteSingleTripTime_Transpiler,,,,,,605, ret,\r\nInternalTickLocal_Transpiler,,,,,,0, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,1, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,2, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,3, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,4, ldfld,System.Int64 energyPerTick\r\nInternalTickLocal_Transpiler,,,,,,5, conv.r4,\r\nInternalTickLocal_Transpiler,,,,,,6, ldarg.3,\r\nInternalTickLocal_Transpiler,,,,,,7, mul,\r\nInternalTickLocal_Transpiler,,,,,,8, conv.i4,\r\nInternalTickLocal_Transpiler,,,,,,9, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,10, add,\r\nInternalTickLocal_Transpiler,,,,,,11, stfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,12, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,13, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,14, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,15, ldc.i4,1000\r\nInternalTickLocal_Transpiler,,,,,,16, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,17, sub,\r\nInternalTickLocal_Transpiler,,,,,,18, stfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,19, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,20, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,21, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,22, ldfld,System.Int64 energyMax\r\nInternalTickLocal_Transpiler,,,,,,23, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,24, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,25, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,26, ldfld,System.Int64 energyMax\r\nInternalTickLocal_Transpiler,,,,,,27, stfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,28, br,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,29, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,30, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,31, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,32, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,33, bge,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,34, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,35, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,36, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,37, stfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,38, ldarg.s,4\r\nInternalTickLocal_Transpiler,,,,,,39, ldc.r4,8\r\nInternalTickLocal_Transpiler,,,,,,40, div,\r\nInternalTickLocal_Transpiler,,,,,,41, call,Single Sqrt(Single)\r\nInternalTickLocal_Transpiler,,,,,,42, stloc.0,\r\nInternalTickLocal_Transpiler,,,,,,43, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,44, stloc.1,\r\nInternalTickLocal_Transpiler,,,,,,45, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,46, stloc.2,\r\nInternalTickLocal_Transpiler,,,,,,47, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,48, stloc.3,\r\nInternalTickLocal_Transpiler,,,,,,49, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,50, stloc.s,System.Int32 (4)\r\nInternalTickLocal_Transpiler,,,,,,51, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,52, stloc.s,System.Int32 (5)\r\nInternalTickLocal_Transpiler,,,,,,53, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,54, stloc.s,System.Int32 (6)\r\nInternalTickLocal_Transpiler,,,,,,55, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,56, stloc.s,System.Int32 (7)\r\nInternalTickLocal_Transpiler,,,,,,57, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,58, stloc.s,System.Int32 (8)\r\nInternalTickLocal_Transpiler,,,,,,59, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,60, stloc.s,System.Int32 (9)\r\nInternalTickLocal_Transpiler,,,,,,61, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,62, stloc.s,System.Int32 (10)\r\nInternalTickLocal_Transpiler,,,,,,63, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,64, stloc.s,System.Int32 (11)\r\nInternalTickLocal_Transpiler,,,,,,65, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,66, stloc.s,System.Int32 (12)\r\nInternalTickLocal_Transpiler,,,,,,67, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,68, stloc.s,System.Int32 (13)\r\nInternalTickLocal_Transpiler,,,,,,69, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,70, stloc.s,System.Int32 (14)\r\nInternalTickLocal_Transpiler,,,,,,71, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,72, stloc.s,System.Int32 (15)\r\nInternalTickLocal_Transpiler,,,,,,73, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,74, stloc.s,System.Int32 (16)\r\nInternalTickLocal_Transpiler,,,,,,75, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,76, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,77, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,78, ldfld,System.Int32 idleDroneCount\r\nInternalTickLocal_Transpiler,,,,,,79, add,\r\nInternalTickLocal_Transpiler,,,,,,80, stloc.s,System.Int32 (17)\r\nInternalTickLocal_Transpiler,,,,,,81, ldarg.2,\r\nInternalTickLocal_Transpiler,,,,,,82, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,83, ldfld,System.Int32 gene\r\nInternalTickLocal_Transpiler,,,,,,84, ldc.i4.s,20\r\nInternalTickLocal_Transpiler,,,,,,85, rem,\r\nInternalTickLocal_Transpiler,,,,,,86, beq,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,87, ldloc.s,System.Int32 (17)\r\nInternalTickLocal_Transpiler,,,,,,88, ldc.i4.s,75\r\nInternalTickLocal_Transpiler,,,,,,89, blt,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,90, ldarg.2,\r\nInternalTickLocal_Transpiler,,,,,,91, ldc.i4.s,10\r\nInternalTickLocal_Transpiler,,,,,,92, rem,\r\nInternalTickLocal_Transpiler,,,,,,93, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,94, ldfld,System.Int32 gene\r\nInternalTickLocal_Transpiler,,,,,,95, ldc.i4.s,10\r\nInternalTickLocal_Transpiler,,,,,,96, rem,\r\nInternalTickLocal_Transpiler,,,,,,97, bne.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,98, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,99, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,100, ldfld,System.Int32 _tmp_iter_local\r\nInternalTickLocal_Transpiler,,,,,,101, ldc.i4.1,\r\nInternalTickLocal_Transpiler,,,,,,102, add,\r\nInternalTickLocal_Transpiler,,,,,,103, stfld,System.Int32 _tmp_iter_local\r\nInternalTickLocal_Transpiler,,,,,,104, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,105, ldfld,System.Int32 localPairCount\r\nInternalTickLocal_Transpiler,,,,,,106, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,107, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,108, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,109, ldfld,System.Int32 idleDroneCount\r\nInternalTickLocal_Transpiler,,,,,,110, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,111, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,112, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,113, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,114, ldc.i4,800000\r\nInternalTickLocal_Transpiler,,,,,,115, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,116, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,117, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,118, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,119, ldfld,System.Int32 localPairProcess\r\nInternalTickLocal_Transpiler,,,,,,120, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,121, ldfld,System.Int32 localPairCount\r\nInternalTickLocal_Transpiler,,,,,,122, rem,\r\nInternalTickLocal_Transpiler,,,,,,123, stfld,System.Int32 localPairProcess\r\nInternalTickLocal_Transpiler,,,,,,124, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,125, ldfld,System.Int32 localPairProcess\r\nInternalTickLocal_Transpiler,,,,,,126, stloc.s,System.Int32 (20)\r\nInternalTickLocal_Transpiler,,,,,,127, ldarg.s,5\r\nInternalTickLocal_Transpiler,,,,,,128, ldc.i4.1,\r\nInternalTickLocal_Transpiler,,,,,,129, sub,\r\nInternalTickLocal_Transpiler,,,,,,130, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,131, ldfld,System.Int32 deliveryDrones\r\nInternalTickLocal_Transpiler,,,,,,132, mul,\r\nInternalTickLocal_Transpiler,,,,,,133, ldc.i4.s,100\r\nInternalTickLocal_Transpiler,,,,,,134, div,\r\nInternalTickLocal_Transpiler,,,,,,135, stloc.s,System.Int32 (21)\r\nInternalTickLocal_Transpiler,,,,,,136, ldloc.s,System.Int32 (21)\r\nInternalTickLocal_Transpiler,,,,,,137, stloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,138, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,139, ldfld,SupplyDemandPair[] localPairs\r\nInternalTickLocal_Transpiler,,,,,,140, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,141, ldfld,System.Int32 localPairProcess\r\nInternalTickLocal_Transpiler,,,,,,142, ldelema,SupplyDemandPair\r\nInternalTickLocal_Transpiler,,,,,,143, stloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,144, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,145, ldfld,System.Int32 supplyId\r\nInternalTickLocal_Transpiler,,,,,,146, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,147, ldfld,System.Int32 id\r\nInternalTickLocal_Transpiler,,,,,,148, bne.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,149, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,150, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,151, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,152, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,153, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,154, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,155, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,156, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,157, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,158, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,159, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,160, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,161, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,162, ldfld,System.Int32 max\r\nInternalTickLocal_Transpiler,,,,,,163, stloc.1,\r\nInternalTickLocal_Transpiler,,,,,,164, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,165, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,166, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,167, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,168, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,169, ldfld,System.Int32 count\r\nInternalTickLocal_Transpiler,,,,,,170, stloc.2,\r\nInternalTickLocal_Transpiler,,,,,,171, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,172, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,173, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,174, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,175, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,176, ldfld,System.Int32 inc\r\nInternalTickLocal_Transpiler,,,,,,177, stloc.3,\r\nInternalTickLocal_Transpiler,,,,,,178, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,179, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,180, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,181, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,182, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,183, call,Int32 get_localSupplyCount()\r\nInternalTickLocal_Transpiler,,,,,,184, stloc.s,System.Int32 (4)\r\nInternalTickLocal_Transpiler,,,,,,185, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,186, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,187, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,188, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,189, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,190, call,Int32 get_totalSupplyCount()\r\nInternalTickLocal_Transpiler,,,,,,191, stloc.s,System.Int32 (5)\r\nInternalTickLocal_Transpiler,,,,,,192, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,193, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,194, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,195, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,196, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,197, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,198, ldloc.1,\r\nInternalTickLocal_Transpiler,,,,,,199, ldloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,200, bgt,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,201, ldloc.1,\r\nInternalTickLocal_Transpiler,,,,,,202, ldc.i4.1,\r\nInternalTickLocal_Transpiler,,,,,,203, sub,\r\nInternalTickLocal_Transpiler,,,,,,204, stloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,205, ldloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,206, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,207, bge,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,208, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,209, stloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,210, ldloc.2,\r\nInternalTickLocal_Transpiler,,,,,,211, ldloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,212, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,213, ldloc.s,System.Int32 (4)\r\nInternalTickLocal_Transpiler,,,,,,214, ldloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,215, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,216, ldloc.s,System.Int32 (5)\r\nInternalTickLocal_Transpiler,,,,,,217, ldloc.s,System.Int32 (22)\r\nInternalTickLocal_Transpiler,,,,,,218, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,219, ldarg.s,6\r\nInternalTickLocal_Transpiler,,,,,,220, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,221, ldfld,System.Int32 demandId\r\nInternalTickLocal_Transpiler,,,,,,222, ldelem.ref,\r\nInternalTickLocal_Transpiler,,,,,,223, stloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,224, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,225, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,226, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,227, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,228, ldfld,System.Single x\r\nInternalTickLocal_Transpiler,,,,,,229, stloc.s,System.Single (27)\r\nInternalTickLocal_Transpiler,,,,,,230, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,231, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,232, ldfld,System.Single y\r\nInternalTickLocal_Transpiler,,,,,,233, stloc.s,System.Single (28)\r\nInternalTickLocal_Transpiler,,,,,,234, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,235, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,236, ldfld,System.Single z\r\nInternalTickLocal_Transpiler,,,,,,237, stloc.s,System.Single (29)\r\nInternalTickLocal_Transpiler,,,,,,238, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,239, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,240, ldfld,System.Single x\r\nInternalTickLocal_Transpiler,,,,,,241, stloc.s,System.Single (30)\r\nInternalTickLocal_Transpiler,,,,,,242, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,243, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,244, ldfld,System.Single y\r\nInternalTickLocal_Transpiler,,,,,,245, stloc.s,System.Single (31)\r\nInternalTickLocal_Transpiler,,,,,,246, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,247, ldflda,UnityEngine.Vector3 droneDock\r\nInternalTickLocal_Transpiler,,,,,,248, ldfld,System.Single z\r\nInternalTickLocal_Transpiler,,,,,,249, stloc.s,System.Single (32)\r\nInternalTickLocal_Transpiler,,,,,,250, ldloc.s,System.Single (27)\r\nInternalTickLocal_Transpiler,,,,,,251, ldloc.s,System.Single (27)\r\nInternalTickLocal_Transpiler,,,,,,252, mul,\r\nInternalTickLocal_Transpiler,,,,,,253, ldloc.s,System.Single (28)\r\nInternalTickLocal_Transpiler,,,,,,254, ldloc.s,System.Single (28)\r\nInternalTickLocal_Transpiler,,,,,,255, mul,\r\nInternalTickLocal_Transpiler,,,,,,256, add,\r\nInternalTickLocal_Transpiler,,,,,,257, ldloc.s,System.Single (29)\r\nInternalTickLocal_Transpiler,,,,,,258, ldloc.s,System.Single (29)\r\nInternalTickLocal_Transpiler,,,,,,259, mul,\r\nInternalTickLocal_Transpiler,,,,,,260, add,\r\nInternalTickLocal_Transpiler,,,,,,261, conv.r8,\r\nInternalTickLocal_Transpiler,,,,,,262, call,Double Sqrt(Double)\r\nInternalTickLocal_Transpiler,,,,,,263, stloc.s,System.Double (33)\r\nInternalTickLocal_Transpiler,,,,,,264, ldloc.s,System.Single (30)\r\nInternalTickLocal_Transpiler,,,,,,265, ldloc.s,System.Single (30)\r\nInternalTickLocal_Transpiler,,,,,,266, mul,\r\nInternalTickLocal_Transpiler,,,,,,267, ldloc.s,System.Single (31)\r\nInternalTickLocal_Transpiler,,,,,,268, ldloc.s,System.Single (31)\r\nInternalTickLocal_Transpiler,,,,,,269, mul,\r\nInternalTickLocal_Transpiler,,,,,,270, add,\r\nInternalTickLocal_Transpiler,,,,,,271, ldloc.s,System.Single (32)\r\nInternalTickLocal_Transpiler,,,,,,272, ldloc.s,System.Single (32)\r\nInternalTickLocal_Transpiler,,,,,,273, mul,\r\nInternalTickLocal_Transpiler,,,,,,274, add,\r\nInternalTickLocal_Transpiler,,,,,,275, conv.r8,\r\nInternalTickLocal_Transpiler,,,,,,276, call,Double Sqrt(Double)\r\nInternalTickLocal_Transpiler,,,,,,277, stloc.s,System.Double (34)\r\nInternalTickLocal_Transpiler,,,,,,278, ldloc.s,System.Double (33)\r\nInternalTickLocal_Transpiler,,,,,,279, ldloc.s,System.Double (34)\r\nInternalTickLocal_Transpiler,,,,,,280, add,\r\nInternalTickLocal_Transpiler,,,,,,281, ldc.r8,\"0,5\"\r\nInternalTickLocal_Transpiler,,,,,,282, mul,\r\nInternalTickLocal_Transpiler,,,,,,283, stloc.s,System.Double (35)\r\nInternalTickLocal_Transpiler,,,,,,284, ldloc.s,System.Single (27)\r\nInternalTickLocal_Transpiler,,,,,,285, ldloc.s,System.Single (30)\r\nInternalTickLocal_Transpiler,,,,,,286, mul,\r\nInternalTickLocal_Transpiler,,,,,,287, ldloc.s,System.Single (28)\r\nInternalTickLocal_Transpiler,,,,,,288, ldloc.s,System.Single (31)\r\nInternalTickLocal_Transpiler,,,,,,289, mul,\r\nInternalTickLocal_Transpiler,,,,,,290, add,\r\nInternalTickLocal_Transpiler,,,,,,291, ldloc.s,System.Single (29)\r\nInternalTickLocal_Transpiler,,,,,,292, ldloc.s,System.Single (32)\r\nInternalTickLocal_Transpiler,,,,,,293, mul,\r\nInternalTickLocal_Transpiler,,,,,,294, add,\r\nInternalTickLocal_Transpiler,,,,,,295, conv.r8,\r\nInternalTickLocal_Transpiler,,,,,,296, ldloc.s,System.Double (33)\r\nInternalTickLocal_Transpiler,,,,,,297, ldloc.s,System.Double (34)\r\nInternalTickLocal_Transpiler,,,,,,298, mul,\r\nInternalTickLocal_Transpiler,,,,,,299, div,\r\nInternalTickLocal_Transpiler,,,,,,300, stloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,301, ldloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,302, ldc.r8,-1\r\nInternalTickLocal_Transpiler,,,,,,303, bge.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,304, ldc.r8,-1\r\nInternalTickLocal_Transpiler,,,,,,305, stloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,306, br,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,307, ldloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,308, ldc.r8,1\r\nInternalTickLocal_Transpiler,,,,,,309, ble.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,310, ldc.r8,1\r\nInternalTickLocal_Transpiler,,,,,,311, stloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,312, ldloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,313, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,314, ldfld,System.Double tripRangeDrones\r\nInternalTickLocal_Transpiler,,,,,,315, ldc.r8,1E-06\r\nInternalTickLocal_Transpiler,,,,,,316, sub,\r\nInternalTickLocal_Transpiler,,,,,,317, blt.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,318, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,319, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,320, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,321, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,322, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,323, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,324, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,325, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,326, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,327, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,328, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,329, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,330, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,331, call,Int32 get_localDemandCount()\r\nInternalTickLocal_Transpiler,,,,,,332, stloc.s,System.Int32 (15)\r\nInternalTickLocal_Transpiler,,,,,,333, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,334, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,335, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,336, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,337, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,338, call,Int32 get_totalDemandCount()\r\nInternalTickLocal_Transpiler,,,,,,339, stloc.s,System.Int32 (16)\r\nInternalTickLocal_Transpiler,,,,,,340, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,341, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,342, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,343, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,344, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,345, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,346, ldloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,347, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,348, ldfld,System.Double tripRangeDrones\r\nInternalTickLocal_Transpiler,,,,,,349, ldc.r8,1E-06\r\nInternalTickLocal_Transpiler,,,,,,350, sub,\r\nInternalTickLocal_Transpiler,,,,,,351, blt.un,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,352, ldloc.s,System.Int32 (15)\r\nInternalTickLocal_Transpiler,,,,,,353, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,354, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,355, ldloc.s,System.Int32 (16)\r\nInternalTickLocal_Transpiler,,,,,,356, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,357, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,358, ldloc.s,System.Double (36)\r\nInternalTickLocal_Transpiler,,,,,,359, call,Double Acos(Double)\r\nInternalTickLocal_Transpiler,,,,,,360, stloc.s,System.Double (37)\r\nInternalTickLocal_Transpiler,,,,,,361, ldloc.s,System.Double (35)\r\nInternalTickLocal_Transpiler,,,,,,362, ldloc.s,System.Double (37)\r\nInternalTickLocal_Transpiler,,,,,,363, mul,\r\nInternalTickLocal_Transpiler,,,,,,364, stloc.s,System.Double (38)\r\nInternalTickLocal_Transpiler,,,,,,365, ldloc.s,System.Double (38)\r\nInternalTickLocal_Transpiler,,,,,,366, ldc.r8,20000\r\nInternalTickLocal_Transpiler,,,,,,367, mul,\r\nInternalTickLocal_Transpiler,,,,,,368, ldc.r8,2\r\nInternalTickLocal_Transpiler,,,,,,369, mul,\r\nInternalTickLocal_Transpiler,,,,,,370, ldc.r8,800000\r\nInternalTickLocal_Transpiler,,,,,,371, add,\r\nInternalTickLocal_Transpiler,,,,,,372, conv.i8,\r\nInternalTickLocal_Transpiler,,,,,,373, stloc.s,System.Int64 (39)\r\nInternalTickLocal_Transpiler,,,,,,374, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,375, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,376, ldloc.s,System.Int64 (39)\r\nInternalTickLocal_Transpiler,,,,,,377, blt,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,378, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,379, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,380, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,381, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,382, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,383, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,384, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,385, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,386, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,387, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,388, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,389, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,390, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,391, ldfld,System.Int32 count\r\nInternalTickLocal_Transpiler,,,,,,392, stloc.2,\r\nInternalTickLocal_Transpiler,,,,,,393, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,394, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,395, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,396, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,397, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,398, ldfld,System.Int32 inc\r\nInternalTickLocal_Transpiler,,,,,,399, stloc.3,\r\nInternalTickLocal_Transpiler,,,,,,400, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,401, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,402, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,403, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,404, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,405, ldfld,System.Int32 itemId\r\nInternalTickLocal_Transpiler,,,,,,406, stloc.s,System.Int32 (6)\r\nInternalTickLocal_Transpiler,,,,,,407, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,408, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,409, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,410, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,411, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,412, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,413, ldarg.s,5\r\nInternalTickLocal_Transpiler,,,,,,414, ldloc.2,\r\nInternalTickLocal_Transpiler,,,,,,415, blt,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,416, ldloc.2,\r\nInternalTickLocal_Transpiler,,,,,,417, br,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,418, ldarg.s,5\r\nInternalTickLocal_Transpiler,,,,,,419, stloc.s,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,420, ldloc.2,\r\nInternalTickLocal_Transpiler,,,,,,421, stloc.s,System.Int32 (41)\r\nInternalTickLocal_Transpiler,,,,,,422, ldloc.3,\r\nInternalTickLocal_Transpiler,,,,,,423, stloc.s,System.Int32 (42)\r\nInternalTickLocal_Transpiler,,,,,,424, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,425, ldloca.s,System.Int32 (41)\r\nInternalTickLocal_Transpiler,,,,,,426, ldloca.s,System.Int32 (42)\r\nInternalTickLocal_Transpiler,,,,,,427, ldloc.s,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,428, call,\"Int32 split_inc(Int32 ByRef, Int32 ByRef, Int32)\"\r\nInternalTickLocal_Transpiler,,,,,,429, stloc.s,System.Int32 (43)\r\nInternalTickLocal_Transpiler,,,,,,430, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,431, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,432, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,433, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,434, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,435, ldloc.s,System.Single (27)\r\nInternalTickLocal_Transpiler,,,,,,436, ldloc.s,System.Single (28)\r\nInternalTickLocal_Transpiler,,,,,,437, ldloc.s,System.Single (29)\r\nInternalTickLocal_Transpiler,,,,,,438, newobj,\"Void .ctor(Single, Single, Single)\"\r\nInternalTickLocal_Transpiler,,,,,,439, stfld,UnityEngine.Vector3 begin\r\nInternalTickLocal_Transpiler,,,,,,440, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,441, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,442, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,443, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,444, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,445, ldloc.s,System.Single (30)\r\nInternalTickLocal_Transpiler,,,,,,446, ldloc.s,System.Single (31)\r\nInternalTickLocal_Transpiler,,,,,,447, ldloc.s,System.Single (32)\r\nInternalTickLocal_Transpiler,,,,,,448, newobj,\"Void .ctor(Single, Single, Single)\"\r\nInternalTickLocal_Transpiler,,,,,,449, stfld,UnityEngine.Vector3 end\r\nInternalTickLocal_Transpiler,,,,,,450, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,451, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,452, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,453, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,454, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,455, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,456, ldfld,System.Int32 id\r\nInternalTickLocal_Transpiler,,,,,,457, stfld,System.Int32 endId\r\nInternalTickLocal_Transpiler,,,,,,458, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,459, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,460, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,461, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,462, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,463, ldc.r4,1\r\nInternalTickLocal_Transpiler,,,,,,464, stfld,System.Single direction\r\nInternalTickLocal_Transpiler,,,,,,465, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,466, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,467, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,468, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,469, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,470, ldloc.s,System.Double (38)\r\nInternalTickLocal_Transpiler,,,,,,471, conv.r4,\r\nInternalTickLocal_Transpiler,,,,,,472, stfld,System.Single maxt\r\nInternalTickLocal_Transpiler,,,,,,473, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,474, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,475, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,476, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,477, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,478, ldc.r4,\"-1,5\"\r\nInternalTickLocal_Transpiler,,,,,,479, stfld,System.Single t\r\nInternalTickLocal_Transpiler,,,,,,480, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,481, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,482, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,483, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,484, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,485, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,486, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,487, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,488, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,489, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,490, ldloc.s,System.Int32 (6)\r\nInternalTickLocal_Transpiler,,,,,,491, dup,\r\nInternalTickLocal_Transpiler,,,,,,492, stloc.s,System.Int32 (44)\r\nInternalTickLocal_Transpiler,,,,,,493, stfld,System.Int32 itemId\r\nInternalTickLocal_Transpiler,,,,,,494, ldloc.s,System.Int32 (44)\r\nInternalTickLocal_Transpiler,,,,,,495, stfld,System.Int32 itemId\r\nInternalTickLocal_Transpiler,,,,,,496, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,497, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,498, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,499, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,500, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,501, ldloc.s,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,502, stfld,System.Int32 itemCount\r\nInternalTickLocal_Transpiler,,,,,,503, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,504, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,505, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,506, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,507, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,508, ldloc.s,System.Int32 (43)\r\nInternalTickLocal_Transpiler,,,,,,509, stfld,System.Int32 inc\r\nInternalTickLocal_Transpiler,,,,,,510, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,511, ldfld,DroneData[] workDroneDatas\r\nInternalTickLocal_Transpiler,,,,,,512, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,513, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,514, ldelema,DroneData\r\nInternalTickLocal_Transpiler,,,,,,515, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,516, ldfld,System.Int32 _tmp_iter_local\r\nInternalTickLocal_Transpiler,,,,,,517, stfld,System.Int32 gene\r\nInternalTickLocal_Transpiler,,,,,,518, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,519, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,520, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,521, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,522, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,523, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,524, ldfld,System.Int32 id\r\nInternalTickLocal_Transpiler,,,,,,525, stfld,System.Int32 otherStationId\r\nInternalTickLocal_Transpiler,,,,,,526, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,527, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,528, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,529, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,530, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,531, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,532, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,533, stfld,System.Int32 thisIndex\r\nInternalTickLocal_Transpiler,,,,,,534, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,535, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,536, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,537, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,538, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,539, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,540, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,541, stfld,System.Int32 otherIndex\r\nInternalTickLocal_Transpiler,,,,,,542, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,543, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,544, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,545, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,546, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,547, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,548, stfld,System.Int32 thisOrdered\r\nInternalTickLocal_Transpiler,,,,,,549, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,550, ldfld,LocalLogisticOrder[] workDroneOrders\r\nInternalTickLocal_Transpiler,,,,,,551, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,552, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,553, ldelema,LocalLogisticOrder\r\nInternalTickLocal_Transpiler,,,,,,554, ldloc.s,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,555, stfld,System.Int32 otherOrdered\r\nInternalTickLocal_Transpiler,,,,,,556, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,557, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,558, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,559, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,560, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,561, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,562, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,563, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,564, ldloc.s,StationComponent (26)\r\nInternalTickLocal_Transpiler,,,,,,565, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,566, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,567, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,568, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,569, ldflda,System.Int32 localOrder\r\nInternalTickLocal_Transpiler,,,,,,570, dup,\r\nInternalTickLocal_Transpiler,,,,,,571, ldind.i4,\r\nInternalTickLocal_Transpiler,,,,,,572, ldloc.s,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,573, add,\r\nInternalTickLocal_Transpiler,,,,,,574, stind.i4,\r\nInternalTickLocal_Transpiler,,,,,,575, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,576, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,577, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,578, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,579, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,580, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,581, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,582, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,583, ldfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,584, ldc.i4.1,\r\nInternalTickLocal_Transpiler,,,,,,585, add,\r\nInternalTickLocal_Transpiler,,,,,,586, stfld,System.Int32 workDroneCount\r\nInternalTickLocal_Transpiler,,,,,,587, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,588, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,589, ldfld,System.Int32 idleDroneCount\r\nInternalTickLocal_Transpiler,,,,,,590, ldc.i4.1,\r\nInternalTickLocal_Transpiler,,,,,,591, sub,\r\nInternalTickLocal_Transpiler,,,,,,592, stfld,System.Int32 idleDroneCount\r\nInternalTickLocal_Transpiler,,,,,,593, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,594, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,595, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,596, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,597, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,598, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,599, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,600, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,601, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,602, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,603, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,604, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,605, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,606, ldflda,System.Int32 count\r\nInternalTickLocal_Transpiler,,,,,,607, dup,\r\nInternalTickLocal_Transpiler,,,,,,608, ldind.i4,\r\nInternalTickLocal_Transpiler,,,,,,609, ldloc.s,Sy