2654 lines
164 KiB
C#
2654 lines
164 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Globalization;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Numerics;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Text;
|
|
using System.Text.Json;
|
|
using Dalamud.Bindings.ImGui;
|
|
using Dalamud.Interface.Utility.Raii;
|
|
using Dalamud.Plugin.Services;
|
|
using FFXIVClientStructs.FFXIV.Client.Game;
|
|
using Lumina.Data;
|
|
using Lumina.Data.Files;
|
|
using Lumina.Data.Parsing.Layer;
|
|
using Lumina.Excel;
|
|
using Lumina.Excel.Sheets;
|
|
using Microsoft.Extensions.Logging;
|
|
using Questionable.Data;
|
|
using SmartNav;
|
|
using SmartNav.Data;
|
|
using SmartNav.Graph;
|
|
using SmartNav.Model.Navigation;
|
|
|
|
namespace Questionable.Windows.SmartNavComponents;
|
|
|
|
internal sealed class DataProbesPanel
|
|
{
|
|
[Serializable]
|
|
[CompilerGenerated]
|
|
private sealed class _003C_003Ec
|
|
{
|
|
public static readonly _003C_003Ec _003C_003E9 = new _003C_003Ec();
|
|
|
|
public static Func<NavNode.WarpNode, uint> _003C_003E9__19_0;
|
|
|
|
public static Func<IGrouping<uint, NavNode.WarpNode>, uint> _003C_003E9__19_1;
|
|
|
|
public static Func<IGrouping<uint, NavNode.WarpNode>, int> _003C_003E9__19_2;
|
|
|
|
public static Func<WarpDataService.WarpInfo, uint> _003C_003E9__19_3;
|
|
|
|
public static Func<IGrouping<uint, WarpDataService.WarpInfo>, WarpDataService.WarpInfo> _003C_003E9__19_4;
|
|
|
|
public static Func<string, string> _003C_003E9__21_0;
|
|
|
|
public static Func<string, int> _003C_003E9__21_1;
|
|
|
|
public static Func<WarpDataService.WarpInfo, uint> _003C_003E9__21_2;
|
|
|
|
public static Func<IGrouping<uint, WarpDataService.WarpInfo>, WarpDataService.WarpInfo> _003C_003E9__21_3;
|
|
|
|
public static Func<(uint RowId, float Delta), float> _003C_003E9__21_4;
|
|
|
|
public static Func<(uint RowId, float Delta), bool> _003C_003E9__21_5;
|
|
|
|
public static Func<(uint RowId, float Delta), string> _003C_003E9__21_6;
|
|
|
|
public static Func<string, string> _003C_003E9__24_0;
|
|
|
|
public static Func<string, int> _003C_003E9__24_1;
|
|
|
|
public static Func<Warp, bool> _003C_003E9__24_2;
|
|
|
|
public static Func<TerritoryType, uint> _003C_003E9__26_1;
|
|
|
|
public static Func<List<uint>, bool> _003C_003E9__26_2;
|
|
|
|
public static Func<List<uint>, IEnumerable<uint>> _003C_003E9__26_3;
|
|
|
|
internal uint _003CBuildMultiQuestReport_003Eb__19_0(NavNode.WarpNode n)
|
|
{
|
|
return _200F_200E_202A_206E_200C_200C_206A_200D_206E_200E_200F_206F_202E_206E_202E_206D_200C_202D_200F_202B_202C_206A_206F_202A_206C_206D_206E_202C_200C_206A_202E_200F_202A_206B_202A_202A_206A_202D_200F_206C_202E(n);
|
|
}
|
|
|
|
internal uint _003CBuildMultiQuestReport_003Eb__19_1(IGrouping<uint, NavNode.WarpNode> g)
|
|
{
|
|
return g.Key;
|
|
}
|
|
|
|
internal int _003CBuildMultiQuestReport_003Eb__19_2(IGrouping<uint, NavNode.WarpNode> g)
|
|
{
|
|
return g.Count();
|
|
}
|
|
|
|
internal uint _003CBuildMultiQuestReport_003Eb__19_3(WarpDataService.WarpInfo w)
|
|
{
|
|
return _202A_202D_200F_202D_206C_206E_202B_206A_202C_200B_200D_200B_200F_206F_202C_206F_202E_206C_202A_200B_202D_200C_206C_202A_206E_206E_200E_206E_206C_206E_202E_200E_206E_202B_206C_206B_206E_200D_202B_206F_202E(w);
|
|
}
|
|
|
|
internal WarpDataService.WarpInfo _003CBuildMultiQuestReport_003Eb__19_4(IGrouping<uint, WarpDataService.WarpInfo> g)
|
|
{
|
|
return g.First();
|
|
}
|
|
|
|
internal string _003CBuildPopRangeReport_003Eb__21_0(string f)
|
|
{
|
|
return f;
|
|
}
|
|
|
|
internal int _003CBuildPopRangeReport_003Eb__21_1(string _)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
internal uint _003CBuildPopRangeReport_003Eb__21_2(WarpDataService.WarpInfo w)
|
|
{
|
|
return _202A_202D_200F_202D_206C_206E_202B_206A_202C_200B_200D_200B_200F_206F_202C_206F_202E_206C_202A_200B_202D_200C_206C_202A_206E_206E_200E_206E_206C_206E_202E_200E_206E_202B_206C_206B_206E_200D_202B_206F_202E(w);
|
|
}
|
|
|
|
internal WarpDataService.WarpInfo _003CBuildPopRangeReport_003Eb__21_3(IGrouping<uint, WarpDataService.WarpInfo> g)
|
|
{
|
|
return g.First();
|
|
}
|
|
|
|
internal float _003CBuildPopRangeReport_003Eb__21_4((uint RowId, float Delta) d)
|
|
{
|
|
return d.Delta;
|
|
}
|
|
|
|
internal bool _003CBuildPopRangeReport_003Eb__21_5((uint RowId, float Delta) d)
|
|
{
|
|
return d.Delta > 20f;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
internal string _003CBuildPopRangeReport_003Eb__21_6((uint RowId, float Delta) d)
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(4, 2);
|
|
defaultInterpolatedStringHandler.AppendFormatted(d.RowId);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1473546846));
|
|
defaultInterpolatedStringHandler.AppendFormatted(d.Delta.ToString(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1819906059), _206E_200E_200C_200D_206F_200C_200E_206B_200E_202B_202C_200F_200C_200D_206B_206D_200D_206F_200F_202B_202B_206E_202E_202C_206F_200F_200D_202D_206F_200E_206E_200B_206F_200C_202C_200C_200D_200F_206B_202B_202E()));
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-572338381));
|
|
return defaultInterpolatedStringHandler.ToStringAndClear();
|
|
}
|
|
|
|
internal string _003CBuildDerivedArrivalExport_003Eb__24_0(string f)
|
|
{
|
|
return f;
|
|
}
|
|
|
|
internal int _003CBuildDerivedArrivalExport_003Eb__24_1(string _)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
internal bool _003CBuildDerivedArrivalExport_003Eb__24_2(Warp x)
|
|
{
|
|
return x.RowId != 0;
|
|
}
|
|
|
|
internal uint _003CBuildLayerSetReport_003Eb__26_1(TerritoryType t)
|
|
{
|
|
return t.RowId;
|
|
}
|
|
|
|
internal bool _003CBuildLayerSetReport_003Eb__26_2(List<uint> refs)
|
|
{
|
|
return refs.Count > 0;
|
|
}
|
|
|
|
internal IEnumerable<uint> _003CBuildLayerSetReport_003Eb__26_3(List<uint> refs)
|
|
{
|
|
return refs;
|
|
}
|
|
|
|
static uint _200F_200E_202A_206E_200C_200C_206A_200D_206E_200E_200F_206F_202E_206E_202E_206D_200C_202D_200F_202B_202C_206A_206F_202A_206C_206D_206E_202C_200C_206A_202E_200F_202A_206B_202A_202A_206A_202D_200F_206C_202E(NavNode.WarpNode P_0)
|
|
{
|
|
return P_0.WarpRowId;
|
|
}
|
|
|
|
static uint _202A_202D_200F_202D_206C_206E_202B_206A_202C_200B_200D_200B_200F_206F_202C_206F_202E_206C_202A_200B_202D_200C_206C_202A_206E_206E_200E_206E_206C_206E_202E_200E_206E_202B_206C_206B_206E_200D_202B_206F_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.RowId;
|
|
}
|
|
|
|
static CultureInfo _206E_200E_200C_200D_206F_200C_200E_206B_200E_202B_202C_200F_200C_200D_206B_206D_200D_206F_200F_202B_202B_206E_202E_202C_206F_200F_200D_202D_206F_200E_206E_200B_206F_200C_202C_200C_200D_200F_206B_202B_202E()
|
|
{
|
|
return CultureInfo.InvariantCulture;
|
|
}
|
|
}
|
|
|
|
[CompilerGenerated]
|
|
private sealed class _003C_003Ec__DisplayClass26_0
|
|
{
|
|
public string bg;
|
|
|
|
public Dictionary<uint, List<uint>> owners;
|
|
|
|
public Func<uint, string> _003C_003E9__4;
|
|
|
|
internal bool _003CBuildLayerSetReport_003Eb__0(TerritoryType t)
|
|
{
|
|
int num = ((t.RowId == 0) ? (-1476010825) : (-1476010828));
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = -1476010826;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 0:
|
|
goto IL_0049;
|
|
case 2:
|
|
return _206E_200D_206F_202A_206D_200B_206A_206B_206C_202B_202E_202E_202E_206C_202E_200B_202A_206C_200B_202D_200D_206B_200F_206E_206A_202C_206F_206F_200C_206A_202E_200F_202C_200D_206E_200E_206F_200B_206F_200D_202E(t.Bg.ExtractText(), bg);
|
|
case 1:
|
|
return false;
|
|
}
|
|
continue;
|
|
IL_0049:
|
|
num = -1476010828;
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
internal string _003CBuildLayerSetReport_003Eb__4(uint setId)
|
|
{
|
|
List<uint> value;
|
|
int num = (owners.TryGetValue(setId, out value) ? (-1977504847) : (-1977504846));
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = -1977504845;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 2:
|
|
return string.Join(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1680133376), value);
|
|
case 1:
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(12, 1);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-884751217));
|
|
defaultInterpolatedStringHandler.AppendFormatted(setId);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1951044220));
|
|
return defaultInterpolatedStringHandler.ToStringAndClear();
|
|
}
|
|
case 0:
|
|
goto IL_00a0;
|
|
}
|
|
continue;
|
|
IL_00a0:
|
|
num = -1977504846;
|
|
}
|
|
}
|
|
|
|
static bool _206E_200D_206F_202A_206D_200B_206A_206B_206C_202B_202E_202E_202E_206C_202E_200B_202A_206C_200B_202D_200D_206B_200F_206E_206A_202C_206F_206F_200C_206A_202E_200F_202C_200D_206E_200E_206F_200B_206F_200D_202E(string P_0, string P_1)
|
|
{
|
|
return P_0 == P_1;
|
|
}
|
|
}
|
|
|
|
private static readonly string[] PlanFiles = new string[4]
|
|
{
|
|
global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(206471200),
|
|
global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1323857348),
|
|
global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-2108959274),
|
|
global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1776312573)
|
|
};
|
|
|
|
private static readonly JsonSerializerOptions IndentedJson;
|
|
|
|
private readonly NavRouter _navRouter;
|
|
|
|
private readonly WarpDataService _warpDataService;
|
|
|
|
private readonly TerritoryData _territoryData;
|
|
|
|
private readonly IDataManager _dataManager;
|
|
|
|
private readonly IClientState _clientState;
|
|
|
|
private readonly SmartNavDataOptions _dataOptions;
|
|
|
|
private readonly ILogger<DataProbesPanel> _logger;
|
|
|
|
private string? _multiQuestReport;
|
|
|
|
private bool _popRangeOnlyDestinationless = true;
|
|
|
|
private string? _popRangeReport;
|
|
|
|
private int _lvbTerritoryId;
|
|
|
|
private string? _lvbReport;
|
|
|
|
private string? _arrivalExportReport;
|
|
|
|
public DataProbesPanel(NavRouter navRouter, WarpDataService warpDataService, TerritoryData territoryData, IDataManager dataManager, IClientState clientState, SmartNavDataOptions dataOptions, ILogger<DataProbesPanel> logger)
|
|
{
|
|
_navRouter = navRouter;
|
|
_warpDataService = warpDataService;
|
|
_territoryData = territoryData;
|
|
_dataManager = dataManager;
|
|
_clientState = clientState;
|
|
_dataOptions = dataOptions;
|
|
_logger = logger;
|
|
}
|
|
|
|
public void Draw()
|
|
{
|
|
DrawMultiQuestWarpAudit();
|
|
_206E_202C_206B_202A_202A_206A_200E_206C_202C_202B_200F_206D_200E_206E_206F_202B_202A_206A_206B_202B_200C_202E_202E_206F_206C_202D_206F_202D_206A_200E_202D_206E_206B_200F_206A_206E_206E_206C_202E_202E_202E();
|
|
DrawPopRangeProbe();
|
|
_206E_202C_206B_202A_202A_206A_200E_206C_202C_202B_200F_206D_200E_206E_206F_202B_202A_206A_206B_202B_200C_202E_202E_206F_206C_202D_206F_202D_206A_200E_202D_206E_206B_200F_206A_206E_206E_206C_202E_202E_202E();
|
|
DrawDerivedArrivalExport();
|
|
_206E_202C_206B_202A_202A_206A_200E_206C_202C_202B_200F_206D_200E_206E_206F_202B_202A_206A_206B_202B_200C_202E_202E_206F_206C_202D_206F_202D_206A_200E_202D_206E_206B_200F_206A_206E_206E_206C_202E_202E_202E();
|
|
DrawLayerSetProbe();
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private static void DrawReport(string id, ref string? report)
|
|
{
|
|
int num = ((report != null) ? (-753612430) : (-753612431));
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = -753612432;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 4:
|
|
num = -753612431;
|
|
break;
|
|
case 5:
|
|
{
|
|
_206E_200E_200E_206D_206A_206E_206B_206E_202C_202B_202A_206C_200F_206E_202E_202E_202C_206B_202E_206B_206C_206F_200D_202B_200B_202C_200E_206D_200B_202B_202A_200B_202B_202A_206D_200B_206E_200D_200E_202A_202E();
|
|
ImU8String imU8String3 = new ImU8String(7, 1);
|
|
imU8String3.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(870892128));
|
|
imU8String3.AppendFormatted(id);
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E(imU8String3, default(Vector2))) ? (-753612426) : (-753612432));
|
|
break;
|
|
}
|
|
case 2:
|
|
{
|
|
_206E_200E_200E_206D_206A_206E_206B_206E_202C_202B_202A_206C_200F_206E_202E_202E_202C_206B_202E_206B_206C_206F_200D_202B_200B_202C_200E_206D_200B_202B_202A_200B_202B_202A_206D_200B_206E_200D_200E_202A_202E();
|
|
ImU8String imU8String2 = new ImU8String(6, 1);
|
|
imU8String2.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1091508196));
|
|
imU8String2.AppendFormatted(id);
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E(imU8String2, default(Vector2))) ? (-753612427) : (-753612429));
|
|
break;
|
|
}
|
|
case 1:
|
|
return;
|
|
case 0:
|
|
report = null;
|
|
return;
|
|
case 3:
|
|
_206F_200F_200D_206E_206B_200F_202A_200D_200F_202B_206C_202D_206F_200E_200B_206F_202B_206B_202E_206A_206E_200D_206A_200E_202C_206F_200C_200F_200E_206D_202D_202A_200E_206D_200B_202C_200C_202A_202A_206C_202E((ImU8String)report);
|
|
num = -753612427;
|
|
break;
|
|
case 6:
|
|
{
|
|
ImU8String imU8String = new ImU8String(7, 1);
|
|
imU8String.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1426082020));
|
|
imU8String.AppendFormatted(id);
|
|
imU8String.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(687358983));
|
|
using ImRaii.ChildDisposable childDisposable = _206C_202C_200C_200F_206B_202D_202E_206C_202E_206F_202E_206B_206D_206F_206C_206D_206C_202A_202D_200C_202D_202D_202C_202B_202D_206C_202C_200B_202E_206B_200D_206F_202C_200E_206F_202C_202C_200E_206B_206E_202E(imU8String, new Vector2(-1f, 300f), true);
|
|
num = ((!(bool)childDisposable) ? (-374858060) : (-374858057));
|
|
while (true)
|
|
{
|
|
int num7 = num;
|
|
num3 = -374858059;
|
|
num4 = num7;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 0:
|
|
num = -374858057;
|
|
break;
|
|
case 2:
|
|
_206A_202A_200D_206D_206F_206E_206A_200D_200D_202C_206F_206D_202C_206C_206C_206B_206C_206B_202A_200E_206D_206A_200E_200D_206E_200D_206F_206F_202A_200D_200B_202C_200D_206B_206A_200F_202D_200B_200C_206B_202E((ImU8String)report);
|
|
num = -374858060;
|
|
break;
|
|
case 1:
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void DrawMultiQuestWarpAudit()
|
|
{
|
|
int num = (_200D_202B_200B_206D_200C_202D_206C_206B_202A_206E_202B_200D_200E_200B_206F_206C_206A_202D_206E_206D_206C_200F_206F_206C_202A_206B_200B_206D_206B_200C_200E_202B_206C_206C_200C_202D_202D_200B_202D_206D_202E((ImU8String)global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-488829420), ImGuiTreeNodeFlags.DefaultOpen) ? 1612118690 : 1612118689);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 1612118691;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 0:
|
|
DrawReport(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(270971945), ref _multiQuestReport);
|
|
return;
|
|
case 2:
|
|
return;
|
|
case 3:
|
|
num = 1612118689;
|
|
break;
|
|
case 1:
|
|
_202C_200D_202E_206B_206F_200D_202B_200E_206C_202C_200F_200F_200D_200D_200F_206C_200B_206B_200E_206C_200F_202B_202C_206E_202D_200B_200D_200E_202E_200B_200F_206D_202D_200C_206E_202E_206E_200F_202A_206E_202E((ImU8String)global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-901431591));
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E((ImU8String)global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1620439513), default(Vector2))) ? 1612118691 : 1612118695);
|
|
break;
|
|
case 4:
|
|
_multiQuestReport = RunGuarded(BuildMultiQuestReport);
|
|
num = 1612118691;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private string BuildMultiQuestReport()
|
|
{
|
|
StringBuilder stringBuilder = _200C_200B_206F_206E_206D_206D_202E_206B_202B_202A_200E_200F_202B_206F_200D_200E_202A_206A_200C_200B_206C_206C_202A_206D_206C_202A_202C_202E_206C_206E_206C_206B_206B_206C_200C_202B_202B_200F_200B_202E_202E();
|
|
ExcelSheet<Warp> excelSheet = _dataManager.GetExcelSheet<Warp>();
|
|
ExcelSheet<Quest> excelSheet2 = _dataManager.GetExcelSheet<Quest>();
|
|
Dictionary<uint, int> dictionary = (from n in _202D_200E_206A_200F_206E_206F_200C_200E_206B_206B_206E_202B_202E_206F_200C_206C_206A_202B_200E_202C_200F_206B_200D_202C_206E_202B_200E_200C_202E_206F_200E_200B_202A_206B_202D_202B_200C_200E_202A_206E_202E(_206F_202D_206E_206E_202C_206F_206B_206B_206E_200F_200E_200C_206F_206A_202E_206C_202E_200E_202C_202A_206F_200F_206A_206C_202B_202B_202C_206D_206C_200F_202E_200C_202C_200C_202A_200D_202E_202A_200D_206D_202E(_navRouter)).Values.OfType<NavNode.WarpNode>()
|
|
group n by _003C_003Ec._200F_200E_202A_206E_200C_200C_206A_200D_206E_200E_200F_206F_202E_206E_202E_206D_200C_202D_200F_202B_202C_206A_206F_202A_206C_206D_206E_202C_200C_206A_202E_200F_202A_206B_202A_202A_206A_202D_200F_206C_202E(n)).ToDictionary((IGrouping<uint, NavNode.WarpNode> g) => g.Key, (IGrouping<uint, NavNode.WarpNode> g) => g.Count());
|
|
int num = 0;
|
|
IEnumerator<WarpDataService.WarpInfo> enumerator = (from w in _200F_206D_206B_206C_202B_206B_206E_200F_202C_202C_202C_206F_202C_200D_202D_200B_200B_206D_206F_202E_200D_206C_202A_206D_202D_202A_200F_206D_202A_206C_202E_202A_206A_202B_200C_206E_202C_200B_202C_202E_202E(_warpDataService)
|
|
group w by _003C_003Ec._202A_202D_200F_202D_206C_206E_202B_206A_202C_200B_200D_200B_200F_206F_202C_206F_202E_206C_202A_200B_202D_200C_206C_202A_206E_206E_200E_206E_206C_206E_202E_200E_206E_202B_206C_206B_206E_200D_202B_206F_202E(w) into g
|
|
select g.First()).GetEnumerator();
|
|
StringBuilder stringBuilder2;
|
|
IFormatProvider formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler;
|
|
try
|
|
{
|
|
int num2 = -632491453;
|
|
uint num13 = default(uint);
|
|
uint[] array = default(uint[]);
|
|
int num12 = default(int);
|
|
bool flag = default(bool);
|
|
WarpDataService.WarpInfo current = default(WarpDataService.WarpInfo);
|
|
Warp? rowOrDefault = default(Warp?);
|
|
int num10 = default(int);
|
|
uint value = default(uint);
|
|
while (true)
|
|
{
|
|
int num3 = num2;
|
|
int num4 = -632491452;
|
|
int num5 = num3;
|
|
int num6 = num5 + num4;
|
|
int num7 = num5 & num4;
|
|
byte? obj;
|
|
int num8;
|
|
bool num11;
|
|
bool flag2;
|
|
bool flag3;
|
|
StringBuilder stringBuilder3;
|
|
IFormatProvider formatProvider2;
|
|
byte? b;
|
|
StringBuilder stringBuilder4;
|
|
IFormatProvider formatProvider3;
|
|
StringBuilder stringBuilder5;
|
|
IFormatProvider formatProvider4;
|
|
StringBuilder stringBuilder6;
|
|
IFormatProvider formatProvider5;
|
|
StringBuilder stringBuilder7;
|
|
IFormatProvider formatProvider6;
|
|
switch (num6 - (num7 + num7))
|
|
{
|
|
case 4:
|
|
{
|
|
num13 = array[num12];
|
|
uint num14 = num13;
|
|
num4 = 65535;
|
|
num5 = (int)num14;
|
|
flag = QuestManager.IsQuestComplete((ushort)(num5 + num4 - (num5 | num4)));
|
|
num2 = ((!flag) ? (-632491447) : (-632491449));
|
|
break;
|
|
}
|
|
case 6:
|
|
num2 = (_206A_206D_200E_200B_202B_202D_200E_206A_200B_200B_202E_202E_202A_200B_206B_200E_202C_206F_200F_202D_206D_202A_206C_202A_206C_200D_200C_200E_200F_206B_206C_206F_206B_206F_202D_206C_206A_202A_206A_206C_202E(current) ? (-632491443) : (-632491448));
|
|
break;
|
|
case 5:
|
|
{
|
|
int num15 = num;
|
|
num4 = 1;
|
|
num5 = num15;
|
|
int num16 = num5 ^ num4;
|
|
int num17 = num5 & num4;
|
|
num = num16 + (num17 + num17);
|
|
rowOrDefault = excelSheet.GetRowOrDefault(_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current));
|
|
num2 = (rowOrDefault.HasValue ? (-632491451) : (-632491441));
|
|
break;
|
|
}
|
|
case 7:
|
|
num2 = (_206A_200F_206D_206E_200B_206D_206D_200C_202A_202A_200D_206A_206F_202C_202A_200D_200F_200B_206E_200B_206E_202B_206D_200B_202C_202E_200B_206A_202D_206F_200F_206F_206D_206C_206F_206D_206D_202B_206D_202E_202E((IEnumerator)enumerator) ? (-632491444) : (-632491445));
|
|
break;
|
|
case 2:
|
|
obj = rowOrDefault.GetValueOrDefault().WarpCondition.ValueNullable?.CompleteParam;
|
|
goto IL_02b0;
|
|
case 0:
|
|
num2 = ((num12 < array.Length) ? (-632491456) : (-632491454));
|
|
break;
|
|
case 13:
|
|
{
|
|
string value2 = excelSheet2.GetRowOrDefault(num13)?.Name.ExtractText() ?? global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(2023081068);
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder8 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider7 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(13, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-2110536125));
|
|
appendInterpolatedStringHandler.AppendFormatted(num13);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(971140366));
|
|
appendInterpolatedStringHandler.AppendFormatted(value2);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1924112));
|
|
appendInterpolatedStringHandler.AppendFormatted(flag ? global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-473328538) : global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1919722774));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder8, formatProvider7, ref appendInterpolatedStringHandler);
|
|
int num18 = num12;
|
|
num4 = 1;
|
|
num5 = num18;
|
|
int num19 = num5 ^ num4;
|
|
int num20 = num5 & num4;
|
|
num12 = num19 + (num20 + num20);
|
|
num2 = -632491452;
|
|
break;
|
|
}
|
|
case 10:
|
|
num2 = -632491453;
|
|
break;
|
|
case 1:
|
|
num8 = (int)rowOrDefault.GetValueOrDefault().WarpCondition.RowId;
|
|
goto IL_06bd;
|
|
case 9:
|
|
num11 = num10 == _206E_206E_206C_202C_202E_200B_206A_206E_206A_206B_200F_200C_206E_206D_206E_206D_206B_202A_206A_206B_200D_200C_206C_206F_200E_206E_202C_206D_200D_206C_202D_200C_200C_206A_200E_206E_206D_206F_200C_200C_202E(current).Length;
|
|
goto IL_06f0;
|
|
case 8:
|
|
current = enumerator.Current;
|
|
num2 = ((_206E_206E_206C_202C_202E_200B_206A_206E_206A_206B_200F_200C_206E_206D_206E_206D_206B_202A_206A_206B_200D_200C_206C_206F_200E_206E_202C_206D_200D_206C_202D_200C_200C_206A_200E_206E_206D_206F_200C_200C_202E(current).Length < 2) ? (-632491453) : (-632491455));
|
|
break;
|
|
case 12:
|
|
num11 = num10 > 0;
|
|
goto IL_06f0;
|
|
case 3:
|
|
{
|
|
int num9 = num10;
|
|
num4 = 1;
|
|
num5 = num9;
|
|
num10 = (num5 | num4) + (num5 & num4);
|
|
num2 = -632491447;
|
|
break;
|
|
}
|
|
case 14:
|
|
obj = null;
|
|
goto IL_02b0;
|
|
case 11:
|
|
num8 = 0;
|
|
goto IL_06bd;
|
|
case 15:
|
|
goto end_IL_012e;
|
|
IL_06f0:
|
|
flag2 = num11;
|
|
flag3 = num10 == _206E_206E_206C_202C_202E_200B_206A_206E_206A_206B_200F_200C_206E_206D_206E_206D_206B_202A_206A_206B_200D_200C_206C_206F_200E_206E_202C_206D_200D_206C_202D_200C_200C_206A_200E_206E_206D_206F_200C_200C_202E(current).Length;
|
|
stringBuilder2 = stringBuilder;
|
|
stringBuilder3 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
formatProvider2 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(34, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(690137559));
|
|
appendInterpolatedStringHandler.AppendFormatted(flag2);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(160720765));
|
|
appendInterpolatedStringHandler.AppendFormatted(flag3);
|
|
appendInterpolatedStringHandler.AppendFormatted((flag2 != flag3) ? global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-804156053) : global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1200342830));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder3, formatProvider2, ref appendInterpolatedStringHandler);
|
|
num2 = -632491453;
|
|
break;
|
|
IL_06bd:
|
|
value = (uint)num8;
|
|
num2 = (rowOrDefault.HasValue ? (-632491450) : (-632491446));
|
|
break;
|
|
IL_02b0:
|
|
b = obj;
|
|
stringBuilder2 = stringBuilder;
|
|
stringBuilder4 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
formatProvider3 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(12, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1758336508));
|
|
appendInterpolatedStringHandler.AppendFormatted(_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1021698688));
|
|
appendInterpolatedStringHandler.AppendFormatted(_200E_206B_206D_202D_206E_206F_200D_206C_202D_206A_200C_202C_200C_200D_202B_202B_206F_200D_200E_206E_206B_206C_200E_202D_206B_206C_200E_200E_206A_202E_202D_202B_200E_206A_200C_200C_202D_200C_200C_200F_202E(current) ?? _206F_200E_206B_202D_202B_202E_206F_200D_206B_202B_206C_206F_202B_202B_200F_206A_202A_206E_206A_202D_202B_200C_202C_202D_200F_206F_202D_202D_200D_206D_200C_206C_202B_206E_206A_206C_206C_206E_206E_202A_202E(current) ?? global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-98105394));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(478204787));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-412371683));
|
|
appendInterpolatedStringHandler.AppendFormatted(_territoryData.GetNameAndId(_206C_206A_202A_206A_202E_200F_206F_202D_200C_200D_202C_200C_200C_206B_200C_206B_206F_202E_206E_200C_206A_200C_200D_202E_200C_202D_200B_206C_200C_202D_206F_206B_202B_202E_200D_202C_202D_202D_206D_202E(current)));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder4, formatProvider3, ref appendInterpolatedStringHandler);
|
|
stringBuilder2 = stringBuilder;
|
|
stringBuilder5 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
formatProvider4 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(47, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1377099346));
|
|
appendInterpolatedStringHandler.AppendFormatted(value);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-234256389));
|
|
appendInterpolatedStringHandler.AppendFormatted(b?.ToString(_202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E()) ?? global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1923490088));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1467939024));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1752738461));
|
|
appendInterpolatedStringHandler.AppendFormatted(_206A_206D_200E_200B_202B_202D_200E_206A_200B_200B_202E_202E_202A_200B_206B_200E_202C_206F_200F_202D_206D_202A_206C_202A_206C_200D_200C_200E_200F_206B_206C_206F_206B_206F_202D_206C_206A_202A_206A_206C_202E(current));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder5, formatProvider4, ref appendInterpolatedStringHandler);
|
|
stringBuilder2 = stringBuilder;
|
|
stringBuilder6 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
formatProvider5 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(37, 4, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(755477848));
|
|
appendInterpolatedStringHandler.AppendFormatted(_206C_200F_206C_206D_202A_206A_206B_202A_202D_200E_206B_202E_202C_200C_206C_206F_202D_206D_202E_200E_206C_200C_200B_202C_206B_202B_206F_200C_202E_200D_202D_200D_206D_200C_206B_200E_206B_206C_206C_200F_202E(current));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-324914973));
|
|
appendInterpolatedStringHandler.AppendFormatted(_202E_200F_206B_206C_206E_202E_200C_206B_206A_200E_200C_200F_200B_206C_206F_200F_206A_200C_202E_202A_200C_200D_200C_200E_200E_200E_200E_200D_202D_200C_206F_206F_202B_202A_206C_200C_202D_206C_206F_206D_202E(current));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1087086507));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(348634305));
|
|
appendInterpolatedStringHandler.AppendFormatted(_200C_206D_206F_200C_200D_200B_206A_200D_202C_200E_202C_202B_202A_200D_202B_206F_206B_206B_206F_206C_202A_200E_202C_200D_202D_206C_202B_206D_206E_206B_202A_206C_202D_200F_202D_202B_202E_206B_200B_206A_202E(current)?.ToString(_202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E()) ?? global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-2079705286));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1526773328));
|
|
appendInterpolatedStringHandler.AppendFormatted(_206E_200C_206A_206A_200C_200E_206C_202B_206D_206E_206D_202E_202C_200B_206C_206D_200D_202D_202B_202B_200C_200D_200B_206A_200C_206D_202C_202E_202B_206F_206A_206B_206D_200C_206B_202E_206A_200E_206C_200E_202E(current));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder6, formatProvider5, ref appendInterpolatedStringHandler);
|
|
stringBuilder2 = stringBuilder;
|
|
stringBuilder7 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
formatProvider6 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(35, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(784094329));
|
|
appendInterpolatedStringHandler.AppendFormatted(dictionary.GetValueOrDefault(_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current)));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder7, formatProvider6, ref appendInterpolatedStringHandler);
|
|
num10 = 0;
|
|
array = _206E_206E_206C_202C_202E_200B_206A_206E_206A_206B_200F_200C_206E_206D_206E_206D_206B_202A_206A_206B_200D_200C_206C_206F_200E_206E_202C_206D_200D_206C_202D_200C_200C_206A_200E_206E_206D_206F_200C_200C_202E(current);
|
|
num12 = 0;
|
|
num2 = -632491452;
|
|
break;
|
|
}
|
|
continue;
|
|
end_IL_012e:
|
|
break;
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
int num2 = ((enumerator == null) ? (-2074056579) : (-2074056580));
|
|
while (true)
|
|
{
|
|
int num21 = num2;
|
|
int num4 = -2074056579;
|
|
int num5 = num21;
|
|
int num22 = num5 + num4;
|
|
int num23 = num5 & num4;
|
|
switch (num22 - (num23 + num23))
|
|
{
|
|
case 2:
|
|
num2 = -2074056580;
|
|
break;
|
|
case 0:
|
|
goto end_IL_0845;
|
|
case 1:
|
|
_202A_202C_202E_206A_200C_206D_206F_202C_202B_206D_206C_200D_202B_206B_200B_202D_200B_202B_200C_206D_202B_200E_202E_200D_206C_202A_200E_200C_206C_202B_206C_202C_202C_200E_202A_206D_202B_206E_206D_200D_202E((IDisposable)enumerator);
|
|
num2 = -2074056579;
|
|
break;
|
|
}
|
|
continue;
|
|
end_IL_0845:
|
|
break;
|
|
}
|
|
}
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder9 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider8 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(26, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(num);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1953035271));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder9, formatProvider8, ref appendInterpolatedStringHandler);
|
|
return _200F_200E_202E_206F_200B_202E_206C_206B_202C_200E_200F_206F_206E_202A_202A_200C_200F_200C_200B_202B_200B_206D_206D_206E_202B_200D_206B_202A_200B_206E_200E_200C_202A_200F_200B_200B_200F_202D_206B_206C_202E((object)stringBuilder);
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void DrawPopRangeProbe()
|
|
{
|
|
int num = (_200D_202B_200B_206D_200C_202D_206C_206B_202A_206E_202B_200D_200E_200B_206F_206C_206A_202D_206E_206D_206C_200F_206F_206C_202A_206B_200B_206D_206B_200C_200E_202B_206C_206C_200C_202D_202D_200B_202D_206D_202E((ImU8String)global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1280712506), ImGuiTreeNodeFlags.DefaultOpen) ? 279269062 : 279269063);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 279269062;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 4:
|
|
_popRangeReport = RunGuarded(BuildPopRangeReport);
|
|
num = 279269061;
|
|
break;
|
|
case 1:
|
|
return;
|
|
case 2:
|
|
num = 279269063;
|
|
break;
|
|
case 3:
|
|
DrawReport(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-78184768), ref _popRangeReport);
|
|
return;
|
|
case 0:
|
|
_202C_200D_202E_206B_206F_200D_202B_200E_206C_202C_200F_200F_200D_200D_200F_206C_200B_206B_200E_206C_200F_202B_202C_206E_202D_200B_200D_200E_202E_200B_200F_206D_202D_200C_206E_202E_206E_200F_202A_206E_202E((ImU8String)global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1522247978));
|
|
_206A_206F_206B_200F_206F_200F_200F_202E_206F_206C_206C_202E_206F_202C_200F_202B_206D_202C_206A_202A_206C_200D_200D_206C_206E_202C_206C_202C_200F_206E_200C_206C_200E_206C_206C_206B_200B_200B_200C_202D_202E((ImU8String)global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-414215116), ref _popRangeOnlyDestinationless);
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E((ImU8String)global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(186029883), default(Vector2))) ? 279269061 : 279269058);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private string BuildPopRangeReport()
|
|
{
|
|
StringBuilder stringBuilder = _200C_200B_206F_206E_206D_206D_202E_206B_202B_202A_200E_200F_202B_206F_200D_200E_202A_206A_200C_200B_206C_206C_202A_206D_206C_202A_202C_202E_206C_206E_206C_206B_206B_206C_200C_202B_202B_200F_200B_202E_202E();
|
|
ExcelSheet<Warp> excelSheet = _dataManager.GetExcelSheet<Warp>();
|
|
ExcelSheet<Level> excelSheet2 = _dataManager.GetExcelSheet<Level>();
|
|
Dictionary<uint, Dictionary<string, Dictionary<uint, Vector3>>> cache = new Dictionary<uint, Dictionary<string, Dictionary<uint, Vector3>>>();
|
|
Dictionary<string, int> dictionary = PlanFiles.ToDictionary((string f) => f, (string _) => 0);
|
|
List<(uint, float)> list = new List<(uint, float)>();
|
|
int num = 0;
|
|
int num2 = 0;
|
|
int num3 = 0;
|
|
IEnumerator<WarpDataService.WarpInfo> enumerator = (from w in _200F_206D_206B_206C_202B_206B_206E_200F_202C_202C_202C_206F_202C_200D_202D_200B_200B_206D_206F_202E_200D_206C_202A_206D_202D_202A_200F_206D_202A_206C_202E_202A_206A_202B_200C_206E_202C_200B_202C_202E_202E(_warpDataService)
|
|
group w by _003C_003Ec._202A_202D_200F_202D_206C_206E_202B_206A_202C_200B_200D_200B_200F_206F_202C_206F_202E_206C_202A_200B_202D_200C_206C_202A_206E_206E_200E_206E_206C_206E_202E_200E_206E_202B_206C_206B_206E_200D_202B_206F_202E(w) into g
|
|
select g.First()).GetEnumerator();
|
|
int num12;
|
|
int num10;
|
|
StringBuilder stringBuilder2;
|
|
IFormatProvider formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler;
|
|
try
|
|
{
|
|
WarpDataService.WarpInfo current = default(WarpDataService.WarpInfo);
|
|
Vector3? vector = default(Vector3?);
|
|
uint rowId = default(uint);
|
|
uint rowId2 = default(uint);
|
|
bool flag = default(bool);
|
|
List<string> list2 = default(List<string>);
|
|
Vector3? vector2 = default(Vector3?);
|
|
Vector3 value2 = default(Vector3);
|
|
string text = default(string);
|
|
string value4 = default(string);
|
|
while (true)
|
|
{
|
|
IL_057c:
|
|
if (_206A_200F_206D_206E_200B_206D_206D_200C_202A_202A_200D_206A_206F_202C_202A_200D_200F_200B_206E_200B_206E_202B_206D_200B_202C_202E_200B_206A_202D_206F_200F_206F_206D_206C_206F_206D_206D_202B_206D_202E_202E((IEnumerator)enumerator))
|
|
{
|
|
current = enumerator.Current;
|
|
if (_popRangeOnlyDestinationless)
|
|
{
|
|
vector = _200D_206E_202D_206B_206B_206E_206E_200C_202B_206F_206C_200E_200B_202D_202D_202D_206E_202A_200B_202C_202D_206D_206C_206B_200F_202E_202E_206A_206C_206F_206A_206A_206C_202D_200C_206B_206C_206F_206E_206C_202E(current);
|
|
if (vector.HasValue)
|
|
{
|
|
continue;
|
|
}
|
|
}
|
|
Warp? rowOrDefault = excelSheet.GetRowOrDefault(_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current));
|
|
if (!rowOrDefault.HasValue)
|
|
{
|
|
continue;
|
|
}
|
|
int num4 = num;
|
|
int num5 = 1;
|
|
int num6 = num4;
|
|
int num7 = num6 ^ num5;
|
|
int num8 = num6 & num5;
|
|
num = num7 + (num8 + num8);
|
|
rowId = rowOrDefault.Value.PopRange.RowId;
|
|
rowId2 = rowOrDefault.Value.TerritoryType.RowId;
|
|
flag = rowId != 0 && excelSheet2.HasRow(rowId);
|
|
if (flag)
|
|
{
|
|
int num9 = num3;
|
|
num5 = 1;
|
|
num6 = num9;
|
|
num3 = (num6 | num5) + (num6 & num5);
|
|
}
|
|
list2 = new List<string>();
|
|
vector2 = null;
|
|
using (Dictionary<string, Dictionary<uint, Vector3>>.Enumerator enumerator2 = ScanPopRanges(cache, rowId2).GetEnumerator())
|
|
{
|
|
num10 = -1179116054;
|
|
while (true)
|
|
{
|
|
int num11 = num10;
|
|
num5 = -1179116053;
|
|
num6 = num11;
|
|
string key;
|
|
switch ((num6 | num5) - (num6 & num5))
|
|
{
|
|
case 3:
|
|
{
|
|
Vector3 valueOrDefault = value2;
|
|
vector2 = valueOrDefault;
|
|
num10 = -1179116054;
|
|
break;
|
|
}
|
|
case 2:
|
|
{
|
|
enumerator2.Current.Deconstruct(out key, out var value);
|
|
text = key;
|
|
num10 = ((!value.TryGetValue(rowId, out value2)) ? (-1179116054) : (-1179116049));
|
|
break;
|
|
}
|
|
case 1:
|
|
num10 = (enumerator2.MoveNext() ? (-1179116055) : (-1179116053));
|
|
break;
|
|
case 5:
|
|
num10 = -1179116054;
|
|
break;
|
|
case 4:
|
|
{
|
|
list2.Add(text);
|
|
key = text;
|
|
num12 = dictionary[key];
|
|
string key2 = key;
|
|
int num13 = num12;
|
|
num5 = 1;
|
|
num6 = num13;
|
|
dictionary[key2] = (num6 | num5) + (num6 & num5);
|
|
Vector3 valueOrDefault = vector2.GetValueOrDefault();
|
|
num10 = (vector2.HasValue ? (-1179116054) : (-1179116056));
|
|
break;
|
|
}
|
|
case 0:
|
|
goto end_IL_01ec;
|
|
}
|
|
continue;
|
|
end_IL_01ec:
|
|
break;
|
|
}
|
|
}
|
|
num10 = ((list2.Count != 0) ? 2075588319 : 2075588315);
|
|
}
|
|
else
|
|
{
|
|
num10 = 2075588318;
|
|
}
|
|
while (true)
|
|
{
|
|
int num14 = num10;
|
|
int num5 = 2075588317;
|
|
int num6 = num14;
|
|
int num15 = num6 + num5;
|
|
int num16 = num6 & num5;
|
|
switch (num15 - (num16 + num16))
|
|
{
|
|
default:
|
|
continue;
|
|
case 8:
|
|
num10 = (_206D_202B_200C_206B_200D_206F_206F_200F_200B_202B_206B_200C_202E_206C_202D_200E_202A_200D_206A_202B_200E_206C_200C_200C_202A_206C_202D_202A_206C_200F_206D_206E_202A_206E_200C_200D_206F_200E_200E_206A_202E(current) ? 2075588316 : 2075588313);
|
|
continue;
|
|
case 2:
|
|
value4 = global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1720149641);
|
|
num10 = ((!vector2.HasValue) ? 2075588316 : 2075588309);
|
|
continue;
|
|
case 0:
|
|
{
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder3 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider2 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(39, 8, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1658781691));
|
|
appendInterpolatedStringHandler.AppendFormatted(_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(121974199));
|
|
appendInterpolatedStringHandler.AppendFormatted(_200E_206B_206D_202D_206E_206F_200D_206C_202D_206A_200C_202C_200C_200D_202B_202B_206F_200D_200E_206E_206B_206C_200E_202D_206B_206C_200E_200E_206A_202E_202D_202B_200E_206A_200C_200C_202D_200C_200C_200F_202E(current) ?? _206F_200E_206B_202D_202B_202E_206F_200D_206B_202B_206C_206F_202B_202B_200F_206A_202A_206E_206A_202D_202B_200C_202C_202D_200F_206F_202D_202D_200D_206D_200C_206C_202B_206E_206A_206C_206C_206E_206E_202A_202E(current) ?? global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1887683575));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1389973659));
|
|
appendInterpolatedStringHandler.AppendFormatted(rowId);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-324914973));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1558307452));
|
|
appendInterpolatedStringHandler.AppendFormatted(_territoryData.GetNameAndId(rowId2));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-2035955381));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1784638708));
|
|
appendInterpolatedStringHandler.AppendFormatted(flag);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1132877285));
|
|
appendInterpolatedStringHandler.AppendFormatted((list2.Count > 0) ? _200D_200B_202E_200D_202A_202B_206F_200F_202B_200D_200B_202C_200E_206F_202C_206D_206A_202A_206A_206D_206D_200E_206F_206C_206F_202C_202C_202B_200F_202D_200B_200D_206D_200B_202B_206C_206D_200F_206F_206E_202E(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1754250772), (IEnumerable<string>)list2) : global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1971210874));
|
|
string value3;
|
|
if (!vector2.HasValue)
|
|
{
|
|
value3 = global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-87324410);
|
|
}
|
|
else
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(5, 1);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-695175043));
|
|
defaultInterpolatedStringHandler.AppendFormatted(vector2.Value);
|
|
value3 = defaultInterpolatedStringHandler.ToStringAndClear();
|
|
}
|
|
appendInterpolatedStringHandler.AppendFormatted(value3);
|
|
appendInterpolatedStringHandler.AppendFormatted(value4);
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder3, formatProvider2, ref appendInterpolatedStringHandler);
|
|
break;
|
|
}
|
|
case 1:
|
|
num10 = ((!_206D_202B_200C_206B_200D_206F_206F_200F_200B_202B_206B_200C_202E_206C_202D_200E_202A_200D_206A_202B_200E_206C_200C_200C_202A_206C_202D_202A_206C_200F_206D_206E_202A_206E_200C_200D_206F_200E_200E_206A_202E(current)) ? 2075588317 : 2075588314);
|
|
continue;
|
|
case 6:
|
|
{
|
|
int num17 = num2;
|
|
num5 = 1;
|
|
num6 = num17;
|
|
int num18 = num6 ^ num5;
|
|
int num19 = num6 & num5;
|
|
num2 = num18 + (num19 + num19);
|
|
num10 = 2075588319;
|
|
continue;
|
|
}
|
|
case 7:
|
|
value4 = global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1056949931);
|
|
num10 = 2075588317;
|
|
continue;
|
|
case 9:
|
|
{
|
|
Vector3 valueOrDefault2 = vector.GetValueOrDefault();
|
|
float item = Vector3.Distance(vector2.Value, valueOrDefault2);
|
|
list.Add((_206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(current), item));
|
|
value4 = _202B_200B_202E_200C_202A_202C_206A_200D_206D_200E_206E_202C_202E_202E_200C_202A_206E_200C_206D_202E_206D_200D_202E_206F_206C_200B_200E_206F_202E_200E_206B_200C_206E_206B_202D_206F_200E_202A_206D_200F_202E(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1690644541), item.ToString(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1324991826), _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E()), global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-997794500));
|
|
num10 = 2075588317;
|
|
continue;
|
|
}
|
|
case 5:
|
|
num10 = 2075588315;
|
|
continue;
|
|
case 4:
|
|
vector = _200D_206E_202D_206B_206B_206E_206E_200C_202B_206F_206C_200E_200B_202D_202D_202D_206E_202A_200B_202C_202D_206D_206C_206B_200F_202E_202E_206A_206C_206F_206A_206A_206C_202D_200C_206B_206C_206F_206E_206C_202E(current);
|
|
num10 = ((!vector.HasValue) ? 2075588316 : 2075588308);
|
|
continue;
|
|
case 3:
|
|
goto end_IL_0343;
|
|
}
|
|
goto IL_057c;
|
|
continue;
|
|
end_IL_0343:
|
|
break;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
num10 = ((enumerator == null) ? (-1684518491) : (-1684518490));
|
|
while (true)
|
|
{
|
|
int num20 = num10;
|
|
int num5 = -1684518492;
|
|
int num6 = num20;
|
|
int num21 = num6 + num5;
|
|
int num22 = num6 & num5;
|
|
switch (num21 - (num22 + num22))
|
|
{
|
|
case 1:
|
|
goto end_IL_06ba;
|
|
case 2:
|
|
_202A_202C_202E_206A_200C_206D_206F_202C_202B_206D_206C_200D_202B_206B_200B_202D_200B_202B_200C_206D_202B_200E_202E_200D_206C_202A_200E_200C_206C_202B_206C_202C_202C_200E_202A_206D_202B_206E_206D_200D_202E((IDisposable)enumerator);
|
|
num10 = -1684518491;
|
|
break;
|
|
case 0:
|
|
num10 = -1684518490;
|
|
break;
|
|
}
|
|
continue;
|
|
end_IL_06ba:
|
|
break;
|
|
}
|
|
}
|
|
_206D_200E_202C_206F_206D_202E_202C_206A_200B_200D_202B_202A_202E_202A_202D_202D_200D_206C_202A_202A_206F_202D_206D_202C_202C_206E_206C_202E_200D_202D_206C_206F_206D_206C_206E_200E_200E_200D_200B_202B_202E(stringBuilder);
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder4 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider3 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(65, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(num);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1428089820));
|
|
appendInterpolatedStringHandler.AppendFormatted(num3);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1817321270));
|
|
appendInterpolatedStringHandler.AppendFormatted(num2);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-2120097395));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder4, formatProvider3, ref appendInterpolatedStringHandler);
|
|
string[] planFiles = PlanFiles;
|
|
num12 = 0;
|
|
num10 = -1896058095;
|
|
List<(uint, float)> list3 = default(List<(uint, float)>);
|
|
while (true)
|
|
{
|
|
int num23 = num10;
|
|
int num5 = -1896058093;
|
|
int num6 = num23;
|
|
switch ((num6 | num5) - (num6 & num5))
|
|
{
|
|
case 0:
|
|
num10 = -1896058095;
|
|
break;
|
|
case 3:
|
|
num10 = ((list.Count <= 0) ? (-1896058089) : (-1896058094));
|
|
break;
|
|
case 1:
|
|
{
|
|
List<(uint, float)> list4 = list.OrderBy<(uint, float), float>(((uint RowId, float Delta) d) => d.Delta).ToList();
|
|
float item2 = list4[list4.Count / 2].Item2;
|
|
float item3 = list4[_200C_206B_200D_202A_202B_202A_206A_200C_206A_202B_202E_200C_206B_202D_200C_206D_206B_200D_206D_202B_202E_200B_206B_200E_202D_206C_202A_202B_200D_206A_206B_202B_206A_202C_206D_202B_200E_200C_202C_206E_202E(list4.Count - 1, (int)((double)list4.Count * 0.9))].Item2;
|
|
list3 = list4.Where<(uint, float)>(((uint RowId, float Delta) d) => d.Delta > 20f).ToList();
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder6 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider5 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(112, 5, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-984789891));
|
|
appendInterpolatedStringHandler.AppendFormatted(list4.Count);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1492652165));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-115147857));
|
|
appendInterpolatedStringHandler.AppendFormatted(item2, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(2084434619));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1433275032));
|
|
appendInterpolatedStringHandler.AppendFormatted(item3, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1324991826));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1205335904));
|
|
appendInterpolatedStringHandler.AppendFormatted(list4[list4.Count - 1].Item2, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1324991826));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-939132204));
|
|
appendInterpolatedStringHandler.AppendFormatted(list3.Count);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-15538910));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder6, formatProvider5, ref appendInterpolatedStringHandler);
|
|
num10 = ((list3.Count <= 0) ? (-1896058089) : (-1896058090));
|
|
break;
|
|
}
|
|
case 2:
|
|
num10 = ((num12 < planFiles.Length) ? (-1896058091) : (-1896058096));
|
|
break;
|
|
case 6:
|
|
{
|
|
string text2 = planFiles[num12];
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder7 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider6 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(17, 2, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-2047193429));
|
|
appendInterpolatedStringHandler.AppendFormatted(text2);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(2074665157));
|
|
appendInterpolatedStringHandler.AppendFormatted(dictionary[text2]);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1948837903));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder7, formatProvider6, ref appendInterpolatedStringHandler);
|
|
int num24 = num12;
|
|
num5 = 1;
|
|
num6 = num24;
|
|
int num25 = num6 ^ num5;
|
|
int num26 = num6 & num5;
|
|
num12 = num25 + (num26 + num26);
|
|
num10 = -1896058095;
|
|
break;
|
|
}
|
|
case 4:
|
|
return _200F_200E_202E_206F_200B_202E_206C_206B_202C_200E_200F_206F_206E_202A_202A_200C_200F_200C_200B_202B_200B_206D_206D_206E_202B_200D_206B_202A_200B_206E_200E_200C_202A_200F_200B_200B_200F_202D_206B_206C_202E((object)stringBuilder);
|
|
case 5:
|
|
{
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder5 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider4 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(17, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(492341808));
|
|
appendInterpolatedStringHandler.AppendFormatted(_200D_200B_202E_200D_202A_202B_206F_200F_202B_200D_200B_202C_200E_206F_202C_206D_206A_202A_206A_206D_206D_200E_206F_206C_206F_202C_202C_202B_200F_202D_200B_200D_206D_200B_202B_206C_206D_200F_206F_206E_202E(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1467939024), list3.Select<(uint, float), string>([MethodImpl(MethodImplOptions.NoInlining)] ((uint RowId, float Delta) d) =>
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler2 = new DefaultInterpolatedStringHandler(4, 2);
|
|
defaultInterpolatedStringHandler2.AppendFormatted(d.RowId);
|
|
defaultInterpolatedStringHandler2.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1473546846));
|
|
defaultInterpolatedStringHandler2.AppendFormatted(d.Delta.ToString(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1819906059), _003C_003Ec._206E_200E_200C_200D_206F_200C_200E_206B_200E_202B_202C_200F_200C_200D_206B_206D_200D_206F_200F_202B_202B_206E_202E_202C_206F_200F_200D_202D_206F_200E_206E_200B_206F_200C_202C_200C_200D_200F_206B_202B_202E()));
|
|
defaultInterpolatedStringHandler2.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-572338381));
|
|
return defaultInterpolatedStringHandler2.ToStringAndClear();
|
|
})));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder5, formatProvider4, ref appendInterpolatedStringHandler);
|
|
num10 = -1896058089;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private Dictionary<string, Dictionary<uint, Vector3>> ScanPopRanges(Dictionary<uint, Dictionary<string, Dictionary<uint, Vector3>>> cache, uint territoryId)
|
|
{
|
|
int num = ((!cache.TryGetValue(territoryId, out Dictionary<string, Dictionary<uint, Vector3>> value)) ? 1621022502 : 1621022497);
|
|
Dictionary<string, Dictionary<uint, Vector3>> dictionary2 = default(Dictionary<string, Dictionary<uint, Vector3>>);
|
|
string text4 = default(string);
|
|
int num7 = default(int);
|
|
LayerCommon.InstanceObject instanceObject = default(LayerCommon.InstanceObject);
|
|
LayerCommon.InstanceObject[] instanceObjects = default(LayerCommon.InstanceObject[]);
|
|
int num12 = default(int);
|
|
int num13 = default(int);
|
|
LayerCommon.Layer[] array = default(LayerCommon.Layer[]);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 1621022501;
|
|
int num4 = num2;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 0:
|
|
return dictionary2;
|
|
case 3:
|
|
dictionary2 = (cache[territoryId] = new Dictionary<string, Dictionary<uint, Vector3>>());
|
|
text4 = _dataManager.GetExcelSheet<TerritoryType>().GetRowOrDefault(territoryId)?.Bg.ExtractText();
|
|
num = ((!_202B_200C_202C_206D_200B_200F_206E_206C_202A_200B_206B_200E_202A_202D_206A_206C_202C_206A_202A_200D_202B_202E_206C_200B_202C_206A_206D_202A_206F_200B_202E_206B_200D_200D_206D_200C_206B_202C_200B_200C_202E(text4)) ? 1621022499 : 1621022501);
|
|
break;
|
|
case 4:
|
|
return value;
|
|
case 2:
|
|
return dictionary2;
|
|
case 6:
|
|
num7 = _206B_202C_200D_202B_200B_202A_206F_200B_200C_200B_200C_200C_200B_200D_200B_206A_200C_200B_202B_200E_206C_206A_200B_206F_206B_202B_206E_206A_200F_202D_202A_200F_202B_206D_202E_200F_206F_200D_202E_200F_202E(text4, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1447478986), StringComparison.Ordinal);
|
|
num = ((num7 >= 0) ? 1621022500 : 1621022503);
|
|
break;
|
|
case 5:
|
|
num = 1621022497;
|
|
break;
|
|
case 1:
|
|
{
|
|
string[] planFiles = PlanFiles;
|
|
int num5 = 0;
|
|
while (num5 < planFiles.Length)
|
|
{
|
|
string text = planFiles[num5];
|
|
Dictionary<uint, Vector3> dictionary = (dictionary2[text] = new Dictionary<uint, Vector3>());
|
|
string text2 = global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(227633411);
|
|
string text3 = text4;
|
|
int num6 = num7;
|
|
num3 = 1;
|
|
num4 = num6;
|
|
int num8 = num4 ^ num3;
|
|
int num9 = num4 & num3;
|
|
string text5 = _200F_206C_206B_202E_206B_206A_206C_202D_206F_202A_202E_206F_206F_206A_200E_200F_206E_206C_206D_202B_202C_202B_206C_206F_200D_206D_206E_200F_206F_202D_202E_200F_206B_200F_206F_202C_200E_200B_200D_206E_202E(text2, _202C_202E_206A_206F_206A_206D_200C_202B_206B_200C_206F_206B_202A_206D_202C_200C_200F_200F_202A_200D_206D_206E_202A_206F_206F_206B_200F_200C_206E_200C_202E_200F_200F_206E_206E_202A_206E_202E_206B_202D_202E(text3, 0, num8 + (num9 + num9)), global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1288278212), text);
|
|
try
|
|
{
|
|
LgbFile file = _dataManager.GetFile<LgbFile>(text5);
|
|
num = ((file != null) ? (-1691110925) : (-1691110917));
|
|
while (true)
|
|
{
|
|
int num10 = num;
|
|
num3 = -1691110925;
|
|
num4 = num10;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 1:
|
|
dictionary[instanceObject.InstanceId] = new Vector3(instanceObject.Transform.Translation.X, instanceObject.Transform.Translation.Y, instanceObject.Transform.Translation.Z);
|
|
num = -1691110923;
|
|
break;
|
|
case 8:
|
|
goto end_IL_01ac;
|
|
case 2:
|
|
num = -1691110917;
|
|
break;
|
|
case 4:
|
|
instanceObject = instanceObjects[num12];
|
|
num = ((instanceObject.AssetType != LayerEntryType.PopRange) ? (-1691110923) : (-1691110926));
|
|
break;
|
|
case 9:
|
|
num = ((num13 < array.Length) ? (-1691110919) : (-1691110922));
|
|
break;
|
|
case 3:
|
|
{
|
|
int num14 = num13;
|
|
num3 = 1;
|
|
num4 = num14;
|
|
int num15 = num4 ^ num3;
|
|
int num16 = num4 & num3;
|
|
num13 = num15 + (num16 + num16);
|
|
num = -1691110918;
|
|
break;
|
|
}
|
|
case 7:
|
|
num = ((num12 < instanceObjects.Length) ? (-1691110921) : (-1691110928));
|
|
break;
|
|
case 0:
|
|
array = _200F_202B_206B_202A_200F_200E_202B_206C_206A_206A_202D_200B_206B_206E_206F_200C_200E_202C_200C_200D_200B_200C_206A_206B_206E_202C_200C_202D_206B_200E_206A_206C_206F_206F_202D_206F_202C_200D_202D_206E_202E(file);
|
|
num13 = 0;
|
|
num = -1691110918;
|
|
break;
|
|
case 10:
|
|
instanceObjects = array[num13].InstanceObjects;
|
|
num12 = 0;
|
|
num = -1691110924;
|
|
break;
|
|
case 6:
|
|
{
|
|
int num11 = num12;
|
|
num3 = 1;
|
|
num4 = num11;
|
|
num12 = (num4 | num3) + (num4 & num3);
|
|
num = -1691110924;
|
|
break;
|
|
}
|
|
case 5:
|
|
goto end_IL_01ac;
|
|
}
|
|
continue;
|
|
end_IL_01ac:
|
|
break;
|
|
}
|
|
}
|
|
catch (Exception ex)
|
|
{
|
|
_202E_202D_202B_202C_200B_202A_206E_200C_200B_202A_206B_200D_206C_200C_206A_200E_202E_206E_202A_206F_206F_202E_206A_202B_202A_206C_200B_206C_202D_200D_206E_206A_202B_206B_202A_202A_206C_200E_202E_206C_202E((ILogger)_logger, ex, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(592032495), new object[1] { text5 });
|
|
}
|
|
int num17 = num5;
|
|
num3 = 1;
|
|
num4 = num17;
|
|
int num18 = num4 ^ num3;
|
|
int num19 = num4 & num3;
|
|
num5 = num18 + (num19 + num19);
|
|
}
|
|
return dictionary2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void DrawDerivedArrivalExport()
|
|
{
|
|
int num = (_200D_202B_200B_206D_200C_202D_206C_206B_202A_206E_202B_200D_200E_200B_206F_206C_206A_202D_206E_206D_206C_200F_206F_206C_202A_206B_200B_206D_206B_200C_200E_202B_206C_206C_200C_202D_202D_200B_202D_206D_202E((ImU8String)global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1297058446), ImGuiTreeNodeFlags.None) ? (-332975332) : (-332975335));
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = -332975331;
|
|
int num4 = num2;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 0:
|
|
num = -332975335;
|
|
break;
|
|
case 1:
|
|
_202C_200D_202E_206B_206F_200D_202B_200E_206C_202C_200F_200F_200D_200D_200F_206C_200B_206B_200E_206C_200F_202B_202C_206E_202D_200B_200D_200E_202E_200B_200F_206D_202D_200C_206E_202E_206E_200F_202A_206E_202E((ImU8String)global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1892719681));
|
|
num = ((_202B_200F_206C_202E_202B_200C_200B_206B_200D_202A_200C_200B_202C_200B_202C_202B_200C_200F_202D_206E_206D_200F_202A_206B_200E_206D_202A_202C_206B_200D_206C_202C_206B_200D_200D_202E_202A_206D_202B_206A_202E(_dataOptions) != null) ? (-332975333) : (-332975336));
|
|
break;
|
|
case 5:
|
|
_202D_206C_202B_206F_200E_206C_206A_200F_200C_202E_200B_202B_202B_200B_202E_200D_200C_202D_202E_202D_200D_206F_200B_206E_206E_200C_206A_206E_200E_206F_206F_206D_202E_202A_202E_206B_200E_206A_200B_200F_202E((ImU8String)global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1901581621));
|
|
return;
|
|
case 4:
|
|
return;
|
|
case 2:
|
|
_arrivalExportReport = RunGuarded(BuildDerivedArrivalExport);
|
|
num = -332975330;
|
|
break;
|
|
case 6:
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E((ImU8String)global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-436258789), default(Vector2))) ? (-332975330) : (-332975329));
|
|
break;
|
|
case 3:
|
|
DrawReport(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(197244860), ref _arrivalExportReport);
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private string BuildDerivedArrivalExport()
|
|
{
|
|
StringBuilder stringBuilder = _200C_200B_206F_206E_206D_206D_202E_206B_202B_202A_200E_200F_202B_206F_200D_200E_202A_206A_200C_200B_206C_206C_202A_206D_206C_202A_202C_202E_206C_206E_206C_206B_206B_206C_200C_202B_202B_200F_200B_202E_202E();
|
|
ExcelSheet<Warp> excelSheet = _dataManager.GetExcelSheet<Warp>();
|
|
Dictionary<uint, Dictionary<string, Dictionary<uint, Vector3>>> cache = new Dictionary<uint, Dictionary<string, Dictionary<uint, Vector3>>>();
|
|
Dictionary<string, int> dictionary = PlanFiles.ToDictionary((string f) => f, (string _) => 0);
|
|
Dictionary<uint, DerivedArrivalEntry> dictionary2 = new Dictionary<uint, DerivedArrivalEntry>();
|
|
List<string> list = new List<string>();
|
|
int num = 0;
|
|
IEnumerator<Warp> enumerator = excelSheet.Where((Warp x) => x.RowId != 0).GetEnumerator();
|
|
int num8;
|
|
int num6;
|
|
try
|
|
{
|
|
Warp current = default(Warp);
|
|
uint rowId = default(uint);
|
|
ushort num2 = default(ushort);
|
|
Vector3? vector = default(Vector3?);
|
|
Vector3 value2 = default(Vector3);
|
|
string text = default(string);
|
|
string text2 = default(string);
|
|
while (true)
|
|
{
|
|
IL_034d:
|
|
if (_206A_200F_206D_206E_200B_206D_206D_200C_202A_202A_200D_206A_206F_202C_202A_200D_200F_200B_206E_200B_206E_202B_206D_200B_202C_202E_200B_206A_202D_206F_200F_206F_206D_206C_206F_206D_206D_202B_206D_202E_202E((IEnumerator)enumerator))
|
|
{
|
|
current = enumerator.Current;
|
|
rowId = current.PopRange.RowId;
|
|
num2 = (ushort)current.TerritoryType.RowId;
|
|
if (rowId == 0 || num2 == 0)
|
|
{
|
|
continue;
|
|
}
|
|
int num3 = num;
|
|
int num4 = 1;
|
|
int num5 = num3;
|
|
num = (num5 | num4) + (num5 & num4);
|
|
vector = null;
|
|
using (Dictionary<string, Dictionary<uint, Vector3>>.Enumerator enumerator2 = ScanPopRanges(cache, num2).GetEnumerator())
|
|
{
|
|
num6 = -2076757862;
|
|
while (true)
|
|
{
|
|
int num7 = num6;
|
|
num4 = -2076757857;
|
|
num5 = num7;
|
|
string key;
|
|
switch ((num5 | num4) - (num5 & num4))
|
|
{
|
|
case 3:
|
|
{
|
|
Vector3 value3 = value2;
|
|
vector = value3;
|
|
num6 = -2076757862;
|
|
break;
|
|
}
|
|
case 4:
|
|
{
|
|
enumerator2.Current.Deconstruct(out key, out var value);
|
|
text = key;
|
|
num6 = ((!value.TryGetValue(rowId, out value2)) ? (-2076757862) : (-2076757857));
|
|
break;
|
|
}
|
|
case 0:
|
|
{
|
|
key = text;
|
|
num8 = dictionary[key];
|
|
string key2 = key;
|
|
int num9 = num8;
|
|
num4 = 1;
|
|
num5 = num9;
|
|
int num10 = num5 ^ num4;
|
|
int num11 = num5 & num4;
|
|
dictionary[key2] = num10 + (num11 + num11);
|
|
Vector3 value3 = vector.GetValueOrDefault();
|
|
num6 = (vector.HasValue ? (-2076757862) : (-2076757860));
|
|
break;
|
|
}
|
|
case 5:
|
|
num6 = (enumerator2.MoveNext() ? (-2076757861) : (-2076757858));
|
|
break;
|
|
case 2:
|
|
num6 = -2076757862;
|
|
break;
|
|
case 1:
|
|
goto end_IL_0128;
|
|
}
|
|
continue;
|
|
end_IL_0128:
|
|
break;
|
|
}
|
|
}
|
|
num6 = ((!vector.HasValue) ? (-1603430500) : (-1603430501));
|
|
}
|
|
else
|
|
{
|
|
num6 = -1603430502;
|
|
}
|
|
while (true)
|
|
{
|
|
int num12 = num6;
|
|
int num4 = -1603430503;
|
|
int num5 = num12;
|
|
switch ((num5 | num4) - (num5 & num4))
|
|
{
|
|
default:
|
|
continue;
|
|
case 5:
|
|
text2 = current.Name.ExtractText();
|
|
num6 = ((!_202B_200C_202C_206D_200B_200F_206E_206C_202A_200B_206B_200E_202A_202D_206A_206C_202C_206A_202A_200D_202B_202E_206C_200B_202C_206A_206D_202A_206F_200B_202E_206B_200D_200D_206D_200C_206B_202C_200B_200C_202E(text2)) ? (-1603430504) : (-1603430503));
|
|
continue;
|
|
case 2:
|
|
{
|
|
uint rowId2 = current.RowId;
|
|
DerivedArrivalEntry derivedArrivalEntry = _202A_206F_206E_202E_200C_202B_202C_206B_202D_200E_202A_202A_200F_206F_206B_202E_206B_200D_202B_206B_202A_206F_200C_206B_202E_206E_206E_202B_200F_206E_202E_206A_200F_206D_202E_200B_202B_202D_202E_202D_202E();
|
|
_206D_206B_202B_200F_202E_206D_202A_206C_202B_206B_202D_200B_206A_206B_202E_202C_202E_202A_200C_206F_200E_200D_202B_202E_200F_202B_200E_206F_206C_206A_202B_200B_200E_202C_202C_200D_206D_206D_206B_202E_202E(derivedArrivalEntry, rowId);
|
|
_206F_202E_206A_202C_202D_206B_202D_206D_206A_206F_206F_202C_200F_202B_206F_206F_200E_206C_206E_206C_200B_206C_200C_202C_206A_202A_206F_206D_202E_202E_206E_202B_202B_202D_202A_200C_206F_202E_202C_200D_202E(derivedArrivalEntry, num2);
|
|
_200D_200F_206A_200D_202A_202A_202B_200C_202B_202B_206F_202C_202A_206E_202A_206F_202C_200D_206C_200F_202A_200E_202A_206A_200B_206D_206B_200D_206E_206E_206F_206E_200C_200B_206B_202A_206C_200C_202E_200C_202E(derivedArrivalEntry, vector.Value.X);
|
|
_200D_202A_202B_206A_200E_200C_202B_200B_202E_200E_206F_206A_206E_200E_206C_200B_206A_206A_200D_200D_200F_206A_206A_200F_200C_200D_206A_206C_206D_206C_202A_200B_206E_202D_202A_206F_202C_202E_206E_202E(derivedArrivalEntry, vector.Value.Y);
|
|
_206F_202B_200E_200D_202E_200D_206D_206F_202C_206C_206F_200F_206F_206B_206E_200B_202A_206A_200E_200C_200B_206E_206D_206B_206A_200C_202C_200E_200F_200D_206A_200E_200C_202C_200B_200F_200C_206F_200C_200F_202E(derivedArrivalEntry, vector.Value.Z);
|
|
dictionary2[rowId2] = derivedArrivalEntry;
|
|
num6 = -1603430499;
|
|
continue;
|
|
}
|
|
case 4:
|
|
break;
|
|
case 0:
|
|
text2 = current.Question.ExtractText();
|
|
num6 = -1603430504;
|
|
continue;
|
|
case 1:
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(18, 4);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1084120440));
|
|
defaultInterpolatedStringHandler.AppendFormatted(current.RowId);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1789328049));
|
|
defaultInterpolatedStringHandler.AppendFormatted(text2);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(527533137));
|
|
defaultInterpolatedStringHandler.AppendFormatted(rowId);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-259312352));
|
|
defaultInterpolatedStringHandler.AppendFormatted(_territoryData.GetNameAndId(num2));
|
|
list.Add(defaultInterpolatedStringHandler.ToStringAndClear());
|
|
num6 = -1603430499;
|
|
continue;
|
|
}
|
|
case 6:
|
|
num6 = -1603430501;
|
|
continue;
|
|
case 3:
|
|
goto end_IL_0277;
|
|
}
|
|
goto IL_034d;
|
|
continue;
|
|
end_IL_0277:
|
|
break;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
num6 = ((enumerator == null) ? (-1874454493) : (-1874454496));
|
|
while (true)
|
|
{
|
|
int num13 = num6;
|
|
int num4 = -1874454495;
|
|
int num5 = num13;
|
|
int num14 = num5 + num4;
|
|
int num15 = num5 & num4;
|
|
switch (num14 - (num15 + num15))
|
|
{
|
|
case 2:
|
|
goto end_IL_044f;
|
|
case 1:
|
|
_202A_202C_202E_206A_200C_206D_206F_202C_202B_206D_206C_200D_202B_206B_200B_202D_200B_202B_200C_206D_202B_200E_202E_200D_206C_202A_200E_200C_206C_202B_206C_202C_202C_200E_202A_206D_202B_206E_206D_200D_202E((IDisposable)enumerator);
|
|
num6 = -1874454493;
|
|
break;
|
|
case 0:
|
|
num6 = -1874454496;
|
|
break;
|
|
}
|
|
continue;
|
|
end_IL_044f:
|
|
break;
|
|
}
|
|
}
|
|
DerivedArrivalFile derivedArrivalFile = _206F_202E_200F_206F_200C_206D_206B_206B_200C_200C_202B_200B_206A_206C_206A_206B_206A_202A_206E_202A_206B_202C_202D_206C_202C_200B_206B_200F_206C_202C_206F_202C_200C_200F_202C_202B_206E_206F_200C_200D_202E();
|
|
_200F_206F_206E_206E_202B_206A_206E_206B_202B_206F_206A_200F_206D_200D_202B_206C_202B_200E_202C_206E_200E_206B_206C_200F_200C_206D_206D_206C_202E_200E_202A_206C_202B_202C_206C_200F_206E_200B_202A_202B_202E(derivedArrivalFile, _206D_202D_202E_200E_206B_202D_206F_202C_200E_202E_200B_206C_200F_202D_200F_200F_202E_206C_202D_200D_206A_206C_202D_200D_200C_202D_200F_206F_200F_202C_202A_200F_202D_200F_206B_200B_202C_202A_200F_202B_202E(_dataOptions));
|
|
_200F_200B_202E_206F_206A_206E_202D_200B_206F_200F_206C_202B_206F_206E_202C_200E_200E_206E_200C_202A_202C_200F_206E_202D_200C_202C_202C_202B_200C_202D_206D_200F_202A_202A_200F_200C_206F_206B_200B_206E_202E(derivedArrivalFile, dictionary2);
|
|
DerivedArrivalFile derivedArrivalFile2 = derivedArrivalFile;
|
|
string text3 = _206C_200E_202C_206E_202A_202A_206D_206E_202B_200F_202A_202E_200F_200E_206B_206D_206F_202A_202C_206B_200C_202C_206C_200F_206D_200C_206F_202C_202A_206E_202E_202A_202A_202C_206E_206D_202E_200F_200E_202E_202E(_200E_206F_200E_202B_206E_202B_200F_206C_200C_206E_206C_206B_200F_202B_200F_206A_200F_206C_206C_206B_202D_202D_202E_202C_200E_200C_202D_200E_202A_200B_200D_202E_206A_206A_200E_206A_200D_202D_206F_202D_202E((FileSystemInfo)_202B_200F_206C_202E_202B_200C_200B_206B_200D_202A_200C_200B_202C_200B_202C_202B_200C_200F_202D_206E_206D_200F_202A_206B_200E_206D_202A_202C_206B_200D_206C_202C_206B_200D_200D_202E_202A_206D_202B_206A_202E(_dataOptions)), global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-632129369));
|
|
_206B_206C_200C_202B_200D_202C_200B_202E_200F_206C_200F_202B_206D_206E_202A_206C_206D_202E_206E_200B_206F_202E_202C_202C_206E_202D_200D_202B_200D_206B_202A_206D_206B_206A_206B_202C_202E_202D_200F_202B_202E(text3, JsonSerializer.Serialize(derivedArrivalFile2, IndentedJson));
|
|
StringBuilder stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder3 = stringBuilder2;
|
|
IFormatProvider formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider2 = formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(57, 2, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(num);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1141024490));
|
|
appendInterpolatedStringHandler.AppendFormatted(dictionary2.Count);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-2018314361));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder3, formatProvider2, ref appendInterpolatedStringHandler);
|
|
string[] planFiles = PlanFiles;
|
|
num8 = 0;
|
|
num6 = 1870756699;
|
|
while (true)
|
|
{
|
|
int num16 = num6;
|
|
int num4 = 1870756696;
|
|
int num5 = num16;
|
|
int num17 = num5 + num4;
|
|
int num18 = num5 & num4;
|
|
switch (num17 - (num18 + num18))
|
|
{
|
|
case 2:
|
|
num6 = 1870756699;
|
|
break;
|
|
case 3:
|
|
num6 = ((num8 < planFiles.Length) ? 1870756697 : 1870756696);
|
|
break;
|
|
case 1:
|
|
{
|
|
string text4 = planFiles[num8];
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder6 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider5 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(9, 2, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-2047193429));
|
|
appendInterpolatedStringHandler.AppendFormatted(text4);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1545053118));
|
|
appendInterpolatedStringHandler.AppendFormatted(dictionary[text4]);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(2018222976));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder6, formatProvider5, ref appendInterpolatedStringHandler);
|
|
int num22 = num8;
|
|
num4 = 1;
|
|
num5 = num22;
|
|
num8 = (num5 | num4) + (num5 & num4);
|
|
num6 = 1870756699;
|
|
break;
|
|
}
|
|
case 0:
|
|
{
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder4 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider3 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(98, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(list.Count);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(632432975));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder4, formatProvider3, ref appendInterpolatedStringHandler);
|
|
using (List<string>.Enumerator enumerator3 = list.GetEnumerator())
|
|
{
|
|
num6 = -1351429223;
|
|
while (true)
|
|
{
|
|
int num19 = num6;
|
|
num4 = -1351429223;
|
|
num5 = num19;
|
|
int num20 = num5 + num4;
|
|
int num21 = num5 & num4;
|
|
switch (num20 - (num21 + num21))
|
|
{
|
|
case 2:
|
|
num6 = -1351429223;
|
|
break;
|
|
case 3:
|
|
{
|
|
string current2 = enumerator3.Current;
|
|
_206E_202B_206C_200C_202E_202C_200B_206D_206C_200B_206A_202D_206C_206C_200F_202B_206E_206B_206C_200C_206A_200D_206C_202D_202C_200D_200E_202C_206F_202C_206E_206A_206E_202A_200E_202C_206E_206D_202B_200C_202E(stringBuilder, current2);
|
|
num6 = -1351429223;
|
|
break;
|
|
}
|
|
case 0:
|
|
num6 = (enumerator3.MoveNext() ? (-1351429222) : (-1351429224));
|
|
break;
|
|
case 1:
|
|
goto end_IL_06b1;
|
|
}
|
|
continue;
|
|
end_IL_06b1:
|
|
break;
|
|
}
|
|
}
|
|
_206D_200E_202C_206F_206D_202E_202C_206A_200B_200D_202B_202A_202E_202A_202D_202D_200D_206C_202A_202A_206F_202D_206D_202C_202C_206E_206C_202E_200D_202D_206C_206F_206D_206C_206E_200E_200E_200D_200B_202B_202E(stringBuilder);
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder5 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider4 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(25, 2, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1359032729));
|
|
appendInterpolatedStringHandler.AppendFormatted(text3);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(93850674));
|
|
appendInterpolatedStringHandler.AppendFormatted(_202D_206B_202B_206F_202B_202B_200F_202E_206F_202A_206A_206E_206B_206B_206C_206A_200D_202C_202C_202E_206E_202D_200E_206E_206C_206C_200D_200D_200B_200E_200B_202E_206C_202B_206C_200E_200F_206F_200E_200D_202E(derivedArrivalFile2) ?? global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1887683575));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1735737295));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder5, formatProvider4, ref appendInterpolatedStringHandler);
|
|
_206E_202B_206C_200C_202E_202C_200B_206D_206C_200B_206A_202D_206C_206C_200F_202B_206E_206B_206C_200C_206A_200D_206C_202D_202C_200D_200E_202C_206F_202C_206E_206A_206E_202A_200E_202C_206E_206D_202B_200C_202E(stringBuilder, global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1824898501));
|
|
return _200F_200E_202E_206F_200B_202E_206C_206B_202C_200E_200F_206F_206E_202A_202A_200C_200F_200C_200B_202B_200B_206D_206D_206E_202B_200D_206B_202A_200B_206E_200E_200C_202A_200F_200B_200B_200F_202D_206B_206C_202E((object)stringBuilder);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void DrawLayerSetProbe()
|
|
{
|
|
int num = (_200D_202B_200B_206D_200C_202D_206C_206B_202A_206E_202B_200D_200E_200B_206F_206C_206A_202D_206E_206D_206C_200F_206F_206C_202A_206B_200B_206D_206B_200C_200E_202B_206C_206C_200C_202D_202D_200B_202D_206D_202E((ImU8String)global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-875146848), ImGuiTreeNodeFlags.DefaultOpen) ? 1301006986 : 1301006985);
|
|
uint territoryId;
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 1301006986;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 0:
|
|
_202C_200D_202E_206B_206F_200D_202B_200E_206C_202C_200F_200F_200D_200D_200F_206C_200B_206B_200E_206C_200F_202B_202C_206E_202D_200B_200D_200E_202E_200B_200F_206D_202D_200C_206E_202E_206E_200F_202A_206E_202E((ImU8String)global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1690152568));
|
|
_202A_206B_202E_206C_202B_200B_200D_202B_206B_200F_206E_200F_200B_206D_206E_206B_202D_200F_206E_200B_202D_200F_200D_200B_202B_200E_206B_200D_200C_202E_206D_200C_202B_206D_200E_206A_206D_206E_202D_202E(120f);
|
|
_200C_202C_200C_206F_202A_202D_200F_206D_206D_200E_202B_200E_200B_206B_206E_206C_206A_200C_206F_200C_202E_200E_206C_206B_206B_202B_206D_206F_202B_206F_206E_206B_206E_202D_206C_202B_202C_202A_206A_202A_202E((ImU8String)global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1460437686), ref _lvbTerritoryId, 0, 0, default(ImU8String), ImGuiInputTextFlags.None);
|
|
num = ((!_202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E((ImU8String)global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1188775364), default(Vector2))) ? 1301006990 : 1301006987);
|
|
break;
|
|
case 3:
|
|
return;
|
|
case 2:
|
|
num = 1301006985;
|
|
break;
|
|
case 1:
|
|
territoryId = ((_lvbTerritoryId > 0) ? ((uint)_lvbTerritoryId) : _200B_206F_206B_206D_206C_202D_206E_200D_206C_202C_206F_202D_202E_206F_206B_200B_200E_206F_200F_200D_200D_202D_202B_200D_202B_206D_206F_206E_206A_206B_202E_202E_206A_202C_206E_202C_202E_206D_200B_202C_202E(_clientState));
|
|
_lvbReport = RunGuarded(() => BuildLayerSetReport(territoryId));
|
|
num = 1301006990;
|
|
break;
|
|
case 4:
|
|
DrawReport(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-755775763), ref _lvbReport);
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private string BuildLayerSetReport(uint territoryId)
|
|
{
|
|
StringBuilder stringBuilder = _200C_200B_206F_206E_206D_206D_202E_206B_202B_202A_200E_200F_202B_206F_200D_200E_202A_206A_200C_200B_206C_206C_202A_206D_206C_202A_202C_202E_206C_206E_206C_206B_206B_206C_200C_202B_202B_200F_200B_202E_202E();
|
|
ExcelSheet<TerritoryType> excelSheet = _dataManager.GetExcelSheet<TerritoryType>();
|
|
string bg = excelSheet.GetRowOrDefault(territoryId)?.Bg.ExtractText();
|
|
int num = ((!_202B_200C_202C_206D_200B_200F_206E_206C_202A_200B_206B_200E_202A_202D_206A_206C_202C_206A_202A_200D_202B_202E_206C_200B_202C_206A_206D_202A_206F_200B_202E_206B_200D_200D_206D_200C_206B_202C_200B_200C_202E(bg)) ? 1217962322 : 1217962323);
|
|
int num6 = default(int);
|
|
Dictionary<uint, List<uint>> owners;
|
|
uint item = default(uint);
|
|
List<uint> value = default(List<uint>);
|
|
uint item2 = default(uint);
|
|
string text5 = default(string);
|
|
List<List<uint>> list4 = default(List<List<uint>>);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 1217962322;
|
|
int num4 = num2;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 4:
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler2 = new DefaultInterpolatedStringHandler(39, 2);
|
|
defaultInterpolatedStringHandler2.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-933891057));
|
|
defaultInterpolatedStringHandler2.AppendFormatted(territoryId);
|
|
defaultInterpolatedStringHandler2.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-280187168));
|
|
defaultInterpolatedStringHandler2.AppendFormatted(bg);
|
|
defaultInterpolatedStringHandler2.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1650634486));
|
|
return defaultInterpolatedStringHandler2.ToStringAndClear();
|
|
}
|
|
case 1:
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(25, 1);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-156340874));
|
|
defaultInterpolatedStringHandler.AppendFormatted(territoryId);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-2086094510));
|
|
return defaultInterpolatedStringHandler.ToStringAndClear();
|
|
}
|
|
case 0:
|
|
num6 = _206B_202C_200D_202B_200B_202A_206F_200B_200C_200B_200C_200C_200B_200D_200B_206A_200C_200B_202B_200E_206C_206A_200B_206F_206B_202B_206E_206A_200F_202D_202A_200F_202B_206D_202E_200F_206F_200D_202E_200F_202E(bg, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1447478986), StringComparison.Ordinal);
|
|
num = ((num6 >= 0) ? 1217962321 : 1217962326);
|
|
break;
|
|
case 2:
|
|
num = 1217962323;
|
|
break;
|
|
case 3:
|
|
{
|
|
string text = global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-397701742);
|
|
string text2 = bg;
|
|
int num5 = num6;
|
|
num3 = 1;
|
|
num4 = num5;
|
|
int num7 = num4 ^ num3;
|
|
int num8 = num4 & num3;
|
|
string text3 = _202B_200B_202E_200C_202A_202C_206A_200D_206D_200E_206E_202C_202E_202E_200C_202A_206E_200C_206D_202E_206D_200D_202E_206F_206C_200B_200E_206F_202E_200E_206B_200C_206E_206B_202D_206F_200E_202A_206D_200F_202E(text, _202C_202E_206A_206F_206A_206D_200C_202B_206B_200C_206F_206B_202A_206D_202C_200C_200F_200F_202A_200D_206D_206E_202A_206F_206F_206B_200F_200C_206E_200C_202E_200F_200F_206E_206E_202A_206E_202E_206B_202D_202E(text2, 0, num7 + (num8 + num8)), global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1288278212));
|
|
string text4 = _206A_206B_200D_200F_200E_206F_200E_202E_200D_206E_202C_202E_202A_206A_200C_202A_200D_206D_200C_202D_200C_206E_200D_202E_202E_202D_200D_202D_202C_206B_206D_200C_202E_202C_202B_200F_200C_206D_202A_200F_202E(bg, _200E_200B_206C_206A_202B_206B_202D_202D_206A_200C_200F_200F_200C_202E_200B_206C_202C_206E_202A_206A_202D_206D_200D_206D_202E_202A_200F_200C_206B_200D_202D_202E_206B_202C_206A_200B_202B_202A_200C_206A_202E(bg, '/') + 1);
|
|
StringBuilder stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder3 = stringBuilder2;
|
|
IFormatProvider formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider2 = formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(17, 2, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-933891057));
|
|
appendInterpolatedStringHandler.AppendFormatted(_territoryData.GetNameAndId(territoryId));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-2035498113));
|
|
appendInterpolatedStringHandler.AppendFormatted(bg);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1639651192));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder3, formatProvider2, ref appendInterpolatedStringHandler);
|
|
List<uint> list = (from t in excelSheet.Where(delegate(TerritoryType t)
|
|
{
|
|
int num19 = ((t.RowId == 0) ? (-1476010825) : (-1476010828));
|
|
while (true)
|
|
{
|
|
int num20 = num19;
|
|
int num21 = -1476010826;
|
|
int num22 = num20;
|
|
int num23 = num22 + num21;
|
|
int num24 = num22 & num21;
|
|
switch (num23 - (num24 + num24))
|
|
{
|
|
case 0:
|
|
goto IL_0049;
|
|
case 2:
|
|
return _003C_003Ec__DisplayClass26_0._206E_200D_206F_202A_206D_200B_206A_206B_206C_202B_202E_202E_202E_206C_202E_200B_202A_206C_200B_202D_200D_206B_200F_206E_206A_202C_206F_206F_200C_206A_202E_200F_202C_200D_206E_200E_206F_200B_206F_200D_202E(t.Bg.ExtractText(), bg);
|
|
case 1:
|
|
return false;
|
|
}
|
|
continue;
|
|
IL_0049:
|
|
num19 = -1476010828;
|
|
}
|
|
})
|
|
select t.RowId).ToList();
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder4 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider3 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(29, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(50860618));
|
|
appendInterpolatedStringHandler.AppendFormatted(string.Join(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1087086507), list));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder4, formatProvider3, ref appendInterpolatedStringHandler);
|
|
List<(uint SetId, uint TerritoryId)> list2 = ParseLvbLayerSets(ReadFileBytes(_202B_200B_202E_200C_202A_202C_206A_200D_206D_200E_206E_202C_202E_202E_200C_202A_206E_200C_206D_202E_206D_200D_202E_206F_206C_200B_200E_206F_202E_200E_206B_200C_206E_206B_202D_206F_200E_202A_206D_200F_202E(text3, text4, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1877396600))), stringBuilder);
|
|
owners = new Dictionary<uint, List<uint>>();
|
|
using (List<(uint, uint)>.Enumerator enumerator = list2.GetEnumerator())
|
|
{
|
|
num = 569756345;
|
|
while (true)
|
|
{
|
|
int num9 = num;
|
|
num3 = 569756347;
|
|
num4 = num9;
|
|
int num10 = num4 + num3;
|
|
int num11 = num4 & num3;
|
|
switch (num10 - (num11 + num11))
|
|
{
|
|
case 3:
|
|
num = (owners.TryGetValue(item, out value) ? 569756347 : 569756351);
|
|
break;
|
|
case 4:
|
|
value = (owners[item] = new List<uint>());
|
|
num = 569756347;
|
|
break;
|
|
case 0:
|
|
value.Add(item2);
|
|
num = 569756345;
|
|
break;
|
|
case 2:
|
|
num = (enumerator.MoveNext() ? 569756346 : 569756350);
|
|
break;
|
|
case 6:
|
|
num = 569756345;
|
|
break;
|
|
case 1:
|
|
{
|
|
(uint, uint) current = enumerator.Current;
|
|
item = current.Item1;
|
|
item2 = current.Item2;
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder5 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider4 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(26, 3, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1045936999));
|
|
appendInterpolatedStringHandler.AppendFormatted(item);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1691935347));
|
|
appendInterpolatedStringHandler.AppendFormatted(item2);
|
|
appendInterpolatedStringHandler.AppendFormatted(list.Contains(item2) ? global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1694032531) : global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(91205610));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder5, formatProvider4, ref appendInterpolatedStringHandler);
|
|
num = ((item2 == 0) ? 569756345 : 569756344);
|
|
break;
|
|
}
|
|
case 5:
|
|
goto end_IL_0328;
|
|
}
|
|
continue;
|
|
end_IL_0328:
|
|
break;
|
|
}
|
|
}
|
|
string[] planFiles = PlanFiles;
|
|
int num12 = 0;
|
|
num = -687162178;
|
|
while (true)
|
|
{
|
|
int num13 = num;
|
|
num3 = -687162179;
|
|
num4 = num13;
|
|
int num14 = num4 + num3;
|
|
int num15 = num4 & num3;
|
|
switch (num14 - (num15 + num15))
|
|
{
|
|
case 2:
|
|
return _200F_200E_202E_206F_200B_202E_206C_206B_202C_200E_200F_206F_206E_202A_202A_200C_200F_200C_200B_202B_200B_206D_206D_206E_202B_200D_206B_202A_200B_206E_200E_200C_202A_200F_200B_200B_200F_202D_206B_206C_202E((object)stringBuilder);
|
|
case 4:
|
|
{
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder7 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider6 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(18, 1, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(text5);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(116300161));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder7, formatProvider6, ref appendInterpolatedStringHandler);
|
|
num = -687162180;
|
|
break;
|
|
}
|
|
case 3:
|
|
num = ((num12 < planFiles.Length) ? (-687162184) : (-687162177));
|
|
break;
|
|
case 1:
|
|
{
|
|
int num16 = num12;
|
|
num3 = 1;
|
|
num4 = num16;
|
|
int num17 = num4 ^ num3;
|
|
int num18 = num4 & num3;
|
|
num12 = num17 + (num18 + num18);
|
|
num = -687162178;
|
|
break;
|
|
}
|
|
case 5:
|
|
text5 = planFiles[num12];
|
|
list4 = ParseLgbLayerSetReferences(ReadFileBytes(_200C_200F_202E_206E_202C_206B_206C_202E_200B_206E_200C_206E_206B_200C_200D_206B_202C_200F_202E_202E_200C_206D_206C_206D_206E_202A_206E_202A_200C_206C_202B_206F_206A_206D_200C_200E_200B_200D_206C_206E_202E(text3, text5)));
|
|
num = ((list4.Count != 0) ? (-687162181) : (-687162183));
|
|
break;
|
|
case 6:
|
|
{
|
|
int value2 = list4.Count((List<uint> refs) => refs.Count > 0);
|
|
List<string> list5 = list4.SelectMany((List<uint> refs) => refs).Distinct().Select([MethodImpl(MethodImplOptions.NoInlining)] (uint setId) =>
|
|
{
|
|
List<uint> value3;
|
|
int num19 = (owners.TryGetValue(setId, out value3) ? (-1977504847) : (-1977504846));
|
|
while (true)
|
|
{
|
|
int num20 = num19;
|
|
int num21 = -1977504845;
|
|
int num22 = num20;
|
|
int num23 = num22 + num21;
|
|
int num24 = num22 & num21;
|
|
switch (num23 - (num24 + num24))
|
|
{
|
|
case 2:
|
|
return string.Join(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1680133376), value3);
|
|
case 1:
|
|
{
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler3 = new DefaultInterpolatedStringHandler(12, 1);
|
|
defaultInterpolatedStringHandler3.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-884751217));
|
|
defaultInterpolatedStringHandler3.AppendFormatted(setId);
|
|
defaultInterpolatedStringHandler3.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-1951044220));
|
|
return defaultInterpolatedStringHandler3.ToStringAndClear();
|
|
}
|
|
case 0:
|
|
goto IL_00a0;
|
|
}
|
|
continue;
|
|
IL_00a0:
|
|
num19 = -1977504846;
|
|
}
|
|
})
|
|
.Distinct()
|
|
.ToList();
|
|
stringBuilder2 = stringBuilder;
|
|
StringBuilder stringBuilder6 = stringBuilder2;
|
|
formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider5 = formatProvider;
|
|
appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(48, 4, stringBuilder2, formatProvider);
|
|
appendInterpolatedStringHandler.AppendFormatted(text5);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-2035955381));
|
|
appendInterpolatedStringHandler.AppendFormatted(list4.Count);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-944275696));
|
|
appendInterpolatedStringHandler.AppendFormatted(value2);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(173110452));
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-832423755));
|
|
appendInterpolatedStringHandler.AppendFormatted((list5.Count > 0) ? _200D_200B_202E_200D_202A_202B_206F_200F_202B_200D_200B_202C_200E_206F_202C_206D_206A_202A_206A_206D_206D_200E_206F_206C_206F_202C_202C_202B_200F_202D_200B_200D_206D_200B_202B_206C_206D_200F_206F_206E_202E(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(1577352017), (IEnumerable<string>)list5) : global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(792471175));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder6, formatProvider5, ref appendInterpolatedStringHandler);
|
|
num = -687162180;
|
|
break;
|
|
}
|
|
case 0:
|
|
num = -687162178;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private byte[]? ReadFileBytes(string path)
|
|
{
|
|
try
|
|
{
|
|
FileResource fileResource = _206D_200B_202C_206C_200C_200C_206C_206B_206C_206D_202A_206E_200F_202C_202A_200C_206F_200D_202A_206B_200C_200E_202B_206A_206E_200B_202D_200E_206E_202A_202A_200F_200B_206A_206A_202D_206F_200D_200D_202E_202E(_dataManager, path);
|
|
return (fileResource != null) ? _202A_200B_200C_206C_202E_202B_202D_200B_206E_200F_206C_206C_202D_206E_200E_202A_202D_206F_200E_206C_202D_206A_206A_206F_202E_202D_200B_202D_206F_206D_202C_202B_206E_200F_202A_206E_200E_202D_206C_206E_202E(fileResource) : null;
|
|
}
|
|
catch (Exception ex)
|
|
{
|
|
_202E_202D_202B_202C_200B_202A_206E_200C_200B_202A_206B_200D_206C_200C_206A_200E_202E_206E_202A_206F_206F_202E_206A_202B_202A_206C_200B_206C_202D_200D_206E_206A_202B_206B_202A_202A_206C_200E_202E_206C_202E((ILogger)_logger, ex, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-2050201987), new object[1] { path });
|
|
return null;
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private static List<(uint SetId, uint TerritoryId)> ParseLvbLayerSets(byte[]? data, StringBuilder sb)
|
|
{
|
|
List<(uint, uint)> list = new List<(uint, uint)>();
|
|
int num = ((data == null) ? (-1069099753) : (-1069099746));
|
|
int num17 = default(int);
|
|
bool flag = default(bool);
|
|
int num9 = default(int);
|
|
int num7 = default(int);
|
|
int num10 = default(int);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = -1069099753;
|
|
int num4 = num2;
|
|
int num5 = num4 + num3;
|
|
int num6 = num4 & num3;
|
|
switch (num5 - (num6 + num6))
|
|
{
|
|
case 10:
|
|
{
|
|
int num23 = num17;
|
|
num3 = 12;
|
|
num4 = num23;
|
|
int num24 = num4 ^ num3;
|
|
int num25 = num4 & num3;
|
|
num = ((num24 + (num25 + num25) <= data.Length) ? (-1069099769) : (-1069099749));
|
|
break;
|
|
}
|
|
case 13:
|
|
flag = true;
|
|
num = -1069099757;
|
|
break;
|
|
case 12:
|
|
_206E_202B_206C_200C_202E_202C_200B_206D_206C_200B_206A_202D_206C_206C_200F_202B_206E_206B_206C_200C_206A_200D_206C_202D_202C_200D_200E_202C_206F_202C_206E_206A_206E_202A_200E_202C_206E_206D_202B_200C_202E(sb, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-2098223468));
|
|
return list;
|
|
case 9:
|
|
num = ((data.Length < 36) ? (-1069099753) : (-1069099758));
|
|
break;
|
|
case 14:
|
|
{
|
|
int num11 = num9;
|
|
num3 = num7 * 28;
|
|
num4 = num11;
|
|
int num12 = num4 ^ num3;
|
|
int num13 = num4 & num3;
|
|
int num14 = num12 + (num13 + num13);
|
|
uint item = _202E_200F_202A_206A_206E_202C_206F_206F_200E_206C_200F_206E_202A_200F_202C_206F_200F_202A_206C_206B_202B_200D_206B_200B_200B_206B_206A_202D_200F_200B_202D_202D_202D_206D_206D_206F_202D_202D_200C_202A_202E(data, num14);
|
|
num3 = 12;
|
|
num4 = num14;
|
|
list.Add((item, _202E_200F_202A_206A_206E_202C_206F_206F_200E_206C_200F_206E_202A_200F_202C_206F_200F_202A_206C_206B_202B_200D_206B_200B_200B_206B_206A_202D_200F_200B_202D_202D_202D_206D_206D_206F_202D_202D_200C_202A_202E(data, (num4 | num3) + (num4 & num3))));
|
|
int num15 = num7;
|
|
num3 = 1;
|
|
num4 = num15;
|
|
num7 = (num4 | num3) + (num4 & num3);
|
|
num = -1069099759;
|
|
break;
|
|
}
|
|
case 15:
|
|
num = ((num10 <= 4096) ? (-1069099754) : (-1069099750));
|
|
break;
|
|
case 3:
|
|
num17 = 20 + _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, 32);
|
|
num = ((num17 < 0) ? (-1069099749) : (-1069099747));
|
|
break;
|
|
case 1:
|
|
flag = false;
|
|
num = -1069099757;
|
|
break;
|
|
case 4:
|
|
num = (flag ? (-1069099745) : (-1069099748));
|
|
break;
|
|
case 17:
|
|
num7 = 0;
|
|
num = -1069099759;
|
|
break;
|
|
case 0:
|
|
_206E_202B_206C_200C_202E_202C_200B_206D_206C_200B_206A_202D_206C_206C_200F_202B_206E_206B_206C_200C_206A_200D_206C_202D_202C_200D_200E_202C_206F_202C_206E_206A_206E_202A_200E_202C_206E_206D_202B_200C_202E(sb, global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1929902287));
|
|
return list;
|
|
case 7:
|
|
{
|
|
StringBuilder stringBuilder = sb;
|
|
StringBuilder stringBuilder3 = stringBuilder;
|
|
IFormatProvider formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider3 = formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(17, 1, stringBuilder, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(76646206));
|
|
appendInterpolatedStringHandler.AppendFormatted(num10);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1699175671));
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder3, formatProvider3, ref appendInterpolatedStringHandler);
|
|
return list;
|
|
}
|
|
case 5:
|
|
num = ((!HasMagic(data, 0, global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(247167544))) ? (-1069099753) : (-1069099755));
|
|
break;
|
|
case 6:
|
|
num = ((num7 < num10) ? (-1069099751) : (-1069099760));
|
|
break;
|
|
case 16:
|
|
{
|
|
int num16 = num17;
|
|
num3 = 4;
|
|
num4 = num16;
|
|
int num18 = num4 ^ num3;
|
|
int num19 = num4 & num3;
|
|
num10 = _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, num18 + (num19 + num19));
|
|
int num20 = num17;
|
|
num3 = 12;
|
|
num4 = num20;
|
|
int num21 = num4 ^ num3;
|
|
int num22 = num4 & num3;
|
|
num9 = num21 + (num22 + num22);
|
|
num = ((num10 < 0) ? (-1069099750) : (-1069099752));
|
|
break;
|
|
}
|
|
case 18:
|
|
num = -1069099746;
|
|
break;
|
|
case 8:
|
|
{
|
|
StringBuilder stringBuilder = sb;
|
|
StringBuilder stringBuilder2 = stringBuilder;
|
|
IFormatProvider formatProvider = _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E();
|
|
IFormatProvider formatProvider2 = formatProvider;
|
|
StringBuilder.AppendInterpolatedStringHandler appendInterpolatedStringHandler = new StringBuilder.AppendInterpolatedStringHandler(34, 1, stringBuilder, formatProvider);
|
|
appendInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-310739774));
|
|
appendInterpolatedStringHandler.AppendFormatted(num10);
|
|
_200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(stringBuilder2, formatProvider2, ref appendInterpolatedStringHandler);
|
|
return list;
|
|
}
|
|
case 11:
|
|
{
|
|
int num8 = num9;
|
|
num3 = num10 * 28;
|
|
num4 = num8;
|
|
num = (((num4 | num3) + (num4 & num3) <= data.Length) ? (-1069099770) : (-1069099745));
|
|
break;
|
|
}
|
|
case 2:
|
|
num = (HasMagic(data, 12, global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(964728167)) ? (-1069099756) : (-1069099753));
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private static List<List<uint>> ParseLgbLayerSetReferences(byte[]? data)
|
|
{
|
|
List<List<uint>> list = new List<List<uint>>();
|
|
int num = ((data == null) ? 539289198 : 539289203);
|
|
int num23 = default(int);
|
|
int num28 = default(int);
|
|
int num19 = default(int);
|
|
int num5 = default(int);
|
|
int num24 = default(int);
|
|
bool flag = default(bool);
|
|
List<uint> list3 = default(List<uint>);
|
|
int num8 = default(int);
|
|
int num11 = default(int);
|
|
int num7 = default(int);
|
|
while (true)
|
|
{
|
|
int num2 = num;
|
|
int num3 = 539289210;
|
|
int num4 = num2;
|
|
switch ((num4 | num3) - (num4 & num3))
|
|
{
|
|
case 23:
|
|
num = ((num23 < 0) ? 539289213 : 539289186);
|
|
break;
|
|
case 19:
|
|
{
|
|
int num27 = num28;
|
|
int num29 = num28;
|
|
num3 = 20;
|
|
num4 = num29;
|
|
int num30 = num4 ^ num3;
|
|
int num31 = num4 & num3;
|
|
num19 = num27 + _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, num30 + (num31 + num31));
|
|
num = ((num19 <= num28) ? 539289214 : 539289202);
|
|
break;
|
|
}
|
|
case 4:
|
|
{
|
|
int num34 = num5;
|
|
num3 = 1;
|
|
num4 = num34;
|
|
int num35 = num4 ^ num3;
|
|
int num36 = num4 & num3;
|
|
num5 = num35 + (num36 + num36);
|
|
num = 539289209;
|
|
break;
|
|
}
|
|
case 9:
|
|
num = ((data.Length < 36) ? 539289198 : 539289211);
|
|
break;
|
|
case 25:
|
|
num = ((num24 <= 100000) ? 539289194 : 539289185);
|
|
break;
|
|
case 3:
|
|
num = ((num5 < num24) ? 539289206 : 539289201);
|
|
break;
|
|
case 15:
|
|
num = (flag ? 539289214 : 539289208);
|
|
break;
|
|
case 24:
|
|
{
|
|
int num22 = num23;
|
|
num3 = num24 * 4;
|
|
num4 = num22;
|
|
int num25 = num4 ^ num3;
|
|
int num26 = num4 & num3;
|
|
num = ((num25 + (num26 + num26) <= data.Length) ? 539289200 : 539289213);
|
|
break;
|
|
}
|
|
case 12:
|
|
{
|
|
list3 = new List<uint>();
|
|
list.Add(list3);
|
|
int num37 = num23;
|
|
int num38 = num23;
|
|
num3 = num5 * 4;
|
|
num4 = num38;
|
|
num28 = num37 + _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, (num4 | num3) + (num4 & num3));
|
|
num = ((num28 < 0) ? 539289214 : 539289192);
|
|
break;
|
|
}
|
|
case 17:
|
|
num = ((num8 <= 4096) ? 539289191 : 539289199);
|
|
break;
|
|
case 18:
|
|
{
|
|
int num32 = num28;
|
|
num3 = 36;
|
|
num4 = num32;
|
|
num = (((num4 | num3) + (num4 & num3) > data.Length) ? 539289214 : 539289193);
|
|
break;
|
|
}
|
|
case 1:
|
|
num = ((!HasMagic(data, 0, global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1621587450))) ? 539289198 : 539289210);
|
|
break;
|
|
case 29:
|
|
flag = false;
|
|
num = 539289205;
|
|
break;
|
|
case 14:
|
|
num11 = 0;
|
|
num = 539289212;
|
|
break;
|
|
case 21:
|
|
flag = true;
|
|
num = 539289205;
|
|
break;
|
|
case 22:
|
|
num = 539289203;
|
|
break;
|
|
case 0:
|
|
num = (HasMagic(data, 12, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1053193949)) ? 539289188 : 539289198);
|
|
break;
|
|
case 8:
|
|
{
|
|
int num33 = num19;
|
|
num3 = 12;
|
|
num4 = num33;
|
|
num = (((num4 | num3) + (num4 & num3) > data.Length) ? 539289214 : 539289190);
|
|
break;
|
|
}
|
|
case 2:
|
|
num = ((num7 < 0) ? 539289214 : 539289215);
|
|
break;
|
|
case 6:
|
|
num = ((num11 < num8) ? 539289184 : 539289214);
|
|
break;
|
|
case 30:
|
|
num23 = 20 + _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, 28);
|
|
num24 = _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, 32);
|
|
num = ((num24 < 0) ? 539289185 : 539289187);
|
|
break;
|
|
case 7:
|
|
return list;
|
|
case 28:
|
|
{
|
|
int num18 = num19;
|
|
int num20 = num19;
|
|
num3 = 4;
|
|
num4 = num20;
|
|
num7 = num18 + _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, (num4 | num3) + (num4 & num3));
|
|
int num21 = num19;
|
|
num3 = 8;
|
|
num4 = num21;
|
|
num8 = _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(data, (num4 | num3) + (num4 & num3));
|
|
num = ((num8 < 1) ? 539289199 : 539289195);
|
|
break;
|
|
}
|
|
case 26:
|
|
{
|
|
List<uint> list2 = list3;
|
|
int num12 = num7;
|
|
num3 = num11 * 4;
|
|
num4 = num12;
|
|
int num13 = num4 ^ num3;
|
|
int num14 = num4 & num3;
|
|
list2.Add(_202E_200F_202A_206A_206E_202C_206F_206F_200E_206C_200F_206E_202A_200F_202C_206F_200F_202A_206C_206B_202B_200D_206B_200B_200B_206B_206A_202D_200F_200B_202D_202D_202D_206D_206D_206F_202D_202D_200C_202A_202E(data, num13 + (num14 + num14)));
|
|
int num15 = num11;
|
|
num3 = 1;
|
|
num4 = num15;
|
|
int num16 = num4 ^ num3;
|
|
int num17 = num4 & num3;
|
|
num11 = num16 + (num17 + num17);
|
|
num = 539289212;
|
|
break;
|
|
}
|
|
case 27:
|
|
flag = true;
|
|
num = 539289207;
|
|
break;
|
|
case 11:
|
|
return list;
|
|
case 16:
|
|
flag = false;
|
|
num = 539289207;
|
|
break;
|
|
case 20:
|
|
return list;
|
|
case 5:
|
|
{
|
|
int num6 = num7;
|
|
num3 = num8 * 4;
|
|
num4 = num6;
|
|
int num9 = num4 ^ num3;
|
|
int num10 = num4 & num3;
|
|
num = ((num9 + (num10 + num10) > data.Length) ? 539289214 : 539289204);
|
|
break;
|
|
}
|
|
case 13:
|
|
num = (flag ? 539289213 : 539289197);
|
|
break;
|
|
case 10:
|
|
num5 = 0;
|
|
num = 539289209;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
private static bool HasMagic(byte[] data, int at, string magic)
|
|
{
|
|
int num = 0;
|
|
int num2 = -985267863;
|
|
while (true)
|
|
{
|
|
int num3 = num2;
|
|
int num4 = -985267860;
|
|
int num5 = num3;
|
|
switch ((num5 | num4) - (num5 & num4))
|
|
{
|
|
case 5:
|
|
num2 = ((num < _202A_202A_200E_202C_202A_202B_200D_202B_206F_200D_206C_206A_206B_200D_202C_200F_200D_200D_200B_206B_206A_200F_206E_200E_202A_206D_200E_202B_206D_202B_202C_200D_202C_202B_202D_202C_202A_200F_202C_200E_202E(magic)) ? (-985267859) : (-985267864));
|
|
break;
|
|
case 1:
|
|
num4 = num;
|
|
num5 = at;
|
|
num2 = ((data[(num5 | num4) + (num5 & num4)] == (byte)_206E_206A_202A_202A_206A_206C_200E_200C_200C_200D_206A_202A_206E_200E_206D_202E_202D_200C_200F_202A_202C_200B_200C_202D_206B_202D_206B_202B_206D_206C_206C_200F_202C_202C_200E_206A_206F_202A_200E_200D_202E(magic, num)) ? (-985267860) : (-985267858));
|
|
break;
|
|
case 2:
|
|
return false;
|
|
case 4:
|
|
return true;
|
|
case 3:
|
|
num2 = -985267863;
|
|
break;
|
|
case 0:
|
|
{
|
|
int num6 = num;
|
|
num4 = 1;
|
|
num5 = num6;
|
|
int num7 = num5 ^ num4;
|
|
int num8 = num5 & num4;
|
|
num = num7 + (num8 + num8);
|
|
num2 = -985267863;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private string RunGuarded(Func<string> probe)
|
|
{
|
|
try
|
|
{
|
|
return probe();
|
|
}
|
|
catch (Exception ex)
|
|
{
|
|
_200D_200E_206B_206A_200C_200E_200E_202B_202A_202A_206B_200B_200C_206E_202E_206F_202E_206B_202D_206E_200B_202B_200C_200D_200D_200C_202D_200F_202A_200B_202E_200E_206D_202B_202C_202D_202A_206B_206E_206F_202E((ILogger)_logger, ex, global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-1424876398), Array.Empty<object>());
|
|
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(14, 1);
|
|
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(-149691040));
|
|
defaultInterpolatedStringHandler.AppendFormatted(ex);
|
|
return defaultInterpolatedStringHandler.ToStringAndClear();
|
|
}
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
static DataProbesPanel()
|
|
{
|
|
JsonSerializerOptions jsonSerializerOptions = _200C_202E_202B_206C_202A_200C_206A_202A_206A_206F_200B_200D_200E_206E_202B_206F_200B_200B_206B_206C_202A_206D_206F_206D_206B_206A_200B_206B_206B_206B_206F_200D_202A_202D_202C_206B_200E_200E_206A_206F_202E();
|
|
_206D_206C_206E_200B_202A_206E_206D_202B_206B_200B_206C_200F_200F_200E_200E_206A_202D_200E_202A_206A_200F_202B_202B_206B_206C_200F_206D_200E_202C_200D_202C_202E_206C_200D_200E_202B_200E_200E_202C_202E(jsonSerializerOptions, true);
|
|
IndentedJson = jsonSerializerOptions;
|
|
}
|
|
|
|
static void _206E_202C_206B_202A_202A_206A_200E_206C_202C_202B_200F_206D_200E_206E_206F_202B_202A_206A_206B_202B_200C_202E_202E_206F_206C_202D_206F_202D_206A_200E_202D_206E_206B_200F_206A_206E_206E_206C_202E_202E_202E()
|
|
{
|
|
ImGui.Separator();
|
|
}
|
|
|
|
static void _206E_200E_200E_206D_206A_206E_206B_206E_202C_202B_202A_206C_200F_206E_202E_202E_202C_206B_202E_206B_206C_206F_200D_202B_200B_202C_200E_206D_200B_202B_202A_200B_202B_202A_206D_200B_206E_200D_200E_202A_202E()
|
|
{
|
|
ImGui.SameLine();
|
|
}
|
|
|
|
static bool _202E_206D_202D_202A_206D_206A_200E_200B_202E_202B_202B_206C_200B_202C_206B_206A_206D_202E_202B_202A_202B_202B_200E_206F_206E_200D_202E_206B_202A_202C_206D_200C_200D_200B_206D_200B_202A_202B_202A_200F_202E(ImU8String P_0, Vector2 P_1)
|
|
{
|
|
return ImGui.Button(P_0, P_1);
|
|
}
|
|
|
|
static void _206F_200F_200D_206E_206B_200F_202A_200D_200F_202B_206C_202D_206F_200E_200B_206F_202B_206B_202E_206A_206E_200D_206A_200E_202C_206F_200C_200F_200E_206D_202D_202A_200E_206D_200B_202C_200C_202A_202A_206C_202E(ImU8String P_0)
|
|
{
|
|
ImGui.SetClipboardText(P_0);
|
|
}
|
|
|
|
static ImRaii.ChildDisposable _206C_202C_200C_200F_206B_202D_202E_206C_202E_206F_202E_206B_206D_206F_206C_206D_206C_202A_202D_200C_202D_202D_202C_202B_202D_206C_202C_200B_202E_206B_200D_206F_202C_200E_206F_202C_202C_200E_206B_206E_202E(ImU8String P_0, Vector2 P_1, bool P_2)
|
|
{
|
|
return ImRaii.Child(P_0, P_1, P_2);
|
|
}
|
|
|
|
static void _206A_202A_200D_206D_206F_206E_206A_200D_200D_202C_206F_206D_202C_206C_206C_206B_206C_206B_202A_200E_206D_206A_200E_200D_206E_200D_206F_206F_202A_200D_200B_202C_200D_206B_206A_200F_202D_200B_200C_206B_202E(ImU8String P_0)
|
|
{
|
|
ImGui.TextUnformatted(P_0);
|
|
}
|
|
|
|
static bool _200D_202B_200B_206D_200C_202D_206C_206B_202A_206E_202B_200D_200E_200B_206F_206C_206A_202D_206E_206D_206C_200F_206F_206C_202A_206B_200B_206D_206B_200C_200E_202B_206C_206C_200C_202D_202D_200B_202D_206D_202E(ImU8String P_0, ImGuiTreeNodeFlags P_1)
|
|
{
|
|
return ImGui.CollapsingHeader(P_0, P_1);
|
|
}
|
|
|
|
static void _202C_200D_202E_206B_206F_200D_202B_200E_206C_202C_200F_200F_200D_200D_200F_206C_200B_206B_200E_206C_200F_202B_202C_206E_202D_200B_200D_200E_202E_200B_200F_206D_202D_200C_206E_202E_206E_200F_202A_206E_202E(ImU8String P_0)
|
|
{
|
|
ImGui.TextWrapped(P_0);
|
|
}
|
|
|
|
static StringBuilder _200C_200B_206F_206E_206D_206D_202E_206B_202B_202A_200E_200F_202B_206F_200D_200E_202A_206A_200C_200B_206C_206C_202A_206D_206C_202A_202C_202E_206C_206E_206C_206B_206B_206C_200C_202B_202B_200F_200B_202E_202E()
|
|
{
|
|
return new StringBuilder();
|
|
}
|
|
|
|
static NavGraph _206F_202D_206E_206E_202C_206F_206B_206B_206E_200F_200E_200C_206F_206A_202E_206C_202E_200E_202C_202A_206F_200F_206A_206C_202B_202B_202C_206D_206C_200F_202E_200C_202C_200C_202A_200D_202E_202A_200D_206D_202E(NavRouter P_0)
|
|
{
|
|
return P_0.StaticGraph;
|
|
}
|
|
|
|
static IReadOnlyDictionary<string, NavNode> _202D_200E_206A_200F_206E_206F_200C_200E_206B_206B_206E_202B_202E_206F_200C_206C_206A_202B_200E_202C_200F_206B_200D_202C_206E_202B_200E_200C_202E_206F_200E_200B_202A_206B_202D_202B_200C_200E_202A_206E_202E(NavGraph P_0)
|
|
{
|
|
return P_0.Nodes;
|
|
}
|
|
|
|
static IReadOnlyList<WarpDataService.WarpInfo> _200F_206D_206B_206C_202B_206B_206E_200F_202C_202C_202C_206F_202C_200D_202D_200B_200B_206D_206F_202E_200D_206C_202A_206D_202D_202A_200F_206D_202A_206C_202E_202A_206A_202B_200C_206E_202C_200B_202C_202E_202E(WarpDataService P_0)
|
|
{
|
|
return P_0.Warps;
|
|
}
|
|
|
|
static uint[] _206E_206E_206C_202C_202E_200B_206A_206E_206A_206B_200F_200C_206E_206D_206E_206D_206B_202A_206A_206B_200D_200C_206C_206F_200E_206E_202C_206D_200D_206C_202D_200C_200C_206A_200E_206E_206D_206F_200C_200C_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.RequiredQuestIds;
|
|
}
|
|
|
|
static uint _206A_200E_200D_202B_206D_202B_206F_202D_202C_200F_206C_202C_206F_202E_200B_202C_200D_206B_202A_206A_200B_202B_200C_202D_206F_202C_206D_200E_202E_200C_200E_206E_200D_202D_200D_200E_202E_200B_206C_200E_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.RowId;
|
|
}
|
|
|
|
static CultureInfo _202E_206C_202E_206C_200E_200E_206A_206B_202A_206E_200E_202A_206A_200F_206C_206A_202D_206F_202B_200B_202C_202B_202D_206D_200F_200B_202B_200D_200D_200C_200E_202A_200B_202B_202A_206C_206E_200E_200D_202E_202E()
|
|
{
|
|
return CultureInfo.InvariantCulture;
|
|
}
|
|
|
|
static string _200E_206B_206D_202D_206E_206F_200D_206C_202D_206A_200C_202C_200C_200D_202B_202B_206F_200D_200E_206E_206B_206C_200E_202D_206B_206C_200E_200E_206A_202E_202D_202B_200E_206A_200C_200C_202D_200C_200C_200F_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.Name;
|
|
}
|
|
|
|
static string _206F_200E_206B_202D_202B_202E_206F_200D_206B_202B_206C_206F_202B_202B_200F_206A_202A_206E_206A_202D_202B_200C_202C_202D_200F_206F_202D_202D_200D_206D_200C_206C_202B_206E_206A_206C_206C_206E_206E_202A_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.Question;
|
|
}
|
|
|
|
static ushort _206C_206A_202A_206A_202E_200F_206F_202D_200C_200D_202C_200C_200C_206B_200C_206B_206F_202E_206E_200C_206A_200C_200D_202E_200C_202D_200B_206C_200C_202D_206F_206B_202B_202E_200D_202C_202D_202D_206D_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.DestTerritoryId;
|
|
}
|
|
|
|
static StringBuilder _200B_200B_202E_202C_200D_202E_200C_206A_206B_206B_206A_202B_206B_206D_206C_202C_202B_200D_206A_200E_202A_206C_206D_202E_202D_206A_200F_200F_202A_202D_206A_206F_206A_200F_206A_202B_200E_202B_202D_202E_202E(StringBuilder P_0, IFormatProvider P_1, ref StringBuilder.AppendInterpolatedStringHandler P_2)
|
|
{
|
|
return P_0.AppendLine(P_1, ref P_2);
|
|
}
|
|
|
|
static bool _206A_206D_200E_200B_202B_202D_200E_206A_200B_200B_202E_202E_202A_200B_206B_200E_202C_206F_200F_202D_206D_202A_206C_202A_206C_200D_200C_200E_200F_206B_206C_206F_206B_206F_202D_206C_206A_202A_206A_206C_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.RequireAllQuests;
|
|
}
|
|
|
|
static ushort _206C_200F_206C_206D_202A_206A_206B_202A_202D_200E_206B_202E_202C_200C_206C_206F_202D_206D_202E_200E_206C_200C_200B_202C_206B_202B_206F_200C_202E_200D_202D_200D_206D_200C_206B_200E_206B_206C_206C_200F_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.SourceTerritoryId;
|
|
}
|
|
|
|
static Vector3 _202E_200F_206B_206C_206E_202E_200C_206B_206A_200E_200C_200F_200B_206C_206F_200F_206A_200C_202E_202A_200C_200D_200C_200E_200E_200E_200E_200D_202D_200C_206F_206F_202B_202A_206C_200C_202D_206C_206F_206D_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.SourcePosition;
|
|
}
|
|
|
|
static uint? _200C_206D_206F_200C_200D_200B_206A_200D_202C_200E_202C_202B_202A_200D_202B_206F_206B_206B_206F_206C_202A_200E_202C_200D_202D_206C_202B_206D_206E_206B_202A_206C_202D_200F_202D_202B_202E_206B_200B_206A_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.NpcDataId;
|
|
}
|
|
|
|
static bool _206E_200C_206A_206A_200C_200E_206C_202B_206D_206E_206D_202E_202C_200B_206C_206D_200D_202D_202B_202B_200C_200D_200B_206A_200C_206D_202C_202E_202B_206F_206A_206B_206D_200C_206B_202E_206A_200E_206C_200E_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.DerivedSource;
|
|
}
|
|
|
|
static bool _206A_200F_206D_206E_200B_206D_206D_200C_202A_202A_200D_206A_206F_202C_202A_200D_200F_200B_206E_200B_206E_202B_206D_200B_202C_202E_200B_206A_202D_206F_200F_206F_206D_206C_206F_206D_206D_202B_206D_202E_202E(IEnumerator P_0)
|
|
{
|
|
return P_0.MoveNext();
|
|
}
|
|
|
|
static void _202A_202C_202E_206A_200C_206D_206F_202C_202B_206D_206C_200D_202B_206B_200B_202D_200B_202B_200C_206D_202B_200E_202E_200D_206C_202A_200E_200C_206C_202B_206C_202C_202C_200E_202A_206D_202B_206E_206D_200D_202E(IDisposable P_0)
|
|
{
|
|
P_0.Dispose();
|
|
}
|
|
|
|
static string _200F_200E_202E_206F_200B_202E_206C_206B_202C_200E_200F_206F_206E_202A_202A_200C_200F_200C_200B_202B_200B_206D_206D_206E_202B_200D_206B_202A_200B_206E_200E_200C_202A_200F_200B_200B_200F_202D_206B_206C_202E(object P_0)
|
|
{
|
|
return P_0.ToString();
|
|
}
|
|
|
|
static bool _206A_206F_206B_200F_206F_200F_200F_202E_206F_206C_206C_202E_206F_202C_200F_202B_206D_202C_206A_202A_206C_200D_200D_206C_206E_202C_206C_202C_200F_206E_200C_206C_200E_206C_206C_206B_200B_200B_200C_202D_202E(ImU8String P_0, ref bool P_1)
|
|
{
|
|
return ImGui.Checkbox(P_0, ref P_1);
|
|
}
|
|
|
|
static Vector3? _200D_206E_202D_206B_206B_206E_206E_200C_202B_206F_206C_200E_200B_202D_202D_202D_206E_202A_200B_202C_202D_206D_206C_206B_200F_202E_202E_206A_206C_206F_206A_206A_206C_202D_200C_206B_206C_206F_206E_206C_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.DestPosition;
|
|
}
|
|
|
|
static bool _206D_202B_200C_206B_200D_206F_206F_200F_200B_202B_206B_200C_202E_206C_202D_200E_202A_200D_206A_202B_200E_206C_200C_200C_202A_206C_202D_202A_206C_200F_206D_206E_202A_206E_200C_200D_206F_200E_200E_206A_202E(WarpDataService.WarpInfo P_0)
|
|
{
|
|
return P_0.DerivedArrival;
|
|
}
|
|
|
|
static string _202B_200B_202E_200C_202A_202C_206A_200D_206D_200E_206E_202C_202E_202E_200C_202A_206E_200C_206D_202E_206D_200D_202E_206F_206C_200B_200E_206F_202E_200E_206B_200C_206E_206B_202D_206F_200E_202A_206D_200F_202E(string P_0, string P_1, string P_2)
|
|
{
|
|
return P_0 + P_1 + P_2;
|
|
}
|
|
|
|
static string _200D_200B_202E_200D_202A_202B_206F_200F_202B_200D_200B_202C_200E_206F_202C_206D_206A_202A_206A_206D_206D_200E_206F_206C_206F_202C_202C_202B_200F_202D_200B_200D_206D_200B_202B_206C_206D_200F_206F_206E_202E(string P_0, IEnumerable<string> P_1)
|
|
{
|
|
return string.Join(P_0, P_1);
|
|
}
|
|
|
|
static StringBuilder _206D_200E_202C_206F_206D_202E_202C_206A_200B_200D_202B_202A_202E_202A_202D_202D_200D_206C_202A_202A_206F_202D_206D_202C_202C_206E_206C_202E_200D_202D_206C_206F_206D_206C_206E_200E_200E_200D_200B_202B_202E(StringBuilder P_0)
|
|
{
|
|
return P_0.AppendLine();
|
|
}
|
|
|
|
static int _200C_206B_200D_202A_202B_202A_206A_200C_206A_202B_202E_200C_206B_202D_200C_206D_206B_200D_206D_202B_202E_200B_206B_200E_202D_206C_202A_202B_200D_206A_206B_202B_206A_202C_206D_202B_200E_200C_202C_206E_202E(int P_0, int P_1)
|
|
{
|
|
return Math.Min(P_0, P_1);
|
|
}
|
|
|
|
static bool _202B_200C_202C_206D_200B_200F_206E_206C_202A_200B_206B_200E_202A_202D_206A_206C_202C_206A_202A_200D_202B_202E_206C_200B_202C_206A_206D_202A_206F_200B_202E_206B_200D_200D_206D_200C_206B_202C_200B_200C_202E(string P_0)
|
|
{
|
|
return string.IsNullOrEmpty(P_0);
|
|
}
|
|
|
|
static int _206B_202C_200D_202B_200B_202A_206F_200B_200C_200B_200C_200C_200B_200D_200B_206A_200C_200B_202B_200E_206C_206A_200B_206F_206B_202B_206E_206A_200F_202D_202A_200F_202B_206D_202E_200F_206F_200D_202E_200F_202E(string P_0, string P_1, StringComparison P_2)
|
|
{
|
|
return P_0.IndexOf(P_1, P_2);
|
|
}
|
|
|
|
static string _202C_202E_206A_206F_206A_206D_200C_202B_206B_200C_206F_206B_202A_206D_202C_200C_200F_200F_202A_200D_206D_206E_202A_206F_206F_206B_200F_200C_206E_200C_202E_200F_200F_206E_206E_202A_206E_202E_206B_202D_202E(string P_0, int P_1, int P_2)
|
|
{
|
|
return P_0.Substring(P_1, P_2);
|
|
}
|
|
|
|
static string _200F_206C_206B_202E_206B_206A_206C_202D_206F_202A_202E_206F_206F_206A_200E_200F_206E_206C_206D_202B_202C_202B_206C_206F_200D_206D_206E_200F_206F_202D_202E_200F_206B_200F_206F_202C_200E_200B_200D_206E_202E(string P_0, string P_1, string P_2, string P_3)
|
|
{
|
|
return P_0 + P_1 + P_2 + P_3;
|
|
}
|
|
|
|
static LayerCommon.Layer[] _200F_202B_206B_202A_200F_200E_202B_206C_206A_206A_202D_200B_206B_206E_206F_200C_200E_202C_200C_200D_200B_200C_206A_206B_206E_202C_200C_202D_206B_200E_206A_206C_206F_206F_202D_206F_202C_200D_202D_206E_202E(LgbFile P_0)
|
|
{
|
|
return P_0.Layers;
|
|
}
|
|
|
|
static void _202E_202D_202B_202C_200B_202A_206E_200C_200B_202A_206B_200D_206C_200C_206A_200E_202E_206E_202A_206F_206F_202E_206A_202B_202A_206C_200B_206C_202D_200D_206E_206A_202B_206B_202A_202A_206C_200E_202E_206C_202E(ILogger P_0, Exception P_1, string P_2, object[] P_3)
|
|
{
|
|
P_0.LogTrace(P_1, P_2, P_3);
|
|
}
|
|
|
|
static DirectoryInfo _202B_200F_206C_202E_202B_200C_200B_206B_200D_202A_200C_200B_202C_200B_202C_202B_200C_200F_202D_206E_206D_200F_202A_206B_200E_206D_202A_202C_206B_200D_206C_202C_206B_200D_200D_202E_202A_206D_202B_206A_202E(SmartNavDataOptions P_0)
|
|
{
|
|
return P_0.DevSourceDirectory;
|
|
}
|
|
|
|
static void _202D_206C_202B_206F_200E_206C_206A_200F_200C_202E_200B_202B_202B_200B_202E_200D_200C_202D_202E_202D_200D_206F_200B_206E_206E_200C_206A_206E_200E_206F_206F_206D_202E_202A_202E_206B_200E_206A_200B_200F_202E(ImU8String P_0)
|
|
{
|
|
ImGui.TextDisabled(P_0);
|
|
}
|
|
|
|
static DerivedArrivalEntry _202A_206F_206E_202E_200C_202B_202C_206B_202D_200E_202A_202A_200F_206F_206B_202E_206B_200D_202B_206B_202A_206F_200C_206B_202E_206E_206E_202B_200F_206E_202E_206A_200F_206D_202E_200B_202B_202D_202E_202D_202E()
|
|
{
|
|
return new DerivedArrivalEntry();
|
|
}
|
|
|
|
static void _206D_206B_202B_200F_202E_206D_202A_206C_202B_206B_202D_200B_206A_206B_202E_202C_202E_202A_200C_206F_200E_200D_202B_202E_200F_202B_200E_206F_206C_206A_202B_200B_200E_202C_202C_200D_206D_206D_206B_202E_202E(DerivedArrivalEntry P_0, uint P_1)
|
|
{
|
|
P_0.PopRangeId = P_1;
|
|
}
|
|
|
|
static void _206F_202E_206A_202C_202D_206B_202D_206D_206A_206F_206F_202C_200F_202B_206F_206F_200E_206C_206E_206C_200B_206C_200C_202C_206A_202A_206F_206D_202E_202E_206E_202B_202B_202D_202A_200C_206F_202E_202C_200D_202E(DerivedArrivalEntry P_0, ushort P_1)
|
|
{
|
|
P_0.TerritoryId = P_1;
|
|
}
|
|
|
|
static void _200D_200F_206A_200D_202A_202A_202B_200C_202B_202B_206F_202C_202A_206E_202A_206F_202C_200D_206C_200F_202A_200E_202A_206A_200B_206D_206B_200D_206E_206E_206F_206E_200C_200B_206B_202A_206C_200C_202E_200C_202E(DerivedArrivalEntry P_0, float P_1)
|
|
{
|
|
P_0.X = P_1;
|
|
}
|
|
|
|
static void _200D_202A_202B_206A_200E_200C_202B_200B_202E_200E_206F_206A_206E_200E_206C_200B_206A_206A_200D_200D_200F_206A_206A_200F_200C_200D_206A_206C_206D_206C_202A_200B_206E_202D_202A_206F_202C_202E_206E_202E(DerivedArrivalEntry P_0, float P_1)
|
|
{
|
|
P_0.Y = P_1;
|
|
}
|
|
|
|
static void _206F_202B_200E_200D_202E_200D_206D_206F_202C_206C_206F_200F_206F_206B_206E_200B_202A_206A_200E_200C_200B_206E_206D_206B_206A_200C_202C_200E_200F_200D_206A_200E_200C_202C_200B_200F_200C_206F_200C_200F_202E(DerivedArrivalEntry P_0, float P_1)
|
|
{
|
|
P_0.Z = P_1;
|
|
}
|
|
|
|
static DerivedArrivalFile _206F_202E_200F_206F_200C_206D_206B_206B_200C_200C_202B_200B_206A_206C_206A_206B_206A_202A_206E_202A_206B_202C_202D_206C_202C_200B_206B_200F_206C_202C_206F_202C_200C_200F_202C_202B_206E_206F_200C_200D_202E()
|
|
{
|
|
return new DerivedArrivalFile();
|
|
}
|
|
|
|
static string _206D_202D_202E_200E_206B_202D_206F_202C_200E_202E_200B_206C_200F_202D_200F_200F_202E_206C_202D_200D_206A_206C_202D_200D_200C_202D_200F_206F_200F_202C_202A_200F_202D_200F_206B_200B_202C_202A_200F_202B_202E(SmartNavDataOptions P_0)
|
|
{
|
|
return P_0.GameVersion;
|
|
}
|
|
|
|
static void _200F_206F_206E_206E_202B_206A_206E_206B_202B_206F_206A_200F_206D_200D_202B_206C_202B_200E_202C_206E_200E_206B_206C_200F_200C_206D_206D_206C_202E_200E_202A_206C_202B_202C_206C_200F_206E_200B_202A_202B_202E(DerivedArrivalFile P_0, string P_1)
|
|
{
|
|
P_0.GameVersion = P_1;
|
|
}
|
|
|
|
static void _200F_200B_202E_206F_206A_206E_202D_200B_206F_200F_206C_202B_206F_206E_202C_200E_200E_206E_200C_202A_202C_200F_206E_202D_200C_202C_202C_202B_200C_202D_206D_200F_202A_202A_200F_200C_206F_206B_200B_206E_202E(DerivedArrivalFile P_0, Dictionary<uint, DerivedArrivalEntry> P_1)
|
|
{
|
|
P_0.Arrivals = P_1;
|
|
}
|
|
|
|
static string _200E_206F_200E_202B_206E_202B_200F_206C_200C_206E_206C_206B_200F_202B_200F_206A_200F_206C_206C_206B_202D_202D_202E_202C_200E_200C_202D_200E_202A_200B_200D_202E_206A_206A_200E_206A_200D_202D_206F_202D_202E(FileSystemInfo P_0)
|
|
{
|
|
return P_0.FullName;
|
|
}
|
|
|
|
static string _206C_200E_202C_206E_202A_202A_206D_206E_202B_200F_202A_202E_200F_200E_206B_206D_206F_202A_202C_206B_200C_202C_206C_200F_206D_200C_206F_202C_202A_206E_202E_202A_202A_202C_206E_206D_202E_200F_200E_202E_202E(string P_0, string P_1)
|
|
{
|
|
return Path.Combine(P_0, P_1);
|
|
}
|
|
|
|
static void _206B_206C_200C_202B_200D_202C_200B_202E_200F_206C_200F_202B_206D_206E_202A_206C_206D_202E_206E_200B_206F_202E_202C_202C_206E_202D_200D_202B_200D_206B_202A_206D_206B_206A_206B_202C_202E_202D_200F_202B_202E(string P_0, string P_1)
|
|
{
|
|
File.WriteAllText(P_0, P_1);
|
|
}
|
|
|
|
static StringBuilder _206E_202B_206C_200C_202E_202C_200B_206D_206C_200B_206A_202D_206C_206C_200F_202B_206E_206B_206C_200C_206A_200D_206C_202D_202C_200D_200E_202C_206F_202C_206E_206A_206E_202A_200E_202C_206E_206D_202B_200C_202E(StringBuilder P_0, string P_1)
|
|
{
|
|
return P_0.AppendLine(P_1);
|
|
}
|
|
|
|
static string _202D_206B_202B_206F_202B_202B_200F_202E_206F_202A_206A_206E_206B_206B_206C_206A_200D_202C_202C_202E_206E_202D_200E_206E_206C_206C_200D_200D_200B_200E_200B_202E_206C_202B_206C_200E_200F_206F_200E_200D_202E(DerivedArrivalFile P_0)
|
|
{
|
|
return P_0.GameVersion;
|
|
}
|
|
|
|
static void _202A_206B_202E_206C_202B_200B_200D_202B_206B_200F_206E_200F_200B_206D_206E_206B_202D_200F_206E_200B_202D_200F_200D_200B_202B_200E_206B_200D_200C_202E_206D_200C_202B_206D_200E_206A_206D_206E_202D_202E(float P_0)
|
|
{
|
|
ImGui.SetNextItemWidth(P_0);
|
|
}
|
|
|
|
static bool _200C_202C_200C_206F_202A_202D_200F_206D_206D_200E_202B_200E_200B_206B_206E_206C_206A_200C_206F_200C_202E_200E_206C_206B_206B_202B_206D_206F_202B_206F_206E_206B_206E_202D_206C_202B_202C_202A_206A_202A_202E(ImU8String P_0, ref int P_1, int P_2, int P_3, ImU8String P_4, ImGuiInputTextFlags P_5)
|
|
{
|
|
return ImGui.InputInt(P_0, ref P_1, P_2, P_3, P_4, P_5);
|
|
}
|
|
|
|
static uint _200B_206F_206B_206D_206C_202D_206E_200D_206C_202C_206F_202D_202E_206F_206B_200B_200E_206F_200F_200D_200D_202D_202B_200D_202B_206D_206F_206E_206A_206B_202E_202E_206A_202C_206E_202C_202E_206D_200B_202C_202E(IClientState P_0)
|
|
{
|
|
return P_0.TerritoryType;
|
|
}
|
|
|
|
static int _200E_200B_206C_206A_202B_206B_202D_202D_206A_200C_200F_200F_200C_202E_200B_206C_202C_206E_202A_206A_202D_206D_200D_206D_202E_202A_200F_200C_206B_200D_202D_202E_206B_202C_206A_200B_202B_202A_200C_206A_202E(string P_0, char P_1)
|
|
{
|
|
return P_0.LastIndexOf(P_1);
|
|
}
|
|
|
|
static string _206A_206B_200D_200F_200E_206F_200E_202E_200D_206E_202C_202E_202A_206A_200C_202A_200D_206D_200C_202D_200C_206E_200D_202E_202E_202D_200D_202D_202C_206B_206D_200C_202E_202C_202B_200F_200C_206D_202A_200F_202E(string P_0, int P_1)
|
|
{
|
|
return P_0.Substring(P_1);
|
|
}
|
|
|
|
static string _200C_200F_202E_206E_202C_206B_206C_202E_200B_206E_200C_206E_206B_200C_200D_206B_202C_200F_202E_202E_200C_206D_206C_206D_206E_202A_206E_202A_200C_206C_202B_206F_206A_206D_200C_200E_200B_200D_206C_206E_202E(string P_0, string P_1)
|
|
{
|
|
return P_0 + P_1;
|
|
}
|
|
|
|
static FileResource _206D_200B_202C_206C_200C_200C_206C_206B_206C_206D_202A_206E_200F_202C_202A_200C_206F_200D_202A_206B_200C_200E_202B_206A_206E_200B_202D_200E_206E_202A_202A_200F_200B_206A_206A_202D_206F_200D_200D_202E_202E(IDataManager P_0, string P_1)
|
|
{
|
|
return P_0.GetFile(P_1);
|
|
}
|
|
|
|
static byte[] _202A_200B_200C_206C_202E_202B_202D_200B_206E_200F_206C_206C_202D_206E_200E_202A_202D_206F_200E_206C_202D_206A_206A_206F_202E_202D_200B_202D_206F_206D_202C_202B_206E_200F_202A_206E_200E_202D_206C_206E_202E(FileResource P_0)
|
|
{
|
|
return P_0.Data;
|
|
}
|
|
|
|
static int _206B_202A_206F_206A_206A_206C_206C_206E_202A_200E_202E_206B_200F_200D_200F_206D_200F_200F_206E_206A_202A_202B_202E_202D_206D_200E_200F_206B_200F_206F_200F_202D_206A_202E_206E_202A_202A_202A_206F_200D_202E(byte[] P_0, int P_1)
|
|
{
|
|
return BitConverter.ToInt32(P_0, P_1);
|
|
}
|
|
|
|
static uint _202E_200F_202A_206A_206E_202C_206F_206F_200E_206C_200F_206E_202A_200F_202C_206F_200F_202A_206C_206B_202B_200D_206B_200B_200B_206B_206A_202D_200F_200B_202D_202D_202D_206D_206D_206F_202D_202D_200C_202A_202E(byte[] P_0, int P_1)
|
|
{
|
|
return BitConverter.ToUInt32(P_0, P_1);
|
|
}
|
|
|
|
static char _206E_206A_202A_202A_206A_206C_200E_200C_200C_200D_206A_202A_206E_200E_206D_202E_202D_200C_200F_202A_202C_200B_200C_202D_206B_202D_206B_202B_206D_206C_206C_200F_202C_202C_200E_206A_206F_202A_200E_200D_202E(string P_0, int P_1)
|
|
{
|
|
return P_0[P_1];
|
|
}
|
|
|
|
static int _202A_202A_200E_202C_202A_202B_200D_202B_206F_200D_206C_206A_206B_200D_202C_200F_200D_200D_200B_206B_206A_200F_206E_200E_202A_206D_200E_202B_206D_202B_202C_200D_202C_202B_202D_202C_202A_200F_202C_200E_202E(string P_0)
|
|
{
|
|
return P_0.Length;
|
|
}
|
|
|
|
static void _200D_200E_206B_206A_200C_200E_200E_202B_202A_202A_206B_200B_200C_206E_202E_206F_202E_206B_202D_206E_200B_202B_200C_200D_200D_200C_202D_200F_202A_200B_202E_200E_206D_202B_202C_202D_202A_206B_206E_206F_202E(ILogger P_0, Exception P_1, string P_2, object[] P_3)
|
|
{
|
|
P_0.LogError(P_1, P_2, P_3);
|
|
}
|
|
|
|
static JsonSerializerOptions _200C_202E_202B_206C_202A_200C_206A_202A_206A_206F_200B_200D_200E_206E_202B_206F_200B_200B_206B_206C_202A_206D_206F_206D_206B_206A_200B_206B_206B_206B_206F_200D_202A_202D_202C_206B_200E_200E_206A_206F_202E()
|
|
{
|
|
return new JsonSerializerOptions();
|
|
}
|
|
|
|
static void _206D_206C_206E_200B_202A_206E_206D_202B_206B_200B_206C_200F_200F_200E_200E_206A_202D_200E_202A_206A_200F_202B_202B_206B_206C_200F_206D_200E_202C_200D_202C_202E_206C_200D_200E_202B_200E_200E_202C_202E(JsonSerializerOptions P_0, bool P_1)
|
|
{
|
|
P_0.WriteIndented = P_1;
|
|
}
|
|
}
|