Decompiled source of DSP Speed and Consumption Tweaks v1.1.0
DSP_Speed_and_Consumption_Tweaks.dll
Decompiled a week ago
The result has been truncated due to the large size, download it to view full contents!
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using System.Text; using BepInEx; using BepInEx.Configuration; using BepInEx.Logging; using DSP_Speed_and_Consumption_Tweaks.Patches; using HarmonyLib; using UnityEngine; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [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 Config { public static class Mecha_CRUISE_CONFIG { public static ConfigEntry<double> MaxCruiseSpeed; public static ConfigEntry<string> MaxCruiseSpeedUnit; public static ConfigEntry<double> CruiseMaxAccelerationRate; public static ConfigEntry<double> CruiseAccelerationEnergyCost; } public static class Mecha_WARP_CONFIG { public static ConfigEntry<double> maxWarpSpeed; public static ConfigEntry<string> maxWarpSpeedUnit; public static ConfigEntry<double> warpKeepingPowerPerSpeed; public static ConfigEntry<double> warpStartPowerPerSpeed; } public static class Logistic_SHIP_CONFIG { public static ConfigEntry<double> maxShipNearSpeed; public static ConfigEntry<double> maxShipAtmoSpeed; public static ConfigEntry<double> maxShipTaxiSpeed; public static ConfigEntry<double> ShipMaxCruiseSpeed; public static ConfigEntry<string> ShipMaxCruiseSpeedUnits; public static ConfigEntry<double> ShipMaxWarpSpeed; public static ConfigEntry<string> ShipMaxWarpSpeedUnits; public static ConfigEntry<double> ShipEneregyCostPerMeter; public static ConfigEntry<double> ShipEnergyCostTakeOff; public static ConfigEntry<double> ShipEnergyCostForMaxSpeed; public static ConfigEntry<double> ShipEnergyCostPerWarp; } public static class Logistic_DRONE_CONFIG { public static ConfigEntry<double> DroneMaxSpeed; public static ConfigEntry<double> DroneMaxTaxiSpeed; public static ConfigEntry<double> DroneEnergyPerMeter; public static ConfigEntry<double> DroneEnergyTakeOff; } public static class Debug_CONFIG { public static ConfigEntry<bool> DEBUG; } 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 DEBUG_CONFIG = "Activate DEBUG messages"; public static readonly double LY = 2400000.0; public static readonly double AU = 40000.0; public static readonly double M = 1.0; internal static void Init(ConfigFile config) { //IL_0032: Unknown result type (might be due to invalid IL or missing references) //IL_003c: Expected O, but got Unknown //IL_007e: Unknown result type (might be due to invalid IL or missing references) //IL_0088: Expected O, but got Unknown //IL_00be: Unknown result type (might be due to invalid IL or missing references) //IL_00c8: Expected O, but got Unknown //IL_00fe: Unknown result type (might be due to invalid IL or missing references) //IL_0108: Expected O, but got Unknown //IL_013e: Unknown result type (might be due to invalid IL or missing references) //IL_0148: Expected O, but got Unknown //IL_018a: Unknown result type (might be due to invalid IL or missing references) //IL_0194: Expected O, but got Unknown //IL_01ca: Unknown result type (might be due to invalid IL or missing references) //IL_01d4: Expected O, but got Unknown //IL_020a: Unknown result type (might be due to invalid IL or missing references) //IL_0214: Expected O, but got Unknown //IL_024a: Unknown result type (might be due to invalid IL or missing references) //IL_0254: Expected O, but got Unknown //IL_028a: Unknown result type (might be due to invalid IL or missing references) //IL_0294: Expected O, but got Unknown //IL_02ca: Unknown result type (might be due to invalid IL or missing references) //IL_02d4: Expected O, but got Unknown //IL_030a: Unknown result type (might be due to invalid IL or missing references) //IL_0314: Expected O, but got Unknown //IL_034a: Unknown result type (might be due to invalid IL or missing references) //IL_0354: Expected O, but got Unknown //IL_038a: Unknown result type (might be due to invalid IL or missing references) //IL_0394: Expected O, but got Unknown //IL_03ca: Unknown result type (might be due to invalid IL or missing references) //IL_03d4: Expected O, but got Unknown //IL_040a: Unknown result type (might be due to invalid IL or missing references) //IL_0414: Expected O, but got Unknown //IL_0456: Unknown result type (might be due to invalid IL or missing references) //IL_0460: Expected O, but got Unknown //IL_0496: Unknown result type (might be due to invalid IL or missing references) //IL_04a0: Expected O, but got Unknown //IL_04e2: Unknown result type (might be due to invalid IL or missing references) //IL_04ec: Expected O, but got Unknown //IL_0522: Unknown result type (might be due to invalid IL or missing references) //IL_052c: Expected O, but got Unknown //IL_0562: Unknown result type (might be due to invalid IL or missing references) //IL_056c: Expected O, but got Unknown //IL_05a2: Unknown result type (might be due to invalid IL or missing references) //IL_05ac: Expected O, but got Unknown //IL_05e2: Unknown result type (might be due to invalid IL or missing references) //IL_05ec: Expected O, but got Unknown //IL_0612: Unknown result type (might be due to invalid IL or missing references) //IL_061c: Expected O, but got Unknown Mecha_CRUISE_CONFIG.MaxCruiseSpeed = config.Bind<double>(MECHA_CRUISE_CONFIG, "Maximum absolute cruise speed (Vanilla is 1000.0 M/s)", 0.025, new ConfigDescription("Changes the base max cruise speed for Icarus. \nIn game : \n40000 m is 1AU \n60 AU is 1 light year (2400000 m)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10000.0), (object[])null)); Mecha_CRUISE_CONFIG.MaxCruiseSpeedUnit = config.Bind<string>(MECHA_CRUISE_CONFIG, "Max cruise speed modifier units", "AU", new ConfigDescription("Unit to use for MaxCruiseSpeed", (AcceptableValueBase)(object)new AcceptableValueList<string>(new string[3] { "M", "AU", "LY" }), Array.Empty<object>())); Mecha_CRUISE_CONFIG.CruiseMaxAccelerationRate = config.Bind<double>(MECHA_CRUISE_CONFIG, "Acceleration rate in m/s^2 (Vanilla is 20 M/s^2)", 20.0, new ConfigDescription("Max cruise acceleration rate for Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10000.0), (object[])null)); Mecha_CRUISE_CONFIG.CruiseAccelerationEnergyCost = config.Bind<double>(MECHA_CRUISE_CONFIG, "Energy used to maintain cruise acceleration (Vanilla is 24000 )", 24000.0, new ConfigDescription("Cruise Acceleration Energy Cost for Icarus.\nThis value is the base consumption per second at an acceleration of 20 m/s^2.\nThe faster you accelerate the bigger the consumption\nWhile testing I had set the max speed to 100000 m/s and max acceleration to 1000\nI depleted Icarus at Level 50 core energy infinit research in seconds", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 240000.0), (object[])null)); Mecha_WARP_CONFIG.maxWarpSpeed = config.Bind<double>(MECHA_WARP_CONFIG, "Maximum absolute warp speed (Vanilla is 480000 M/s)", 0.2, new ConfigDescription("Base max warp speed of Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 1000000.0), (object[])null)); Mecha_WARP_CONFIG.maxWarpSpeedUnit = config.Bind<string>(MECHA_WARP_CONFIG, "Warp speed modifier units", "LY", new ConfigDescription("Unit to use for warp speed", (AcceptableValueBase)(object)new AcceptableValueList<string>(new string[3] { "M", "AU", "LY" }), Array.Empty<object>())); Mecha_WARP_CONFIG.warpStartPowerPerSpeed = config.Bind<double>(MECHA_WARP_CONFIG, "Warp start power per speed (Vanilla is 400)", 400.0, new ConfigDescription("Warp start power per speed for Icarus.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 50000.0), (object[])null)); Mecha_WARP_CONFIG.warpKeepingPowerPerSpeed = config.Bind<double>(MECHA_WARP_CONFIG, "Warp keeping power per speed (Vanilla is 80)", 80.0, new ConfigDescription("Warp keeping power per speed for Icarus. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 800.0), (object[])null)); Logistic_DRONE_CONFIG.DroneMaxSpeed = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Maximum speed (Vanilla is 8 M/s)", 8.0, new ConfigDescription("Base max speed of Logistic Drones. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 1000.0), (object[])null)); Logistic_DRONE_CONFIG.DroneMaxTaxiSpeed = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Maximum taxi speed (Vanilla is sqrt(droneMaxSpeed / 8)).", 0.5, new ConfigDescription("max taxi speed of Logistic Drones. (The taxi speed is manoeuvering speed at the Station)\nIt was just too unnatural to see the Drones or Ships docking at ligth speed and it removed a lot of the game's aesthics.\nI made it be 0.5 By Default it's half the default smallest value but I find it cooler.\nset it to 1 if you want the vailla speed.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 1000.0), (object[])null)); Logistic_DRONE_CONFIG.DroneEnergyPerMeter = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Energy consumption per meter (Vanilla is 20000)", 20000.0, new ConfigDescription("Energy consumption per meter for Logistic Drones. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 1000000.0), (object[])null)); Logistic_DRONE_CONFIG.DroneEnergyTakeOff = config.Bind<double>(LOGISTIC_DRONE_CONFIG, "Energy consumption on take off (Vanilla is 800000)", 800000.0, new ConfigDescription("Energy consumption on take off for Logistic Drones. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10000000.0), (object[])null)); Logistic_SHIP_CONFIG.maxShipTaxiSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Maximum taxi speed (Vanilla is ((shipSailSpeedModified/600) ^ 0.4) * 0.006f M/s)", 0.5, new ConfigDescription("Taxi speed of Logistic Ships. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10.0), (object[])null)); Logistic_SHIP_CONFIG.maxShipAtmoSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Maximum atmospheric speed (Vanilla is shipSailSpeedModified^2 * 0.4f / 600 M/s)", 40.0, new ConfigDescription("Atmospheric speed of Logistic Ships. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 100.0), (object[])null)); Logistic_SHIP_CONFIG.maxShipNearSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Maximum near planete speed (Vanilla is shipSailSpeedModified * 0.012 * (log(shipSailSpeedModified / 600) + 1) ^ 0.4 M/s )", 400.0, new ConfigDescription("Near planete speed of Logistic Ships. I capped it at half the Base Max Cruise Speed.", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 1000.0), (object[])null)); Logistic_SHIP_CONFIG.ShipMaxCruiseSpeed = config.Bind<double>(LOGISTIC_SHIP_SAIL, "Base (without research modifiers) Maximum cruise speed (Vanilla is 400 M/s)", 400.0, new ConfigDescription("Max cruise speed for Logistic Ships. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 10000.0), (object[])null)); Logistic_SHIP_CONFIG.ShipMaxCruiseSpeedUnits = config.Bind<string>(LOGISTIC_SHIP_SAIL, "Warp speed modifier units", "M", new ConfigDescription("Unit to use for warp speed", (AcceptableValueBase)(object)new AcceptableValueList<string>(new string[3] { "M", "AU", "LY" }), Array.Empty<object>())); Logistic_SHIP_CONFIG.ShipMaxWarpSpeed = config.Bind<double>(LOGISTIC_SHIP_WARP, "Maximum warp speed (Vanilla is 400000 M/s)", 0.1667, new ConfigDescription("Base max warp speed of Logistic Ships. (Base as in before research modifier)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 4000000.0), (object[])null)); Logistic_SHIP_CONFIG.ShipMaxWarpSpeedUnits = config.Bind<string>(LOGISTIC_SHIP_WARP, "Warp speed modifier units", "LY", new ConfigDescription("Unit to use for warp speed", (AcceptableValueBase)(object)new AcceptableValueList<string>(new string[3] { "M", "AU", "LY" }), Array.Empty<object>())); Logistic_SHIP_CONFIG.ShipEnergyCostPerWarp = config.Bind<double>(LOGISTIC_SHIP_WARP, "Energy consumption per warp", 100000000.0, new ConfigDescription("Energy consumption per warp for Logistic Ships. (Vanilla is 100000000)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 200000000.0), (object[])null)); Logistic_SHIP_CONFIG.ShipEneregyCostPerMeter = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption per Meter (Vanilla is 30 )", 30.0, new ConfigDescription("Energy consumption per meter of travel for Logistic Ships. ", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 60.0), (object[])null)); Logistic_SHIP_CONFIG.ShipEnergyCostForMaxSpeed = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption For max speed (Vanilla is 200000)", 200000.0, new ConfigDescription("Energy consumption for atteining max speed for Logistic Ships.\nThis value is multiplied by the max cruise speed of the ship durring the trip (max speed value capped at 3000 for the calculation).", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 400000.0), (object[])null)); Logistic_SHIP_CONFIG.ShipEnergyCostTakeOff = config.Bind<double>(LOGISTIC_SHIP_CONFIG, "Energy consumption on take off", 6000000.0, new ConfigDescription("Energy consumption on take off for Logistic Ships. (Vanilla is 6000000)", (AcceptableValueBase)(object)new AcceptableValueRange<double>(0.0, 12000000.0), (object[])null)); Debug_CONFIG.DEBUG = config.Bind<bool>(DEBUG_CONFIG, "Debug messages :", false, new ConfigDescription("Enable debug messages", (AcceptableValueBase)(object)new AcceptableValueList<bool>(new bool[2] { true, false }), (object[])null)); } } [BepInPlugin("com.hiul.DSP_Speed_and_Consumption_Tweaks", "DSP_Speed_and_Consumption_Tweaks", "1.1.0")] [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 = 0; private int _textFieldType = 0; private bool hasFieldsEnclosedInQuotes = false; private HashSet<char> _delimiters = null; 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; } private const string MyGUID = "com.hiul.DSP_Speed_and_Consumption_Tweaks"; private const string PluginName = "DSP_Speed_and_Consumption_Tweaks"; public const string VersionString = "1.1.0"; public static bool DEBUG = false; 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,System.Int32 (40)\r\nInternalTickLocal_Transpiler,,,,,,610, sub,\r\nInternalTickLocal_Transpiler,,,,,,611, stind.i4,\r\nInternalTickLocal_Transpiler,,,,,,612, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,613, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,614, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,615, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,616, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,617, ldflda,System.Int32 inc\r\nInternalTickLocal_Transpiler,,,,,,618, dup,\r\nInternalTickLocal_Transpiler,,,,,,619, ldind.i4,\r\nInternalTickLocal_Transpiler,,,,,,620, ldloc.s,System.Int32 (43)\r\nInternalTickLocal_Transpiler,,,,,,621, sub,\r\nInternalTickLocal_Transpiler,,,,,,622, stind.i4,\r\nInternalTickLocal_Transpiler,,,,,,623, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,624, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,625, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,626, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,627, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,628, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,629, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,630, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,631, ldfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,632, ldloc.s,System.Int64 (39)\r\nInternalTickLocal_Transpiler,,,,,,633, sub,\r\nInternalTickLocal_Transpiler,,,,,,634, stfld,System.Int64 energy\r\nInternalTickLocal_Transpiler,,,,,,635, br,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,636, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,637, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,638, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,639, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,640, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,641, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,642, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,643, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,644, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,645, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,646, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,647, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,648, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,649, call,Int32 get_localDemandCount()\r\nInternalTickLocal_Transpiler,,,,,,650, stloc.s,System.Int32 (7)\r\nInternalTickLocal_Transpiler,,,,,,651, ldarg.0,\r\nInternalTickLocal_Transpiler,,,,,,652, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,653, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,654, ldfld,System.Int32 demandIndex\r\nInternalTickLocal_Transpiler,,,,,,655, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,656, call,Int32 get_totalDemandCount()\r\nInternalTickLocal_Transpiler,,,,,,657, stloc.s,System.Int32 (8)\r\nInternalTickLocal_Transpiler,,,,,,658, leave,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,659, ldloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,660, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,661, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,662, call,Void Exit(System.Object)\r\nInternalTickLocal_Transpiler,,,,,,663, endfinally,\r\nInternalTickLocal_Transpiler,,,,,,664, ldloc.s,System.Int32 (7)\r\nInternalTickLocal_Transpiler,,,,,,665, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,666, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,667, ldloc.s,System.Int32 (8)\r\nInternalTickLocal_Transpiler,,,,,,668, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,669, ble,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,670, ldarg.s,6\r\nInternalTickLocal_Transpiler,,,,,,671, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,672, ldfld,System.Int32 supplyId\r\nInternalTickLocal_Transpiler,,,,,,673, ldelem.ref,\r\nInternalTickLocal_Transpiler,,,,,,674, stloc.s,StationComponent (45)\r\nInternalTickLocal_Transpiler,,,,,,675, ldloc.s,StationComponent (45)\r\nInternalTickLocal_Transpiler,,,,,,676, brfalse,System.Reflection.Emit.Label\r\nInternalTickLocal_Transpiler,,,,,,677, ldloc.s,StationComponent (45)\r\nInternalTickLocal_Transpiler,,,,,,678, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,679, stloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,680, ldc.i4.0,\r\nInternalTickLocal_Transpiler,,,,,,681, stloc.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,682, ldloc.s,StationStore[] (24)\r\nInternalTickLocal_Transpiler,,,,,,683, ldloca.s,System.Boolean (25)\r\nInternalTickLocal_Transpiler,,,,,,684, call,\"Void Enter(System.Object, Boolean ByRef)\"\r\nInternalTickLocal_Transpiler,,,,,,685, ldloc.s,StationComponent (45)\r\nInternalTickLocal_Transpiler,,,,,,686, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,687, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,688, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,689, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,690, ldfld,System.Int32 max\r\nInternalTickLocal_Transpiler,,,,,,691, stloc.s,System.Int32 (10)\r\nInternalTickLocal_Transpiler,,,,,,692, ldloc.s,StationComponent (45)\r\nInternalTickLocal_Transpiler,,,,,,693, ldfld,StationStore[] storage\r\nInternalTickLocal_Transpiler,,,,,,694, ldloc.s,SupplyDemandPair& (23)\r\nInternalTickLocal_Transpiler,,,,,,695, ldfld,System.Int32 supplyIndex\r\nInternalTickLocal_Transpiler,,,,,,696, ldelema,StationStore\r\nInternalTickLocal_Transpiler,,,,,,697, ldfld,System.Int32 count\r\nInternalTickLocal_Transpiler,,,,,,698, stloc.s,System.Int32 (11)\r\nInternalTickLocal_Transpiler,,,,,,6