Decompiled source of Redeem v1.1.3

plugins/Redeem.dll

Decompiled 5 days ago
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using System.Runtime.Versioning;
using System.Security;
using System.Security.Permissions;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using BepInEx;
using BepInEx.Bootstrap;
using BepInEx.Configuration;
using BepInEx.Logging;
using HarmonyLib;
using JetBrains.Annotations;
using LocalizationManager;
using Microsoft.CodeAnalysis;
using ServerSync;
using TMPro;
using UnityEngine;
using YamlDotNet.Core;
using YamlDotNet.Core.Events;
using YamlDotNet.Core.ObjectPool;
using YamlDotNet.Core.Tokens;
using YamlDotNet.Helpers;
using YamlDotNet.Serialization;
using YamlDotNet.Serialization.BufferedDeserialization;
using YamlDotNet.Serialization.BufferedDeserialization.TypeDiscriminators;
using YamlDotNet.Serialization.Callbacks;
using YamlDotNet.Serialization.Converters;
using YamlDotNet.Serialization.EventEmitters;
using YamlDotNet.Serialization.NamingConventions;
using YamlDotNet.Serialization.NodeDeserializers;
using YamlDotNet.Serialization.NodeTypeResolvers;
using YamlDotNet.Serialization.ObjectFactories;
using YamlDotNet.Serialization.ObjectGraphTraversalStrategies;
using YamlDotNet.Serialization.ObjectGraphVisitors;
using YamlDotNet.Serialization.Schemas;
using YamlDotNet.Serialization.TypeInspectors;
using YamlDotNet.Serialization.TypeResolvers;
using YamlDotNet.Serialization.Utilities;
using YamlDotNet.Serialization.ValueDeserializers;

[assembly: Guid("E74EB49A-461D-48EA-85BC-F462D60C98C4")]
[assembly: ComVisible(false)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCopyright("Copyright ©  2025")]
[assembly: AssemblyProduct("Redeem")]
[assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Redeem")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: CompilationRelaxations(8)]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyCompany("Radamanto")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.1.3.0")]
[module: <508d66b6-1e70-4586-9b79-78060b562a60>RefSafetyRules(11)]
[module: UnverifiableCode]
namespace Microsoft.CodeAnalysis
{
	[CompilerGenerated]
	[<a0477f28-11c0-417d-9bdd-ce55e3300ee5>Embedded]
	internal sealed class <a0477f28-11c0-417d-9bdd-ce55e3300ee5>EmbeddedAttribute : Attribute
	{
	}
}
namespace System.Runtime.CompilerServices
{
	[CompilerGenerated]
	[<a0477f28-11c0-417d-9bdd-ce55e3300ee5>Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)]
	internal sealed class <8e44a0b7-2e3d-4109-9a77-db7ca8a19096>NullableAttribute : Attribute
	{
		public readonly byte[] NullableFlags;

		public <8e44a0b7-2e3d-4109-9a77-db7ca8a19096>NullableAttribute(byte P_0)
		{
			NullableFlags = new byte[1] { P_0 };
		}

		public <8e44a0b7-2e3d-4109-9a77-db7ca8a19096>NullableAttribute(byte[] P_0)
		{
			NullableFlags = P_0;
		}
	}
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
	[<a0477f28-11c0-417d-9bdd-ce55e3300ee5>Embedded]
	[CompilerGenerated]
	internal sealed class <063bd019-2c15-4507-90a4-1d8237881f0d>NullableContextAttribute : Attribute
	{
		public readonly byte Flag;

		public <063bd019-2c15-4507-90a4-1d8237881f0d>NullableContextAttribute(byte P_0)
		{
			Flag = P_0;
		}
	}
	[<a0477f28-11c0-417d-9bdd-ce55e3300ee5>Embedded]
	[CompilerGenerated]
	[AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)]
	internal sealed class <508d66b6-1e70-4586-9b79-78060b562a60>RefSafetyRulesAttribute : Attribute
	{
		public readonly int Version;

		public <508d66b6-1e70-4586-9b79-78060b562a60>RefSafetyRulesAttribute(int P_0)
		{
			Version = P_0;
		}
	}
}
namespace Redeem
{
	[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(0)]
	[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(1)]
	[BepInDependency(/*Could not decode attribute arguments.*/)]
	[BepInPlugin("radamanto.Redeem", "Redeem", "1.1.3")]
	public class RedeemPlugin : BaseUnityPlugin
	{
		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)]
		private sealed class PackagesData
		{
			[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(1)]
			public Dictionary<string, PackageDef> Packages = new Dictionary<string, PackageDef>(StringComparer.OrdinalIgnoreCase);
		}

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(0)]
		private sealed class PackageDef
		{
			public string Id = "";

			public List<ItemDef> Items = new List<ItemDef>();
		}

		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)]
		private sealed class ItemDef
		{
			[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(1)]
			public string Prefab = "";

			public int Amount = 1;

			public int Quality = 1;

			public int Variant;
		}

		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)]
		private sealed class CodesData
		{
			[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(1)]
			public Dictionary<string, CodeInfo> Codes = new Dictionary<string, CodeInfo>(StringComparer.OrdinalIgnoreCase);
		}

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(0)]
		private sealed class CodeInfo
		{
			public string Code = "";

			public string Package = "";
		}

		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)]
		private class ConfigurationManagerAttributes
		{
			public bool? Browsable = false;
		}

		public const string ModGUID = "radamanto.Redeem";

		public const string ModName = "Redeem";

		public const string ModVersion = "1.1.3";

		private readonly Harmony _harmony = new Harmony("radamanto.Redeem");

		private static bool _bootstrapped;

		internal static ManualLogSource Log = null;

		private const float DebounceSeconds = 2.5f;

		private const float SpawnYOffset = 0.5f;

		private const int AttemptWindowSeconds = 300;

		private const int MaxAttemptsPerWindow = 5;

		private const int BlockSeconds = 900;

		private const int InFlightTimeoutSeconds = 60;

		private const int MaxCodeLength = 128;

		private const int RecentClaimedTtlDays = 7;

		private const double InsertDebounceMs = 200.0;

		private const double WatcherDebounceMs = 200.0;

		private static readonly TimeSpan CodeLockOrphanTtl = TimeSpan.FromMinutes(10.0);

		private const string PackagesFile = "packages.yml";

		private const string CodesActiveFile = "code.active.yml";

		private const string CodesClaimedFile = "code.claimed.yml";

		private const string CodeInsertFile = "code.insert.yml";

		private const string RPC_RedeemRequest = "VD_RedeemRequest";

		private const string RPC_RedeemResult = "VD_RedeemResult";

		private const string RPC_GiveItems = "VD_GiveItems";

		private const string RPC_AckDelivery = "VD_AckDelivery";

		private static readonly ConcurrentDictionary<long, DateTime> _lastRequestByPeer = new ConcurrentDictionary<long, DateTime>();

		private static readonly ConcurrentDictionary<string, DateTime> _lastRequestByCode = new ConcurrentDictionary<string, DateTime>(StringComparer.OrdinalIgnoreCase);

		private static readonly ConcurrentDictionary<string, object> _codeLocks = new ConcurrentDictionary<string, object>(StringComparer.OrdinalIgnoreCase);

		private static readonly ConcurrentDictionary<string, DateTime> _codeLockTouched = new ConcurrentDictionary<string, DateTime>(StringComparer.OrdinalIgnoreCase);

		private static readonly ConcurrentDictionary<string, DateTime> _recentClaimed = new ConcurrentDictionary<string, DateTime>(StringComparer.OrdinalIgnoreCase);

		private static readonly ConcurrentDictionary<long, List<DateTime>> _attemptsByPeer = new ConcurrentDictionary<long, List<DateTime>>();

		private static readonly ConcurrentDictionary<long, DateTime> _peerBlockedUntil = new ConcurrentDictionary<long, DateTime>();

		private static readonly ConcurrentDictionary<string, long> _inFlightCodes = new ConcurrentDictionary<string, long>(StringComparer.OrdinalIgnoreCase);

		private static readonly ConcurrentDictionary<string, DateTime> _inFlightExpires = new ConcurrentDictionary<string, DateTime>(StringComparer.OrdinalIgnoreCase);

		internal static readonly object _codesFileLock = new object();

		private static readonly object _packagesFileLock = new object();

		private static readonly object _claimedFileLock = new object();

		private static PackagesData _packages = new PackagesData();

		private static CodesData _codes = new CodesData();

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private FileSystemWatcher _watchPackages;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private FileSystemWatcher _watchCodesActive;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private FileSystemWatcher _watchCodeInsert;

		private static DateTime _codesLastWriteUtc = DateTime.MinValue;

		private static DateTime _insertLastHandledUtc = DateTime.MinValue;

		private static DateTime _packagesLastHandledUtc = DateTime.MinValue;

		private static DateTime _activeLastHandledUtc = DateTime.MinValue;

		private static DateTime _pollPackagesLastWriteUtc = DateTime.MinValue;

		private static DateTime _pollCodesLastWriteUtc = DateTime.MinValue;

		private static DateTime _pollInsertLastWriteUtc = DateTime.MinValue;

		private static bool _rpcRequestRegistered;

		private static bool _rpcResultRegistered;

		private static bool _rpcGiveItemsRegistered;

		private static bool _rpcAckRegistered;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private static ZRoutedRpc _coreLastRpcRef;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		internal static ConfigSync ConfigSync;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private static ConfigEntry<bool> _serverConfigLocked;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private FileSystemWatcher _configWatcher;

		private long _lastCfgWrite;

		private bool _reloadScheduled;

		private bool _watcherReady;

		private static string DataFolder => Path.Combine(Paths.ConfigPath, "Redeem_data");

		private static string PackagesPath => Path.Combine(DataFolder, "packages.yml");

		private static string CodesActivePath => Path.Combine(DataFolder, "code.active.yml");

		private static string CodesClaimedPath => Path.Combine(DataFolder, "code.claimed.yml");

		private static string CodeInsertPath => Path.Combine(DataFolder, "code.insert.yml");

		public static bool IsLocalPlayerAdmin()
		{
			if (ConfigSync != null)
			{
				return ConfigSync.IsAdmin;
			}
			return false;
		}

		internal static string RemoveRichText(string s)
		{
			return Regex.Replace(s ?? "", "<.*?>", "");
		}

		private void Awake()
		{
			Localizer.Load();
			if (_bootstrapped)
			{
				return;
			}
			Log = ((BaseUnityPlugin)this).Logger;
			bool saveOnConfigSet = ((BaseUnityPlugin)this).Config.SaveOnConfigSet;
			((BaseUnityPlugin)this).Config.SaveOnConfigSet = false;
			try
			{
				SetupServerSyncAndWatcher();
				if (IsDedicatedEnvironment())
				{
					Directory.CreateDirectory(DataFolder);
					EnsureSampleFiles();
					LoadAll();
					TryAttachWatchers();
					((MonoBehaviour)this).StartCoroutine(FilePoller());
					((MonoBehaviour)this).StartCoroutine(InFlightAndAntiFloodSweeper());
				}
				_harmony.PatchAll();
				_bootstrapped = true;
			}
			finally
			{
				((BaseUnityPlugin)this).Config.SaveOnConfigSet = saveOnConfigSet;
			}
			((BaseUnityPlugin)this).Config.Save();
			SetupConfigWatcher();
			TryRegisterRpcHandlers();
			TryRegisterClientHandlers();
			((MonoBehaviour)this).StartCoroutine(RegisterRpcWhenReady());
			((MonoBehaviour)this).StartCoroutine(Core_RpcRebindWatcher());
		}

		private static bool IsDedicatedEnvironment()
		{
			//IL_0000: Unknown result type (might be due to invalid IL or missing references)
			//IL_0006: Invalid comparison between Unknown and I4
			if ((int)SystemInfo.graphicsDeviceType == 4)
			{
				return true;
			}
			if ((Object)(object)ZNet.instance != (Object)null && ZNet.instance.IsDedicated())
			{
				return true;
			}
			return false;
		}

		private IEnumerator RegisterRpcWhenReady()
		{
			while (ZRoutedRpc.instance == null)
			{
				yield return null;
			}
			TryRegisterRpcHandlers();
			TryRegisterClientHandlers();
		}

		private void OnDestroy()
		{
			_watcherReady = false;
			if (_configWatcher != null)
			{
				try
				{
					_configWatcher.EnableRaisingEvents = false;
					_configWatcher.Dispose();
				}
				catch
				{
				}
				_configWatcher = null;
			}
			_reloadScheduled = false;
			if (_watchPackages != null)
			{
				try
				{
					_watchPackages.EnableRaisingEvents = false;
					_watchPackages.Dispose();
				}
				catch
				{
				}
				_watchPackages = null;
			}
			if (_watchCodesActive != null)
			{
				try
				{
					_watchCodesActive.EnableRaisingEvents = false;
					_watchCodesActive.Dispose();
				}
				catch
				{
				}
				_watchCodesActive = null;
			}
			if (_watchCodeInsert != null)
			{
				try
				{
					_watchCodeInsert.EnableRaisingEvents = false;
					_watchCodeInsert.Dispose();
				}
				catch
				{
				}
				_watchCodeInsert = null;
			}
		}

		private static string SamplePackagesYml()
		{
			return "# Redeem - packages.yml (example)\r\nPackages:\r\n  - Id: starter\r\n    Items:\r\n      - Prefab: Coins, Amount: 500\r\n      - Prefab: Wood, Amount: 100\r\n      - Prefab: Stone, Amount: 100\r\n  - Id: vip_bundle\r\n    Items:\r\n      - Prefab: Coins, Amount: 5000\r\n      - Prefab: Bronze, Amount: 20\r\n      - Prefab: SwordIron, Amount: 1, Quality: 3\r\n";
		}

		private static string SampleCodesYml()
		{
			return "# Redeem - code.active (example)\r\nCodes:\r\n  - Code: ABCD-1234-START\r\n    Package: starter\r\n  - Code: VIP-ONLY-9999\r\n    Package: vip_bundle\r\n";
		}

		private static void EnsureSampleFiles()
		{
			Directory.CreateDirectory(DataFolder);
			if (!File.Exists(PackagesPath))
			{
				File.WriteAllText(PackagesPath, SamplePackagesYml(), Encoding.UTF8);
			}
			if (!File.Exists(CodesActivePath))
			{
				File.WriteAllText(CodesActivePath, SampleCodesYml(), Encoding.UTF8);
			}
			if (!File.Exists(CodesClaimedPath))
			{
				File.WriteAllText(CodesClaimedPath, string.Empty, Encoding.UTF8);
			}
			if (!File.Exists(CodeInsertPath))
			{
				string contents = "# Redeem - code.insert.yml\r\n# Edite a seção Codes e SALVE o arquivo para aplicar.\r\n# Se houver QUALQUER erro (duplicata em active, pacote inexistente, formato inválido),\r\n# nada é aplicado e este arquivo permanece intacto.\r\n\r\nCodes:\r\n  - Code: NEW-EXAMPLE-0001\r\n    Package: starter\r\n";
				File.WriteAllText(CodeInsertPath, contents, Encoding.UTF8);
			}
		}

		private static void LoadAll()
		{
			lock (_packagesFileLock)
			{
				_packages = LoadPackagesYml(PackagesPath);
			}
			lock (_codesFileLock)
			{
				_codes = LoadCodesYml(CodesActivePath);
				try
				{
					_codesLastWriteUtc = GetLastWriteUtcSafe(CodesActivePath);
				}
				catch
				{
				}
			}
			ReindexClaimedFromFile();
			TryProcessSingleInsert();
		}

		private static void TryReloadCodesSafe()
		{
			try
			{
				lock (_codesFileLock)
				{
					DateTime lastWriteUtcSafe = GetLastWriteUtcSafe(CodesActivePath);
					if (!(lastWriteUtcSafe <= _codesLastWriteUtc))
					{
						_codes = LoadCodesYml(CodesActivePath);
						_codesLastWriteUtc = lastWriteUtcSafe;
					}
				}
			}
			catch
			{
			}
		}

		private void TryAttachWatchers()
		{
			try
			{
				if (_watchPackages != null)
				{
					_watchPackages.EnableRaisingEvents = false;
					_watchPackages.Dispose();
					_watchPackages = null;
				}
				_watchPackages = new FileSystemWatcher(Path.GetDirectoryName(PackagesPath), Path.GetFileName(PackagesPath))
				{
					IncludeSubdirectories = false,
					NotifyFilter = (NotifyFilters.FileName | NotifyFilters.Size | NotifyFilters.LastWrite),
					SynchronizingObject = ThreadingHelper.SynchronizingObject
				};
				_watchPackages.Changed += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, FileSystemEventArgs __) =>
				{
					try
					{
						DateTime utcNow = DateTime.UtcNow;
						if ((utcNow - _packagesLastHandledUtc).TotalMilliseconds < 200.0)
						{
							return;
						}
						_packagesLastHandledUtc = utcNow;
						lock (_packagesFileLock)
						{
							_packages = LoadPackagesYml(PackagesPath);
						}
					}
					catch
					{
					}
				};
				_watchPackages.EnableRaisingEvents = true;
			}
			catch
			{
			}
			try
			{
				if (_watchCodesActive != null)
				{
					_watchCodesActive.EnableRaisingEvents = false;
					_watchCodesActive.Dispose();
					_watchCodesActive = null;
				}
				_watchCodesActive = new FileSystemWatcher(Path.GetDirectoryName(CodesActivePath), Path.GetFileName(CodesActivePath))
				{
					IncludeSubdirectories = false,
					NotifyFilter = (NotifyFilters.FileName | NotifyFilters.Size | NotifyFilters.LastWrite),
					SynchronizingObject = ThreadingHelper.SynchronizingObject
				};
				_watchCodesActive.Changed += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, FileSystemEventArgs __) =>
				{
					try
					{
						DateTime utcNow = DateTime.UtcNow;
						if (!((utcNow - _activeLastHandledUtc).TotalMilliseconds < 200.0))
						{
							_activeLastHandledUtc = utcNow;
							TryReloadCodesSafe();
						}
					}
					catch
					{
					}
				};
				_watchCodesActive.EnableRaisingEvents = true;
			}
			catch
			{
			}
			try
			{
				if (_watchCodeInsert != null)
				{
					_watchCodeInsert.EnableRaisingEvents = false;
					_watchCodeInsert.Dispose();
					_watchCodeInsert = null;
				}
				_watchCodeInsert = new FileSystemWatcher(Path.GetDirectoryName(CodeInsertPath), Path.GetFileName(CodeInsertPath))
				{
					IncludeSubdirectories = false,
					NotifyFilter = (NotifyFilters.FileName | NotifyFilters.Size | NotifyFilters.LastWrite),
					SynchronizingObject = ThreadingHelper.SynchronizingObject
				};
				_watchCodeInsert.Changed += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, FileSystemEventArgs __) =>
				{
					try
					{
						DateTime utcNow = DateTime.UtcNow;
						if (!((utcNow - _insertLastHandledUtc).TotalMilliseconds < 200.0))
						{
							_insertLastHandledUtc = utcNow;
							TryProcessSingleInsert();
						}
					}
					catch
					{
					}
				};
				_watchCodeInsert.EnableRaisingEvents = true;
			}
			catch
			{
			}
		}

		private IEnumerator FilePoller()
		{
			WaitForSeconds wait = new WaitForSeconds(2f);
			while (true)
			{
				try
				{
					if ((Object)(object)ZNet.instance != (Object)null && ZNet.instance.IsServer())
					{
						DateTime lastWriteUtcSafe = GetLastWriteUtcSafe(PackagesPath);
						if (lastWriteUtcSafe > _pollPackagesLastWriteUtc)
						{
							lock (_packagesFileLock)
							{
								_packages = LoadPackagesYml(PackagesPath);
							}
							_pollPackagesLastWriteUtc = lastWriteUtcSafe;
						}
						DateTime lastWriteUtcSafe2 = GetLastWriteUtcSafe(CodesActivePath);
						if (lastWriteUtcSafe2 > _pollCodesLastWriteUtc)
						{
							_pollCodesLastWriteUtc = lastWriteUtcSafe2;
							TryReloadCodesSafe();
						}
						DateTime lastWriteUtcSafe3 = GetLastWriteUtcSafe(CodeInsertPath);
						if (lastWriteUtcSafe3 > _pollInsertLastWriteUtc)
						{
							_pollInsertLastWriteUtc = lastWriteUtcSafe3;
							TryProcessSingleInsert();
						}
					}
				}
				catch
				{
				}
				yield return wait;
			}
		}

		private static void TryProcessSingleInsert()
		{
			if ((Object)(object)ZNet.instance == (Object)null || !ZNet.instance.IsServer())
			{
				return;
			}
			try
			{
				if (!File.Exists(CodeInsertPath) || DetectInternalInsertDuplicates(CodeInsertPath).Count > 0)
				{
					return;
				}
				CodesData codesData;
				try
				{
					codesData = LoadCodesYml(CodeInsertPath);
				}
				catch
				{
					return;
				}
				if (codesData.Codes.Count == 0)
				{
					return;
				}
				lock (_codesFileLock)
				{
					foreach (KeyValuePair<string, CodeInfo> code in codesData.Codes)
					{
						string key = code.Key;
						if (string.IsNullOrWhiteSpace(key) || key.Length > 128 || _codes.Codes.ContainsKey(key))
						{
							return;
						}
					}
				}
				if (ClaimedFileContainsAny(codesData.Codes.Keys, out var _))
				{
					return;
				}
				lock (_packagesFileLock)
				{
					foreach (CodeInfo value in codesData.Codes.Values)
					{
						if (string.IsNullOrWhiteSpace(value.Package) || !_packages.Packages.ContainsKey(value.Package))
						{
							return;
						}
					}
				}
				lock (_codesFileLock)
				{
					foreach (CodeInfo value2 in codesData.Codes.Values)
					{
						_codes.Codes[value2.Code] = new CodeInfo
						{
							Code = value2.Code,
							Package = value2.Package
						};
					}
					try
					{
						SaveCodesAtomic();
					}
					catch
					{
						foreach (string key2 in codesData.Codes.Keys)
						{
							_codes.Codes.Remove(key2);
						}
						throw;
					}
				}
				try
				{
					string contents = "# Redeem - code.insert.yml\r\n# Edite a seção Codes e SALVE o arquivo para aplicar.\r\nCodes:\r\n";
					File.WriteAllText(CodeInsertPath, contents, Encoding.UTF8);
				}
				catch
				{
				}
			}
			catch
			{
			}
		}

		private static void SaveCodesAtomic()
		{
			lock (_codesFileLock)
			{
				string codesActivePath = CodesActivePath;
				string text = codesActivePath + ".tmp";
				string destinationBackupFileName = codesActivePath + ".bak";
				string contents = DumpCodesYml(_codes);
				int num = 0;
				while (true)
				{
					try
					{
						File.WriteAllText(text, contents, Encoding.UTF8);
						if (File.Exists(codesActivePath))
						{
							File.Replace(text, codesActivePath, destinationBackupFileName);
						}
						else
						{
							File.Move(text, codesActivePath);
						}
						_codesLastWriteUtc = GetLastWriteUtcSafe(codesActivePath);
						break;
					}
					catch (IOException)
					{
						if (++num >= 3)
						{
							throw;
						}
						Thread.Sleep(num switch
						{
							2 => 100, 
							1 => 50, 
							_ => 200, 
						});
					}
					catch (UnauthorizedAccessException)
					{
						if (++num >= 3)
						{
							throw;
						}
						Thread.Sleep(num switch
						{
							2 => 100, 
							1 => 50, 
							_ => 200, 
						});
					}
				}
			}
		}

		private static bool ClaimedFileContainsAny(IEnumerable<string> codes, out string foundCode)
		{
			foundCode = "";
			try
			{
				if (!File.Exists(CodesClaimedPath))
				{
					return false;
				}
				HashSet<string> hashSet = new HashSet<string>(codes.Where([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (string c) => !string.IsNullOrWhiteSpace(c)), StringComparer.OrdinalIgnoreCase);
				if (hashSet.Count == 0)
				{
					return false;
				}
				using FileStream stream = new FileStream(CodesClaimedPath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
				using StreamReader streamReader = new StreamReader(stream, Encoding.UTF8, detectEncodingFromByteOrderMarks: true, 8192);
				string text;
				while ((text = streamReader.ReadLine()) != null)
				{
					if (string.IsNullOrWhiteSpace(text))
					{
						continue;
					}
					string[] array = text.Split(new char[1] { '\t' });
					if (array.Length >= 2)
					{
						string text2 = array[1].Trim();
						if (text2.Length != 0 && hashSet.Contains(text2))
						{
							foundCode = text2;
							return true;
						}
					}
				}
			}
			catch
			{
			}
			return false;
		}

		private static DateTime GetLastWriteUtcSafe(string path)
		{
			try
			{
				return File.Exists(path) ? File.GetLastWriteTimeUtc(path) : DateTime.MinValue;
			}
			catch
			{
				return DateTime.MinValue;
			}
		}

		private static void AppendClaimedAtomic(string code, string package, string playerName)
		{
			lock (_claimedFileLock)
			{
				code = SanitizeField(code, 128);
				package = SanitizeField(package, 128);
				playerName = SanitizeField(playerName, 64);
				string contents = string.Format(CultureInfo.InvariantCulture, "{0:u}\t{1}\t{2}\t{3}\n", DateTime.UtcNow, code, package, playerName);
				int num = 0;
				while (true)
				{
					try
					{
						File.AppendAllText(CodesClaimedPath, contents, Encoding.UTF8);
						break;
					}
					catch (IOException)
					{
						if (++num >= 3)
						{
							throw;
						}
						Thread.Sleep(num switch
						{
							2 => 100, 
							1 => 50, 
							_ => 200, 
						});
					}
					catch (UnauthorizedAccessException)
					{
						if (++num >= 3)
						{
							throw;
						}
						Thread.Sleep(num switch
						{
							2 => 100, 
							1 => 50, 
							_ => 200, 
						});
					}
				}
			}
		}

		private static void ReindexClaimedFromFile()
		{
			try
			{
				if (!File.Exists(CodesClaimedPath))
				{
					return;
				}
				_recentClaimed.Clear();
				using FileStream stream = new FileStream(CodesClaimedPath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
				using StreamReader streamReader = new StreamReader(stream, Encoding.UTF8, detectEncodingFromByteOrderMarks: true, 8192);
				string text;
				while ((text = streamReader.ReadLine()) != null)
				{
					if (string.IsNullOrWhiteSpace(text))
					{
						continue;
					}
					string[] array = text.Split(new char[1] { '\t' });
					if (array.Length >= 2)
					{
						string text2 = array[1].Trim();
						if (text2.Length != 0)
						{
							DateTime result;
							DateTime value = ((!DateTime.TryParse(array[0].Trim(), CultureInfo.InvariantCulture, DateTimeStyles.AdjustToUniversal | DateTimeStyles.AssumeUniversal, out result)) ? DateTime.UtcNow : result);
							_recentClaimed[text2] = value;
						}
					}
				}
			}
			catch
			{
			}
		}

		private static PackagesData LoadPackagesYml(string path)
		{
			PackagesData packagesData = new PackagesData();
			if (!File.Exists(path))
			{
				throw new FileNotFoundException("Packages file missing.", path);
			}
			string[] array = File.ReadAllLines(path);
			PackageDef packageDef = null;
			bool flag = false;
			bool flag2 = false;
			string[] array2 = array;
			for (int i = 0; i < array2.Length; i++)
			{
				string text = array2[i].Replace("\t", "    ").Trim();
				if (text.StartsWith("#") || text.Length == 0)
				{
					continue;
				}
				if (text.StartsWith("Packages:", StringComparison.OrdinalIgnoreCase))
				{
					flag = true;
					flag2 = false;
					packageDef = null;
					continue;
				}
				if (!flag)
				{
					throw new FormatException("Expected Packages header.");
				}
				Match match = Regex.Match(text, "^-+\\s*Id\\s*:\\s*(.+)$", RegexOptions.IgnoreCase);
				if (match.Success)
				{
					packageDef = new PackageDef
					{
						Id = match.Groups[1].Value.Trim()
					};
					if (packagesData.Packages.ContainsKey(packageDef.Id))
					{
						throw new FormatException("Duplicate package ID.");
					}
					packagesData.Packages[packageDef.Id] = packageDef;
					flag2 = false;
					continue;
				}
				if (packageDef == null)
				{
					throw new FormatException("Entry outside a definition.");
				}
				if (text.StartsWith("Items:", StringComparison.OrdinalIgnoreCase))
				{
					flag2 = true;
					continue;
				}
				if (!flag2)
				{
					throw new FormatException("Expected Items header.");
				}
				Match match2 = Regex.Match(text, "^-\\s*Prefab\\s*:\\s*([^,]+)(?:,|$)", RegexOptions.IgnoreCase);
				if (!match2.Success)
				{
					throw new FormatException("Invalid package item.");
				}
				ItemDef itemDef = new ItemDef
				{
					Prefab = match2.Groups[1].Value.Trim()
				};
				itemDef.Amount = GetIntField(text, "Amount", 1);
				itemDef.Quality = GetIntField(text, "Quality", 1);
				itemDef.Variant = GetIntField(text, "Variant", 0);
				if (itemDef.Amount < 1 || itemDef.Quality < 1 || itemDef.Variant < 0)
				{
					throw new FormatException("Invalid package item values.");
				}
				packageDef.Items.Add(itemDef);
			}
			if (!flag || packagesData.Packages.Values.Any([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (PackageDef x) => x.Items.Count == 0))
			{
				throw new FormatException("Invalid or incomplete packages file.");
			}
			return packagesData;
		}

		private static int GetIntField(string line, string key, int def)
		{
			Match match = Regex.Match(line, "(?:^|,)\\s*" + Regex.Escape(key) + "\\s*:\\s*([^,]+)", RegexOptions.IgnoreCase);
			if (!match.Success)
			{
				return def;
			}
			if (int.TryParse(match.Groups[1].Value.Trim(), NumberStyles.Integer, CultureInfo.InvariantCulture, out var result))
			{
				return result;
			}
			throw new FormatException("Invalid numeric package field: " + key);
		}

		private static CodesData LoadCodesYml(string path)
		{
			CodesData codesData = new CodesData();
			if (!File.Exists(path))
			{
				throw new FileNotFoundException("Codes file missing.", path);
			}
			string[] array = File.ReadAllLines(path);
			bool flag = false;
			CodeInfo codeInfo = null;
			string[] array2 = array;
			for (int i = 0; i < array2.Length; i++)
			{
				string text = array2[i].Replace("\t", "    ").Trim();
				if (text.StartsWith("#") || text.Length == 0)
				{
					continue;
				}
				if (text.StartsWith("Codes:", StringComparison.OrdinalIgnoreCase))
				{
					flag = true;
					codeInfo = null;
					continue;
				}
				if (!flag)
				{
					throw new FormatException("Expected Codes header.");
				}
				Match match = Regex.Match(text, "^-+\\s*Code\\s*:\\s*(.+)$", RegexOptions.IgnoreCase);
				if (match.Success)
				{
					codeInfo = new CodeInfo
					{
						Code = match.Groups[1].Value.Trim()
					};
					if (codesData.Codes.ContainsKey(codeInfo.Code))
					{
						throw new FormatException("Duplicate code.");
					}
					codesData.Codes[codeInfo.Code] = codeInfo;
					continue;
				}
				if (codeInfo == null)
				{
					throw new FormatException("Entry outside a definition.");
				}
				Match match2 = Regex.Match(text, "^Package\\s*:\\s*(.+)$", RegexOptions.IgnoreCase);
				if (match2.Success)
				{
					codeInfo.Package = match2.Groups[1].Value.Trim();
					continue;
				}
				throw new FormatException("Invalid code entry.");
			}
			if (!flag || codesData.Codes.Values.Any([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (CodeInfo x) => string.IsNullOrWhiteSpace(x.Package) || x.Code.Length > 128))
			{
				throw new FormatException("Invalid or incomplete codes file.");
			}
			return codesData;
		}

		private static string DumpCodesYml(CodesData data)
		{
			StringBuilder stringBuilder = new StringBuilder();
			stringBuilder.AppendLine("# Redeem - code.active");
			stringBuilder.AppendLine("Codes:");
			foreach (KeyValuePair<string, CodeInfo> item in data.Codes.OrderBy<KeyValuePair<string, CodeInfo>, string>([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (KeyValuePair<string, CodeInfo> k) => k.Key, StringComparer.OrdinalIgnoreCase))
			{
				CodeInfo value = item.Value;
				stringBuilder.AppendLine("  - Code: " + value.Code);
				stringBuilder.AppendLine("    Package: " + value.Package);
			}
			return stringBuilder.ToString();
		}

		private static string SanitizeField(string value, int maxLength)
		{
			if (string.IsNullOrEmpty(value))
			{
				return "";
			}
			StringBuilder stringBuilder = new StringBuilder(value.Length);
			foreach (char c in value)
			{
				if (c >= ' ' && c != '\t' && c != '\n' && c != '\r')
				{
					stringBuilder.Append(c);
					if (stringBuilder.Length >= maxLength)
					{
						break;
					}
				}
			}
			return stringBuilder.ToString();
		}

		private static List<string> DetectInternalInsertDuplicates(string path)
		{
			List<string> list = new List<string>();
			try
			{
				if (!File.Exists(path))
				{
					return list;
				}
				string[] array = File.ReadAllLines(path);
				bool flag = false;
				HashSet<string> hashSet = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
				string[] array2 = array;
				for (int i = 0; i < array2.Length; i++)
				{
					string text = array2[i].Replace("\t", "    ").Trim();
					if (text.StartsWith("#") || text.Length == 0)
					{
						continue;
					}
					if (text.StartsWith("Codes:", StringComparison.OrdinalIgnoreCase))
					{
						flag = true;
					}
					else
					{
						if (!flag)
						{
							continue;
						}
						Match match = Regex.Match(text, "^-+\\s*Code\\s*:\\s*(.+)$", RegexOptions.IgnoreCase);
						if (match.Success)
						{
							string text2 = match.Groups[1].Value.Trim();
							if (text2.Length != 0 && !hashSet.Add(text2) && !list.Contains<string>(text2, StringComparer.OrdinalIgnoreCase))
							{
								list.Add(text2);
							}
						}
					}
				}
			}
			catch
			{
			}
			return list;
		}

		private static void ResetCoreRpcFlags()
		{
			_rpcRequestRegistered = false;
			_rpcResultRegistered = false;
			_rpcGiveItemsRegistered = false;
			_rpcAckRegistered = false;
		}

		private static void TryRegisterRpcHandlers()
		{
			ZRoutedRpc instance = ZRoutedRpc.instance;
			if (instance == null)
			{
				return;
			}
			if (!_rpcRequestRegistered)
			{
				try
				{
					instance.Register<string>("VD_RedeemRequest", (Action<long, string>)OnRpcRedeemRequest_String);
					_rpcRequestRegistered = true;
				}
				catch (ArgumentException)
				{
					_rpcRequestRegistered = true;
				}
				catch
				{
				}
			}
			if (_rpcAckRegistered)
			{
				return;
			}
			try
			{
				instance.Register<string>("VD_AckDelivery", (Action<long, string>)OnRpcAckDelivery_Server);
				_rpcAckRegistered = true;
			}
			catch (ArgumentException)
			{
				_rpcAckRegistered = true;
			}
			catch
			{
			}
		}

		private static void TryRegisterClientHandlers()
		{
			ZRoutedRpc instance = ZRoutedRpc.instance;
			if (instance == null)
			{
				return;
			}
			if (!_rpcResultRegistered)
			{
				try
				{
					instance.Register<ZPackage>("VD_RedeemResult", (Action<long, ZPackage>)OnRpcRedeemResult_Client);
					_rpcResultRegistered = true;
				}
				catch (ArgumentException)
				{
					_rpcResultRegistered = true;
				}
				catch
				{
				}
			}
			if (_rpcGiveItemsRegistered)
			{
				return;
			}
			try
			{
				instance.Register<ZPackage>("VD_GiveItems", (Action<long, ZPackage>)OnRpcGiveItems_Client);
				_rpcGiveItemsRegistered = true;
			}
			catch (ArgumentException)
			{
				_rpcGiveItemsRegistered = true;
			}
			catch
			{
			}
		}

		private IEnumerator Core_RpcRebindWatcher()
		{
			WaitForSeconds wait = new WaitForSeconds(1f);
			while (true)
			{
				try
				{
					ZRoutedRpc instance = ZRoutedRpc.instance;
					if (instance != _coreLastRpcRef)
					{
						_coreLastRpcRef = instance;
						ResetCoreRpcFlags();
						TryRegisterRpcHandlers();
						TryRegisterClientHandlers();
					}
				}
				catch
				{
				}
				yield return wait;
			}
		}

		public static void ClientRequestRedeem(string code)
		{
			ZRoutedRpc instance = ZRoutedRpc.instance;
			ZNet instance2 = ZNet.instance;
			if (instance != null && !((Object)(object)instance2 == (Object)null) && !string.IsNullOrWhiteSpace(code))
			{
				code = code.Trim();
				ZNetPeer serverPeer = instance2.GetServerPeer();
				if (serverPeer != null)
				{
					instance.InvokeRoutedRPC(serverPeer.m_uid, "VD_RedeemRequest", new object[1] { code });
				}
			}
		}

		private static void OnRpcRedeemRequest_String(long senderId, string code)
		{
			if (!((Object)(object)ZNet.instance == (Object)null) && ZNet.instance.IsServer() && !string.IsNullOrWhiteSpace(code))
			{
				HandleRedeemServer(senderId, code.Trim());
			}
		}

		private static void HandleRedeemServer(long senderId, string codeRaw)
		{
			//IL_03d4: Unknown result type (might be due to invalid IL or missing references)
			//IL_03db: Expected O, but got Unknown
			DateTime utcNow = DateTime.UtcNow;
			if (_peerBlockedUntil.TryGetValue(senderId, out var value) && utcNow < value)
			{
				SendResultTo(senderId, false, "$redeem_claim_rate_limited_wait", ((int)Math.Max(1.0, (value - utcNow).TotalSeconds)).ToString());
				return;
			}
			List<DateTime> orAdd = _attemptsByPeer.GetOrAdd(senderId, (long _) => new List<DateTime>(8));
			lock (orAdd)
			{
				DateTime dateTime = utcNow.AddSeconds(-300.0);
				for (int num = orAdd.Count - 1; num >= 0; num--)
				{
					if (orAdd[num] < dateTime)
					{
						orAdd.RemoveAt(num);
					}
				}
				if (orAdd.Count >= 5)
				{
					_peerBlockedUntil[senderId] = utcNow.AddSeconds(900.0);
					SendResultTo(senderId, false, "$redeem_claim_rate_limited_blocked");
					return;
				}
				orAdd.Add(utcNow);
			}
			if (_lastRequestByPeer.TryGetValue(senderId, out var value2) && (utcNow - value2).TotalSeconds < Math.Max(0.1, 2.5))
			{
				SendResultTo(senderId, false, "$redeem_claim_rate_limited_retry");
				return;
			}
			_lastRequestByPeer[senderId] = utcNow;
			string text = codeRaw.Trim();
			if (text.Length == 0 || text.Length > 128)
			{
				SendResultTo(senderId, false, "$redeem_claim_code_invalid");
				return;
			}
			if (_lastRequestByCode.TryGetValue(text, out var value3) && (utcNow - value3).TotalSeconds < Math.Max(0.1, 2.5))
			{
				SendResultTo(senderId, false, "$redeem_claim_code_processing");
				return;
			}
			_lastRequestByCode[text] = utcNow;
			DateTime value8;
			try
			{
				object orAdd2 = _codeLocks.GetOrAdd(text, (string _) => new object());
				_codeLockTouched[text] = utcNow;
				lock (orAdd2)
				{
					TryReloadCodesSafe();
					string package;
					lock (_codesFileLock)
					{
						if (!_codes.Codes.TryGetValue(text, out var value4))
						{
							SendResultTo(senderId, false, _recentClaimed.ContainsKey(text) ? "$redeem_claim_code_already_claimed" : "$redeem_claim_code_not_found");
							return;
						}
						package = value4.Package;
					}
					PackageDef value5;
					lock (_packagesFileLock)
					{
						if (!_packages.Packages.TryGetValue(package, out value5))
						{
							SendResultTo(senderId, false, "$redeem_claim_package_missing");
							return;
						}
					}
					ZNet instance = ZNet.instance;
					if (((instance != null) ? instance.GetPeer(senderId) : null) == null)
					{
						SendResultTo(senderId, false, "$redeem_claim_player_disconnected");
						return;
					}
					if (_inFlightCodes.TryGetValue(text, out var value6))
					{
						if (!_inFlightExpires.TryGetValue(text, out var value7) || !(utcNow > value7))
						{
							SendResultTo(senderId, false, "$redeem_claim_code_processing");
							return;
						}
						_inFlightCodes.TryRemove(text, out value6);
						_inFlightExpires.TryRemove(text, out value8);
					}
					if (!_inFlightCodes.TryAdd(text, senderId))
					{
						SendResultTo(senderId, false, "$redeem_claim_code_processing");
						return;
					}
					try
					{
						_inFlightExpires[text] = utcNow.AddSeconds(60.0);
						ZPackage val = new ZPackage();
						val.Write(text);
						val.Write(value5.Items.Count);
						foreach (ItemDef item in value5.Items)
						{
							val.Write(item.Prefab ?? "");
							val.Write(item.Amount);
							val.Write(item.Quality);
							val.Write(item.Variant);
						}
						ZRoutedRpc instance2 = ZRoutedRpc.instance;
						if (instance2 != null)
						{
							instance2.InvokeRoutedRPC(senderId, "VD_GiveItems", new object[1] { val });
						}
					}
					catch
					{
						_inFlightCodes.TryRemove(text, out value6);
						_inFlightExpires.TryRemove(text, out value8);
						throw;
					}
				}
			}
			finally
			{
				_lastRequestByCode.TryRemove(text, out value8);
			}
		}

		private static void OnRpcAckDelivery_Server(long senderId, string code)
		{
			if ((Object)(object)ZNet.instance == (Object)null || !ZNet.instance.IsServer() || string.IsNullOrWhiteSpace(code))
			{
				return;
			}
			code = code.Trim();
			if (!_inFlightCodes.TryGetValue(code, out var value) || value != senderId)
			{
				SendResultTo(senderId, false, "$redeem_claim_ack_invalid");
				return;
			}
			object orAdd = _codeLocks.GetOrAdd(code, (string _) => new object());
			_codeLockTouched[code] = DateTime.UtcNow;
			bool flag = false;
			bool flag2 = false;
			object value2;
			DateTime value5;
			try
			{
				value2 = orAdd;
				bool lockTaken = false;
				try
				{
					Monitor.Enter(value2, ref lockTaken);
					CodeInfo value3;
					long value4;
					string package;
					lock (_codesFileLock)
					{
						if (!_codes.Codes.TryGetValue(code, out value3))
						{
							_inFlightCodes.TryRemove(code, out value4);
							_inFlightExpires.TryRemove(code, out value5);
							SendResultTo(senderId, false, "$redeem_claim_code_invalid");
							flag2 = true;
							return;
						}
						package = value3.Package;
					}
					CodeInfo codeInfo = new CodeInfo
					{
						Code = value3.Code,
						Package = value3.Package
					};
					try
					{
						lock (_codesFileLock)
						{
							flag = _codes.Codes.Remove(code);
						}
						SaveCodesAtomic();
						try
						{
							ZNet instance = ZNet.instance;
							string playerName = SanitizeField(((instance == null) ? null : instance.GetPeer(senderId)?.m_playerName) ?? "", 64);
							AppendClaimedAtomic(code, package, playerName);
						}
						catch
						{
						}
						_recentClaimed[code] = DateTime.UtcNow;
						_attemptsByPeer.TryRemove(senderId, out var _);
						_peerBlockedUntil.TryRemove(senderId, out value5);
						_inFlightCodes.TryRemove(code, out value4);
						_inFlightExpires.TryRemove(code, out value5);
						SendResultTo(senderId, true, "$redeem_claim_delivered", package);
						flag2 = true;
					}
					catch
					{
						if (flag)
						{
							lock (_codesFileLock)
							{
								_codes.Codes[codeInfo.Code] = codeInfo;
							}
						}
						_inFlightCodes.TryRemove(code, out value4);
						_inFlightExpires.TryRemove(code, out value5);
						SendResultTo(senderId, false, "$redeem_claim_persist_failed");
						flag2 = true;
					}
				}
				finally
				{
					if (lockTaken)
					{
						Monitor.Exit(value2);
					}
				}
			}
			finally
			{
				if (flag2)
				{
					_codeLocks.TryRemove(code, out value2);
					_codeLockTouched.TryRemove(code, out value5);
				}
			}
		}

		private static void SendResultTo(long peerId, bool success, string token, params string[] args)
		{
			//IL_0000: Unknown result type (might be due to invalid IL or missing references)
			//IL_0006: Expected O, but got Unknown
			try
			{
				ZPackage val = new ZPackage();
				val.Write(success);
				val.Write(token ?? "");
				val.Write((args != null) ? args.Length : 0);
				if (args != null)
				{
					foreach (string text in args)
					{
						val.Write(text ?? "");
					}
				}
				ZRoutedRpc instance = ZRoutedRpc.instance;
				if (instance != null)
				{
					instance.InvokeRoutedRPC(peerId, "VD_RedeemResult", new object[1] { val });
				}
			}
			catch
			{
			}
		}

		private static void OnRpcRedeemResult_Client(long _sender, ZPackage package)
		{
			ZNet instance = ZNet.instance;
			if (instance == null || instance.GetServerPeer()?.m_uid != _sender)
			{
				return;
			}
			try
			{
				bool flag = package.ReadBool();
				string text = package.ReadString();
				int num = package.ReadInt();
				if (num < 0 || num > 16)
				{
					return;
				}
				string[] array = new string[num];
				for (int i = 0; i < num; i++)
				{
					array[i] = package.ReadString();
				}
				Localization instance2 = Localization.instance;
				if (instance2 == null)
				{
					return;
				}
				string text2 = instance2.Localize(text);
				string text3 = text2;
				if (array.Length != 0)
				{
					try
					{
						object[] args = array;
						text3 = string.Format(text2, args);
					}
					catch
					{
						text3 = text2;
					}
				}
				MessageHud instance3 = MessageHud.instance;
				if (instance3 != null)
				{
					instance3.ShowMessage((MessageType)2, (flag ? "<color=green>" : "<color=red>") + text3 + "</color>", 0, (Sprite)null, false, true);
				}
			}
			catch
			{
			}
		}

		private static void OnRpcGiveItems_Client(long sender, ZPackage package)
		{
			//IL_0207: Unknown result type (might be due to invalid IL or missing references)
			//IL_0212: Unknown result type (might be due to invalid IL or missing references)
			//IL_021c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0221: Unknown result type (might be due to invalid IL or missing references)
			//IL_0226: Unknown result type (might be due to invalid IL or missing references)
			//IL_0230: Unknown result type (might be due to invalid IL or missing references)
			//IL_0235: Unknown result type (might be due to invalid IL or missing references)
			//IL_023a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0240: Unknown result type (might be due to invalid IL or missing references)
			//IL_0242: Unknown result type (might be due to invalid IL or missing references)
			//IL_0273: Unknown result type (might be due to invalid IL or missing references)
			//IL_027e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0288: Unknown result type (might be due to invalid IL or missing references)
			//IL_028d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0292: Unknown result type (might be due to invalid IL or missing references)
			//IL_029c: Unknown result type (might be due to invalid IL or missing references)
			//IL_02a1: Unknown result type (might be due to invalid IL or missing references)
			//IL_02a6: Unknown result type (might be due to invalid IL or missing references)
			try
			{
				ZNet instance = ZNet.instance;
				ZNetPeer val = ((instance != null) ? instance.GetServerPeer() : null);
				if (val == null || sender != val.m_uid)
				{
					return;
				}
				string text = package.ReadString();
				Player localPlayer = Player.m_localPlayer;
				if ((Object)(object)localPlayer == (Object)null)
				{
					return;
				}
				Inventory inventory = ((Humanoid)localPlayer).GetInventory();
				if (inventory == null)
				{
					return;
				}
				ObjectDB instance2 = ObjectDB.instance;
				if ((Object)(object)instance2 == (Object)null)
				{
					return;
				}
				int num = package.ReadInt();
				if (num <= 0)
				{
					return;
				}
				List<(ItemDrop, GameObject, int, int, int)> list = new List<(ItemDrop, GameObject, int, int, int)>();
				for (int i = 0; i < num; i++)
				{
					string text2 = package.ReadString();
					int num2 = package.ReadInt();
					int num3 = package.ReadInt();
					int num4 = package.ReadInt();
					if (string.IsNullOrWhiteSpace(text2) || num2 <= 0 || num3 <= 0 || num4 < 0)
					{
						throw new FormatException("Invalid redeem reward payload.");
					}
					GameObject itemPrefab = instance2.GetItemPrefab(text2);
					ItemDrop val2 = (((Object)(object)itemPrefab != (Object)null) ? itemPrefab.GetComponent<ItemDrop>() : null);
					if ((Object)(object)val2 == (Object)null || val2.m_itemData?.m_shared == null)
					{
						throw new InvalidOperationException("Redeem reward prefab unavailable: " + text2);
					}
					list.Add((val2, itemPrefab, num2, num3, num4));
				}
				foreach (var item6 in list)
				{
					ItemDrop item = item6.Item1;
					GameObject item2 = item6.Item2;
					int item3 = item6.Item3;
					int item4 = item6.Item4;
					int item5 = item6.Item5;
					int num5 = item3;
					int num6 = Mathf.Max(1, item.m_itemData.m_shared.m_maxStackSize);
					while (num5 > 0)
					{
						int num7 = Mathf.Min(num5, num6);
						num5 -= num7;
						ItemData val3 = item.m_itemData.Clone();
						val3.m_dropPrefab = item2;
						val3.m_stack = num7;
						val3.m_quality = Mathf.Max(1, item4);
						val3.m_variant = Mathf.Max(0, item5);
						if (!inventory.CanAddItem(val3, val3.m_stack))
						{
							Vector3 val4 = ((Component)localPlayer).transform.position + ((Component)localPlayer).transform.forward * 1.25f + Vector3.up * 0.5f;
							ItemDrop.DropItem(val3, num7, val4, Quaternion.identity);
						}
						else if (!inventory.AddItem(val3) && val3.m_stack > 0)
						{
							ItemDrop.DropItem(val3, val3.m_stack, ((Component)localPlayer).transform.position + ((Component)localPlayer).transform.forward * 1.25f + Vector3.up * 0.5f, Quaternion.identity);
						}
					}
				}
				Localization instance3 = Localization.instance;
				if (instance3 != null)
				{
					string text3 = instance3.Localize("$redeem_claim_items_received");
					((Character)localPlayer).Message((MessageType)1, text3, 0, (Sprite)null, false);
				}
				ZNetPeer val5 = ((instance != null) ? instance.GetServerPeer() : null);
				if (val5 != null)
				{
					ZRoutedRpc instance4 = ZRoutedRpc.instance;
					if (instance4 != null)
					{
						instance4.InvokeRoutedRPC(val5.m_uid, "VD_AckDelivery", new object[1] { text });
					}
				}
			}
			catch (Exception arg)
			{
				Log.LogError((object)$"Redeem delivery failed; no acknowledgement sent: {arg}");
			}
		}

		public void SetupServerSyncAndWatcher()
		{
			//IL_0097: Unknown result type (might be due to invalid IL or missing references)
			//IL_00a1: Expected O, but got Unknown
			ConfigSync = new ConfigSync(((BaseUnityPlugin)this).Info.Metadata.GUID)
			{
				DisplayName = ((BaseUnityPlugin)this).Info.Metadata.Name,
				CurrentVersion = ((BaseUnityPlugin)this).Info.Metadata.Version.ToString(),
				MinimumRequiredVersion = ((BaseUnityPlugin)this).Info.Metadata.Version.ToString()
			};
			_serverConfigLocked = ((BaseUnityPlugin)this).Config.Bind<bool>("01 - General", "LockConfiguration", true, new ConfigDescription("If true, the server locks synchronized configs.", (AcceptableValueBase)null, new object[1]
			{
				new ConfigurationManagerAttributes
				{
					Browsable = false
				}
			}));
			ConfigSync.AddLockingConfigEntry<bool>(_serverConfigLocked);
		}

		private ConfigEntry<T> config<[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)] T>(string group, string name, T value, ConfigDescription description, bool synchronizedSetting = true)
		{
			//IL_002a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0030: Expected O, but got Unknown
			ConfigDescription val = new ConfigDescription(description.Description + (synchronizedSetting ? " [Synced with Server]" : " [Not Synced with Server]"), description.AcceptableValues, description.Tags);
			ConfigEntry<T> val2 = ((BaseUnityPlugin)this).Config.Bind<T>(group, name, value, val);
			if (ConfigSync == null)
			{
				throw new InvalidOperationException("ServerSync has not been initialized.");
			}
			ConfigSync.AddConfigEntry<T>(val2).SynchronizedConfig = synchronizedSetting;
			return val2;
		}

		private ConfigEntry<T> config<[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)] T>(string group, string name, T value, string description, bool synchronizedSetting = true)
		{
			//IL_000c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0018: Expected O, but got Unknown
			return config(group, name, value, new ConfigDescription(description, (AcceptableValueBase)null, Array.Empty<object>()), synchronizedSetting);
		}

		protected ConfigEntry<T> Cfg<[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)] T>(string section, string key, T defaultValue, string description, bool synced = true)
		{
			return config(section, key, defaultValue, description, synced);
		}

		private void SetupConfigWatcher()
		{
			try
			{
				_watcherReady = false;
				_configWatcher?.Dispose();
				_configWatcher = new FileSystemWatcher(Path.GetDirectoryName(((BaseUnityPlugin)this).Config.ConfigFilePath), Path.GetFileName(((BaseUnityPlugin)this).Config.ConfigFilePath))
				{
					IncludeSubdirectories = false,
					NotifyFilter = (NotifyFilters.FileName | NotifyFilters.Size | NotifyFilters.LastWrite),
					SynchronizingObject = ThreadingHelper.SynchronizingObject
				};
				_configWatcher.Changed += OnConfigFileChanged;
				_configWatcher.Created += OnConfigFileChanged;
				_configWatcher.Renamed += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, RenamedEventArgs args) =>
				{
					OnConfigFileChanged(_, args);
				};
				_configWatcher.Error += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, ErrorEventArgs args) =>
				{
					((BaseUnityPlugin)this).Logger.LogWarning((object)$"Configuration watcher failed: {args.GetException()}");
				};
				_watcherReady = true;
				_configWatcher.EnableRaisingEvents = true;
			}
			catch (Exception arg)
			{
				_watcherReady = false;
				_configWatcher?.Dispose();
				_configWatcher = null;
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Automatic configuration reload is unavailable: {arg}");
			}
		}

		private void OnConfigFileChanged(object sender, FileSystemEventArgs args)
		{
			if (_watcherReady)
			{
				_lastCfgWrite = Stopwatch.GetTimestamp();
				if (!_reloadScheduled)
				{
					_reloadScheduled = true;
					((MonoBehaviour)this).StartCoroutine(ReloadConfigAfterQuietPeriod());
				}
			}
		}

		private IEnumerator ReloadConfigAfterQuietPeriod()
		{
			try
			{
				for (int attempt = 0; attempt < 3; attempt++)
				{
					if (!_watcherReady)
					{
						break;
					}
					while (_watcherReady && (double)(Stopwatch.GetTimestamp() - _lastCfgWrite) / (double)Stopwatch.Frequency < 0.75)
					{
						yield return null;
					}
					if (!_watcherReady || ((Object)(object)ZNet.instance != (Object)null && !ZNet.instance.IsServer()))
					{
						break;
					}
					bool saveOnConfigSet = ((BaseUnityPlugin)this).Config.SaveOnConfigSet;
					bool flag = false;
					try
					{
						((BaseUnityPlugin)this).Config.SaveOnConfigSet = false;
						((BaseUnityPlugin)this).Config.Reload();
						((BaseUnityPlugin)this).Logger.LogInfo((object)"Configuration reloaded.");
					}
					catch (IOException arg)
					{
						flag = true;
						if (attempt == 2)
						{
							((BaseUnityPlugin)this).Logger.LogWarning((object)$"Configuration could not be read after 3 attempts: {arg}");
						}
					}
					catch (Exception arg2)
					{
						((BaseUnityPlugin)this).Logger.LogError((object)$"Configuration reload failed: {arg2}");
					}
					finally
					{
						((BaseUnityPlugin)this).Config.SaveOnConfigSet = saveOnConfigSet;
					}
					if (!flag)
					{
						break;
					}
					_lastCfgWrite = Stopwatch.GetTimestamp();
				}
			}
			finally
			{
				_reloadScheduled = false;
			}
		}

		private IEnumerator InFlightAndAntiFloodSweeper()
		{
			WaitForSeconds wait = new WaitForSeconds(1f);
			while (true)
			{
				try
				{
					DateTime utcNow = DateTime.UtcNow;
					DateTime value;
					foreach (KeyValuePair<string, DateTime> inFlightExpire in _inFlightExpires)
					{
						if (!(inFlightExpire.Value > utcNow))
						{
							_inFlightExpires.TryRemove(inFlightExpire.Key, out value);
							_inFlightCodes.TryRemove(inFlightExpire.Key, out var _);
						}
					}
					foreach (KeyValuePair<string, DateTime> item in _codeLockTouched)
					{
						if (!(utcNow - item.Value <= CodeLockOrphanTtl))
						{
							_codeLockTouched.TryRemove(item.Key, out value);
							_codeLocks.TryRemove(item.Key, out var _);
						}
					}
					DateTime dateTime = utcNow.AddDays(-7.0);
					foreach (KeyValuePair<string, DateTime> item2 in _recentClaimed)
					{
						if (item2.Value < dateTime)
						{
							_recentClaimed.TryRemove(item2.Key, out value);
						}
					}
				}
				catch
				{
				}
				yield return wait;
			}
		}
	}
	[HarmonyPatch(typeof(Chat), "SendText")]
	internal static class Redeem_ChatSendText_Patch
	{
		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(1)]
		private static bool Prefix(Type type, string text)
		{
			if (string.IsNullOrWhiteSpace(text))
			{
				return true;
			}
			if (text.StartsWith("/redeem", StringComparison.OrdinalIgnoreCase))
			{
				int num = text.IndexOf(' ');
				if (num < 0 || num + 1 >= text.Length)
				{
					return false;
				}
				string text2 = text.Substring(num + 1).Trim();
				if (string.IsNullOrEmpty(text2))
				{
					return false;
				}
				RedeemPlugin.ClientRequestRedeem(text2);
				return false;
			}
			if (text.StartsWith("redeem", StringComparison.OrdinalIgnoreCase))
			{
				return false;
			}
			return true;
		}
	}
	[HarmonyPatch(typeof(Terminal), "Awake")]
	internal static class Redeem_Terminal_Awake_Patch
	{
		[Serializable]
		[CompilerGenerated]
		private sealed class <>c
		{
			public static readonly <>c <>9 = new <>c();

			public static ConsoleEvent <>9__1_0;

			internal void <Postfix>b__1_0(ConsoleEventArgs args)
			{
				if (args.Args != null && args.Args.Length >= 2)
				{
					string text = string.Join(" ", args.Args.Skip(1)).Trim();
					if (!string.IsNullOrEmpty(text))
					{
						RedeemPlugin.ClientRequestRedeem(text);
					}
				}
			}
		}

		private static bool _registered;

		private static void Postfix()
		{
			//IL_0055: Unknown result type (might be due to invalid IL or missing references)
			//IL_0040: Unknown result type (might be due to invalid IL or missing references)
			//IL_0045: Unknown result type (might be due to invalid IL or missing references)
			//IL_004b: Expected O, but got Unknown
			try
			{
				if (_registered)
				{
					return;
				}
				_registered = true;
				if (Terminal.commands.ContainsKey("redeem"))
				{
					return;
				}
				object obj = <>c.<>9__1_0;
				if (obj == null)
				{
					ConsoleEvent val = delegate(ConsoleEventArgs args)
					{
						if (args.Args != null && args.Args.Length >= 2)
						{
							string text = string.Join(" ", args.Args.Skip(1)).Trim();
							if (!string.IsNullOrEmpty(text))
							{
								RedeemPlugin.ClientRequestRedeem(text);
							}
						}
					};
					<>c.<>9__1_0 = val;
					obj = (object)val;
				}
				new ConsoleCommand("redeem", "redeem <CODE> - Redeems a Redeem package", (ConsoleEvent)obj, false, true, false, false, false, false, (ConsoleOptionsFetcher)null, false, false, false);
			}
			catch
			{
			}
		}
	}
}
namespace LocalizationManager
{
	[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(0)]
	[PublicAPI]
	[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(1)]
	public class Localizer
	{
		private static readonly Dictionary<string, Dictionary<string, Func<string>>> PlaceholderProcessors;

		private static readonly Dictionary<string, Dictionary<string, string>> loadedTexts;

		private static readonly ConditionalWeakTable<Localization, string> localizationLanguage;

		private static readonly List<WeakReference<Localization>> localizationObjects;

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private static BaseUnityPlugin _plugin;

		private static readonly List<string> fileExtensions;

		private static BaseUnityPlugin plugin
		{
			get
			{
				//IL_009b: Unknown result type (might be due to invalid IL or missing references)
				//IL_00a5: Expected O, but got Unknown
				if (_plugin == null)
				{
					IEnumerable<TypeInfo> source;
					try
					{
						source = Assembly.GetExecutingAssembly().DefinedTypes.ToList();
					}
					catch (ReflectionTypeLoadException ex)
					{
						source = from t in ex.Types
							where t != null
							select t.GetTypeInfo();
					}
					_plugin = (BaseUnityPlugin)Chainloader.ManagerObject.GetComponent((Type)source.First([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (TypeInfo t) => t.IsClass && typeof(BaseUnityPlugin).IsAssignableFrom(t)));
				}
				return _plugin;
			}
		}

		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		[method: <063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(2)]
		[field: <8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		public static event Action OnLocalizationComplete;

		private static void UpdatePlaceholderText(Localization localization, string key)
		{
			localizationLanguage.TryGetValue(localization, out var value);
			string text = loadedTexts[value][key];
			if (PlaceholderProcessors.TryGetValue(key, out var value2))
			{
				text = value2.Aggregate(text, [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (string current, KeyValuePair<string, Func<string>> kv) => current.Replace("{" + kv.Key + "}", kv.Value()));
			}
			localization.AddWord(key, text);
		}

		public static void AddPlaceholder<T>(string key, string placeholder, ConfigEntry<T> config, [<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(new byte[] { 2, 1, 1 })] Func<T, string> convertConfigValue = null)
		{
			if (convertConfigValue == null)
			{
				convertConfigValue = (T val) => val.ToString();
			}
			if (!PlaceholderProcessors.ContainsKey(key))
			{
				PlaceholderProcessors[key] = new Dictionary<string, Func<string>>();
			}
			config.SettingChanged += [<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (object _, EventArgs _) =>
			{
				UpdatePlaceholder();
			};
			if (loadedTexts.ContainsKey(Localization.instance.GetSelectedLanguage()))
			{
				UpdatePlaceholder();
			}
			void UpdatePlaceholder()
			{
				PlaceholderProcessors[key][placeholder] = () => convertConfigValue(config.Value);
				UpdatePlaceholderText(Localization.instance, key);
			}
		}

		public static void AddText(string key, string text)
		{
			List<WeakReference<Localization>> list = new List<WeakReference<Localization>>();
			foreach (WeakReference<Localization> localizationObject in localizationObjects)
			{
				if (localizationObject.TryGetTarget(out var target))
				{
					Dictionary<string, string> dictionary = loadedTexts[localizationLanguage.GetOrCreateValue(target)];
					if (!target.m_translations.ContainsKey(key))
					{
						dictionary[key] = text;
						target.AddWord(key, text);
					}
				}
				else
				{
					list.Add(localizationObject);
				}
			}
			foreach (WeakReference<Localization> item in list)
			{
				localizationObjects.Remove(item);
			}
		}

		public static void Load()
		{
			_ = plugin;
		}

		public static void LoadLocalizationLater()
		{
			LoadLocalization(Localization.instance, Localization.instance.GetSelectedLanguage());
		}

		public static void SafeCallLocalizeComplete()
		{
			Localizer.OnLocalizationComplete?.Invoke();
		}

		private static void LoadLocalization(Localization __instance, string language)
		{
			if (!localizationLanguage.Remove(__instance))
			{
				localizationObjects.Add(new WeakReference<Localization>(__instance));
			}
			localizationLanguage.Add(__instance, language);
			Dictionary<string, string> dictionary = new Dictionary<string, string>();
			foreach (string item in from f in Directory.GetFiles(Path.GetDirectoryName(Paths.PluginPath), plugin.Info.Metadata.Name + ".*", SearchOption.AllDirectories)
				where fileExtensions.IndexOf(Path.GetExtension(f)) >= 0
				select f)
			{
				string[] array = Path.GetFileNameWithoutExtension(item).Split(new char[1] { '.' });
				if (array.Length >= 2)
				{
					string text = array[1];
					if (dictionary.ContainsKey(text))
					{
						Debug.LogWarning((object)("Duplicate key " + text + " found for " + plugin.Info.Metadata.Name + ". The duplicate file found at " + item + " will be skipped."));
					}
					else
					{
						dictionary[text] = item;
					}
				}
			}
			byte[] array2 = LoadTranslationFromAssembly("English");
			if (array2 == null)
			{
				throw new Exception("Found no English localizations in mod " + plugin.Info.Metadata.Name + ". Expected an embedded resource translations/English.json or translations/English.yml.");
			}
			string input = Encoding.UTF8.GetString(array2).TrimStart(new char[1] { '\ufeff' });
			Dictionary<string, string> dictionary2 = new DeserializerBuilder().IgnoreFields().Build().Deserialize<Dictionary<string, string>>(input);
			if (dictionary2 == null)
			{
				throw new Exception("Localization for mod " + plugin.Info.Metadata.Name + " failed: Localization file was empty.");
			}
			string text2 = null;
			if (language != "English")
			{
				if (dictionary.TryGetValue(language, out var value))
				{
					text2 = File.ReadAllText(value);
				}
				else
				{
					byte[] array3 = LoadTranslationFromAssembly(language);
					if (array3 != null)
					{
						text2 = Encoding.UTF8.GetString(array3);
					}
				}
			}
			if (text2 == null && dictionary.TryGetValue("English", out var value2))
			{
				text2 = File.ReadAllText(value2);
			}
			if (text2 != null)
			{
				text2 = text2.TrimStart(new char[1] { '\ufeff' });
				foreach (KeyValuePair<string, string> item2 in new DeserializerBuilder().IgnoreFields().Build().Deserialize<Dictionary<string, string>>(text2) ?? new Dictionary<string, string>())
				{
					dictionary2[item2.Key] = item2.Value;
				}
			}
			loadedTexts[language] = dictionary2;
			foreach (KeyValuePair<string, string> item3 in dictionary2)
			{
				UpdatePlaceholderText(__instance, item3.Key);
			}
		}

		static Localizer()
		{
			//IL_004e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0053: Unknown result type (might be due to invalid IL or missing references)
			//IL_0081: Unknown result type (might be due to invalid IL or missing references)
			//IL_008e: Expected O, but got Unknown
			//IL_008f: Unknown result type (might be due to invalid IL or missing references)
			//IL_00bd: Unknown result type (might be due to invalid IL or missing references)
			//IL_00ca: Expected O, but got Unknown
			//IL_00f8: Unknown result type (might be due to invalid IL or missing references)
			//IL_0105: Expected O, but got Unknown
			PlaceholderProcessors = new Dictionary<string, Dictionary<string, Func<string>>>();
			loadedTexts = new Dictionary<string, Dictionary<string, string>>();
			localizationLanguage = new ConditionalWeakTable<Localization, string>();
			localizationObjects = new List<WeakReference<Localization>>();
			fileExtensions = new List<string>(2) { ".json", ".yml" };
			Harmony val = new Harmony("org.bepinex.helpers.LocalizationManager");
			val.Patch((MethodBase)AccessTools.DeclaredMethod(typeof(Localization), "SetupLanguage", (Type[])null, (Type[])null), (HarmonyMethod)null, new HarmonyMethod(AccessTools.DeclaredMethod(typeof(Localizer), "LoadLocalization", (Type[])null, (Type[])null)), (HarmonyMethod)null, (HarmonyMethod)null, (HarmonyMethod)null);
			val.Patch((MethodBase)AccessTools.DeclaredMethod(typeof(FejdStartup), "SetupGui", (Type[])null, (Type[])null), (HarmonyMethod)null, new HarmonyMethod(AccessTools.DeclaredMethod(typeof(Localizer), "LoadLocalizationLater", (Type[])null, (Type[])null)), (HarmonyMethod)null, (HarmonyMethod)null, (HarmonyMethod)null);
			val.Patch((MethodBase)AccessTools.DeclaredMethod(typeof(FejdStartup), "Start", (Type[])null, (Type[])null), (HarmonyMethod)null, new HarmonyMethod(AccessTools.DeclaredMethod(typeof(Localizer), "SafeCallLocalizeComplete", (Type[])null, (Type[])null)), (HarmonyMethod)null, (HarmonyMethod)null, (HarmonyMethod)null);
		}

		[return: <8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(2)]
		private static byte[] LoadTranslationFromAssembly(string language)
		{
			foreach (string fileExtension in fileExtensions)
			{
				byte[] array = ReadEmbeddedFileBytes("translations." + language + fileExtension);
				if (array != null)
				{
					return array;
				}
			}
			return null;
		}

		[<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(2)]
		public static byte[] ReadEmbeddedFileBytes([<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(1)] string resourceFileName, Assembly containingAssembly = null)
		{
			using MemoryStream memoryStream = new MemoryStream();
			if ((object)containingAssembly == null)
			{
				containingAssembly = Assembly.GetCallingAssembly();
			}
			string text = containingAssembly.GetManifestResourceNames().FirstOrDefault([<063bd019-2c15-4507-90a4-1d8237881f0d>NullableContext(0)] (string str) => str.EndsWith(resourceFileName, StringComparison.Ordinal));
			if (text != null)
			{
				containingAssembly.GetManifestResourceStream(text)?.CopyTo(memoryStream);
			}
			return (memoryStream.Length == 0L) ? null : memoryStream.ToArray();
		}
	}
	public static class LocalizationManagerVersion
	{
		[<8e44a0b7-2e3d-4109-9a77-db7ca8a19096>Nullable(1)]
		public const string Version = "1.4.1";
	}
}
namespace Microsoft.CodeAnalysis
{
	[CompilerGenerated]
	[<7898bb3b-b92f-4d25-97c3-22af4ae08bf9>Embedded]
	internal sealed class <7898bb3b-b92f-4d25-97c3-22af4ae08bf9>EmbeddedAttribute : Attribute
	{
	}
}
namespace System.Runtime.CompilerServices
{
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)]
	[<7898bb3b-b92f-4d25-97c3-22af4ae08bf9>Embedded]
	[CompilerGenerated]
	internal sealed class <b0ec366c-b3b7-489f-80fd-cb438f6feb50>NullableAttribute : Attribute
	{
		public readonly byte[] NullableFlags;

		public <b0ec366c-b3b7-489f-80fd-cb438f6feb50>NullableAttribute(byte P_0)
		{
			NullableFlags = new byte[1] { P_0 };
		}

		public <b0ec366c-b3b7-489f-80fd-cb438f6feb50>NullableAttribute(byte[] P_0)
		{
			NullableFlags = P_0;
		}
	}
	[<7898bb3b-b92f-4d25-97c3-22af4ae08bf9>Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
	[CompilerGenerated]
	internal sealed class <7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContextAttribute : Attribute
	{
		public readonly byte Flag;

		public <7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContextAttribute(byte P_0)
		{
			Flag = P_0;
		}
	}
	[AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)]
	[<7898bb3b-b92f-4d25-97c3-22af4ae08bf9>Embedded]
	[CompilerGenerated]
	internal sealed class <7d519f36-a55f-4052-b434-f8f89bbbc5d5>RefSafetyRulesAttribute : Attribute
	{
		public readonly int Version;

		public <7d519f36-a55f-4052-b434-f8f89bbbc5d5>RefSafetyRulesAttribute(int P_0)
		{
			Version = P_0;
		}
	}
}
namespace ServerSync
{
	[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
	[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
	[PublicAPI]
	internal abstract class OwnConfigEntryBase
	{
		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		public object LocalBaseValue;

		public bool SynchronizedConfig = true;

		public abstract ConfigEntryBase BaseConfig { get; }
	}
	[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
	[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
	[PublicAPI]
	internal class SyncedConfigEntry<[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)] T>(ConfigEntry<T> sourceConfig) : OwnConfigEntryBase()
	{
		public readonly ConfigEntry<T> SourceConfig = sourceConfig;

		public override ConfigEntryBase BaseConfig => (ConfigEntryBase)(object)SourceConfig;

		public T Value
		{
			get
			{
				return SourceConfig.Value;
			}
			set
			{
				SourceConfig.Value = value;
			}
		}

		public void AssignLocalValue(T value)
		{
			if (LocalBaseValue == null)
			{
				Value = value;
			}
			else
			{
				LocalBaseValue = value;
			}
		}
	}
	[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(2)]
	[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
	internal abstract class CustomSyncedValueBase
	{
		public object LocalBaseValue;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(1)]
		public readonly string Identifier;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(1)]
		public readonly Type Type;

		private object boxedValue;

		protected bool localIsOwner;

		public readonly int Priority;

		public object BoxedValue
		{
			get
			{
				return boxedValue;
			}
			set
			{
				boxedValue = value;
				this.ValueChanged?.Invoke();
			}
		}

		public event Action ValueChanged;

		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
		protected CustomSyncedValueBase(ConfigSync configSync, string identifier, Type type, int priority)
		{
			Priority = priority;
			Identifier = identifier;
			Type = type;
			configSync.AddCustomValue(this);
			localIsOwner = configSync.IsSourceOfTruth;
			configSync.SourceOfTruthChanged += delegate(bool truth)
			{
				localIsOwner = truth;
			};
		}
	}
	[PublicAPI]
	[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
	[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
	internal sealed class CustomSyncedValue<[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)] T> : CustomSyncedValueBase
	{
		public T Value
		{
			get
			{
				return (T)base.BoxedValue;
			}
			set
			{
				base.BoxedValue = value;
			}
		}

		public CustomSyncedValue(ConfigSync configSync, string identifier, T value = default(T), int priority = 0)
			: base(configSync, identifier, typeof(T), priority)
		{
			Value = value;
		}

		public void AssignLocalValue(T value)
		{
			if (localIsOwner)
			{
				Value = value;
			}
			else
			{
				LocalBaseValue = value;
			}
		}
	}
	internal class ConfigurationManagerAttributes
	{
		[UsedImplicitly]
		public bool? ReadOnly = false;
	}
	[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
	[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
	[PublicAPI]
	internal class ConfigSync
	{
		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		[HarmonyPatch(typeof(ZRpc), "HandlePackage")]
		private static class SnatchCurrentlyHandlingRPC
		{
			[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
			public static ZRpc currentRpc;

			[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
			[HarmonyPrefix]
			private static void Prefix(ZRpc __instance)
			{
				currentRpc = __instance;
			}
		}

		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		[HarmonyPatch(typeof(ZNet), "Awake")]
		internal static class RegisterRPCPatch
		{
			[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
			[HarmonyPostfix]
			private static void Postfix(ZNet __instance)
			{
				isServer = __instance.IsServer();
				foreach (ConfigSync configSync2 in configSyncs)
				{
					ZRoutedRpc.instance.Register<ZPackage>(configSync2.Name + " ConfigSync", (Action<long, ZPackage>)configSync2.RPC_FromOtherClientConfigSync);
					if (isServer)
					{
						configSync2.InitialSyncDone = true;
						Debug.Log((object)("Registered '" + configSync2.Name + " ConfigSync' RPC - waiting for incoming connections"));
					}
				}
				if (isServer)
				{
					((MonoBehaviour)__instance).StartCoroutine(WatchAdminListChanges());
				}
				[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
				static void SendAdmin(List<ZNetPeer> peers, bool isAdmin)
				{
					ZPackage package = ConfigsToPackage(null, null, new PackageEntry[1]
					{
						new PackageEntry
						{
							section = "Internal",
							key = "lockexempt",
							type = typeof(bool),
							value = isAdmin
						}
					});
					ConfigSync configSync = configSyncs.First();
					if (configSync != null)
					{
						((MonoBehaviour)ZNet.instance).StartCoroutine(configSync.sendZPackage(peers, package));
					}
				}
				[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
				static IEnumerator WatchAdminListChanges()
				{
					MethodInfo listContainsId = AccessTools.DeclaredMethod(typeof(ZNet), "ListContainsId", (Type[])null, (Type[])null);
					SyncedList adminList = (SyncedList)AccessTools.DeclaredField(typeof(ZNet), "m_adminList").GetValue(ZNet.instance);
					List<string> CurrentList = new List<string>(adminList.GetList());
					while (true)
					{
						yield return (object)new WaitForSeconds(30f);
						if (!adminList.GetList().SequenceEqual(CurrentList))
						{
							CurrentList = new List<string>(adminList.GetList());
							List<ZNetPeer> adminPeer = ZNet.instance.GetPeers().Where(delegate(ZNetPeer p)
							{
								string hostName = p.m_rpc.GetSocket().GetHostName();
								return ((object)listContainsId == null) ? adminList.Contains(hostName) : ((bool)listContainsId.Invoke(ZNet.instance, new object[2] { adminList, hostName }));
							}).ToList();
							List<ZNetPeer> nonAdminPeer = ZNet.instance.GetPeers().Except(adminPeer).ToList();
							SendAdmin(nonAdminPeer, isAdmin: false);
							SendAdmin(adminPeer, isAdmin: true);
						}
					}
				}
			}
		}

		[HarmonyPatch(typeof(ZNet), "OnNewConnection")]
		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		private static class RegisterClientRPCPatch
		{
			[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
			[HarmonyPostfix]
			private static void Postfix(ZNet __instance, ZNetPeer peer)
			{
				if (__instance.IsServer())
				{
					return;
				}
				foreach (ConfigSync configSync in configSyncs)
				{
					peer.m_rpc.Register<ZPackage>(configSync.Name + " ConfigSync", (Action<ZRpc, ZPackage>)configSync.RPC_FromServerConfigSync);
				}
			}
		}

		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		private class ParsedConfigs
		{
			[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(new byte[] { 1, 1, 2 })]
			public readonly Dictionary<OwnConfigEntryBase, object> configValues = new Dictionary<OwnConfigEntryBase, object>();

			[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(new byte[] { 1, 1, 2 })]
			public readonly Dictionary<CustomSyncedValueBase, object> customValues = new Dictionary<CustomSyncedValueBase, object>();
		}

		[HarmonyPatch(typeof(ZNet), "Shutdown")]
		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		private class ResetConfigsOnShutdown
		{
			[HarmonyPostfix]
			private static void Postfix()
			{
				ProcessingServerUpdate = true;
				foreach (ConfigSync configSync in configSyncs)
				{
					configSync.resetConfigsFromServer();
					configSync.IsSourceOfTruth = true;
					configSync.InitialSyncDone = false;
				}
				ProcessingServerUpdate = false;
			}
		}

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
		[HarmonyPatch(typeof(ZNet), "RPC_PeerInfo")]
		private class SendConfigsAfterLogin
		{
			[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
			private class BufferingSocket : ZPlayFabSocket, ISocket
			{
				public volatile bool finished = false;

				public volatile int versionMatchQueued = -1;

				public readonly List<ZPackage> Package = new List<ZPackage>();

				public readonly ISocket Original;

				public BufferingSocket(ISocket original)
				{
					Original = original;
					((ZPlayFabSocket)this)..ctor();
				}

				public bool IsConnected()
				{
					return Original.IsConnected();
				}

				public ZPackage Recv()
				{
					return Original.Recv();
				}

				public int GetSendQueueSize()
				{
					return Original.GetSendQueueSize();
				}

				public int GetCurrentSendRate()
				{
					return Original.GetCurrentSendRate();
				}

				public bool IsHost()
				{
					return Original.IsHost();
				}

				public void Dispose()
				{
					Original.Dispose();
				}

				public bool GotNewData()
				{
					return Original.GotNewData();
				}

				public void Close()
				{
					Original.Close();
				}

				public string GetEndPointString()
				{
					return Original.GetEndPointString();
				}

				public void GetAndResetStats(out int totalSent, out int totalRecv)
				{
					Original.GetAndResetStats(ref totalSent, ref totalRecv);
				}

				public void GetConnectionQuality(out float localQuality, out float remoteQuality, out int ping, out float outByteSec, out float inByteSec)
				{
					Original.GetConnectionQuality(ref localQuality, ref remoteQuality, ref ping, ref outByteSec, ref inByteSec);
				}

				public ISocket Accept()
				{
					return Original.Accept();
				}

				public int GetHostPort()
				{
					return Original.GetHostPort();
				}

				public bool Flush()
				{
					return Original.Flush();
				}

				public string GetHostName()
				{
					return Original.GetHostName();
				}

				public void VersionMatch()
				{
					if (finished)
					{
						Original.VersionMatch();
					}
					else
					{
						versionMatchQueued = Package.Count;
					}
				}

				public void Send(ZPackage pkg)
				{
					//IL_0057: Unknown result type (might be due to invalid IL or missing references)
					//IL_005d: Expected O, but got Unknown
					int pos = pkg.GetPos();
					pkg.SetPos(0);
					int num = pkg.ReadInt();
					if ((num == StringExtensionMethods.GetStableHashCode("PeerInfo") || num == StringExtensionMethods.GetStableHashCode("RoutedRPC") || num == StringExtensionMethods.GetStableHashCode("ZDOData")) && !finished)
					{
						ZPackage val = new ZPackage(pkg.GetArray());
						val.SetPos(pos);
						Package.Add(val);
					}
					else
					{
						pkg.SetPos(pos);
						Original.Send(pkg);
					}
				}
			}

			[HarmonyPrefix]
			[HarmonyPriority(800)]
			private static void Prefix([<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(new byte[] { 2, 1, 1 })] ref Dictionary<Assembly, BufferingSocket> __state, ZNet __instance, ZRpc rpc)
			{
				//IL_0078: Unknown result type (might be due to invalid IL or missing references)
				//IL_007e: Invalid comparison between Unknown and I4
				if (!__instance.IsServer())
				{
					return;
				}
				BufferingSocket bufferingSocket = new BufferingSocket(rpc.GetSocket());
				AccessTools.DeclaredField(typeof(ZRpc), "m_socket").SetValue(rpc, bufferingSocket);
				object? obj = AccessTools.DeclaredMethod(typeof(ZNet), "GetPeer", new Type[1] { typeof(ZRpc) }, (Type[])null).Invoke(__instance, new object[1] { rpc });
				ZNetPeer val = (ZNetPeer)((obj is ZNetPeer) ? obj : null);
				if (val != null && (int)ZNet.m_onlineBackend > 0)
				{
					FieldInfo fieldInfo = AccessTools.DeclaredField(typeof(ZNetPeer), "m_socket");
					object? value = fieldInfo.GetValue(val);
					ZPlayFabSocket val2 = (ZPlayFabSocket)((value is ZPlayFabSocket) ? value : null);
					if (val2 != null)
					{
						typeof(ZPlayFabSocket).GetField("m_remotePlayerId").SetValue(bufferingSocket, val2.m_remotePlayerId);
					}
					fieldInfo.SetValue(val, bufferingSocket);
				}
				if (__state == null)
				{
					__state = new Dictionary<Assembly, BufferingSocket>();
				}
				__state[Assembly.GetExecutingAssembly()] = bufferingSocket;
			}

			[HarmonyPostfix]
			private static void Postfix(Dictionary<Assembly, BufferingSocket> __state, ZNet __instance, ZRpc rpc)
			{
				ZNetPeer peer;
				if (__instance.IsServer())
				{
					object obj = AccessTools.DeclaredMethod(typeof(ZNet), "GetPeer", new Type[1] { typeof(ZRpc) }, (Type[])null).Invoke(__instance, new object[1] { rpc });
					peer = (ZNetPeer)((obj is ZNetPeer) ? obj : null);
					if (peer == null)
					{
						SendBufferedData();
					}
					else
					{
						((MonoBehaviour)__instance).StartCoroutine(sendAsync());
					}
				}
				void SendBufferedData()
				{
					if (rpc.GetSocket() is BufferingSocket bufferingSocket)
					{
						AccessTools.DeclaredField(typeof(ZRpc), "m_socket").SetValue(rpc, bufferingSocket.Original);
						object? obj2 = AccessTools.DeclaredMethod(typeof(ZNet), "GetPeer", new Type[1] { typeof(ZRpc) }, (Type[])null).Invoke(__instance, new object[1] { rpc });
						ZNetPeer val = (ZNetPeer)((obj2 is ZNetPeer) ? obj2 : null);
						if (val != null)
						{
							AccessTools.DeclaredField(typeof(ZNetPeer), "m_socket").SetValue(val, bufferingSocket.Original);
						}
					}
					BufferingSocket bufferingSocket2 = __state[Assembly.GetExecutingAssembly()];
					bufferingSocket2.finished = true;
					for (int i = 0; i < bufferingSocket2.Package.Count; i++)
					{
						if (i == bufferingSocket2.versionMatchQueued)
						{
							bufferingSocket2.Original.VersionMatch();
						}
						bufferingSocket2.Original.Send(bufferingSocket2.Package[i]);
					}
					if (bufferingSocket2.Package.Count == bufferingSocket2.versionMatchQueued)
					{
						bufferingSocket2.Original.VersionMatch();
					}
				}
				IEnumerator sendAsync()
				{
					foreach (ConfigSync configSync in configSyncs)
					{
						List<PackageEntry> entries = new List<PackageEntry>();
						if (configSync.CurrentVersion != null)
						{
							entries.Add(new PackageEntry
							{
								section = "Internal",
								key = "serverversion",
								type = typeof(string),
								value = configSync.CurrentVersion
							});
						}
						MethodInfo listContainsId = AccessTools.DeclaredMethod(typeof(ZNet), "ListContainsId", (Type[])null, (Type[])null);
						SyncedList adminList = (SyncedList)AccessTools.DeclaredField(typeof(ZNet), "m_adminList").GetValue(ZNet.instance);
						entries.Add(new PackageEntry
						{
							section = "Internal",
							key = "lockexempt",
							type = typeof(bool),
							value = (((object)listContainsId == null) ? ((object)adminList.Contains(rpc.GetSocket().GetHostName())) : listContainsId.Invoke(ZNet.instance, new object[2]
							{
								adminList,
								rpc.GetSocket().GetHostName()
							}))
						});
						ZPackage package = ConfigsToPackage(configSync.allConfigs.Select([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (OwnConfigEntryBase c) => c.BaseConfig), configSync.allCustomValues, entries, partial: false);
						yield return ((MonoBehaviour)__instance).StartCoroutine(configSync.sendZPackage(new List<ZNetPeer> { peer }, package));
					}
					SendBufferedData();
				}
			}
		}

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
		private class PackageEntry
		{
			public string section = null;

			public string key = null;

			public Type type = null;

			[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
			public object value;
		}

		[HarmonyPatch(typeof(ConfigEntryBase), "GetSerializedValue")]
		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		private static class PreventSavingServerInfo
		{
			[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
			[HarmonyPrefix]
			private static bool Prefix(ConfigEntryBase __instance, ref string __result)
			{
				OwnConfigEntryBase ownConfigEntryBase = configData(__instance);
				if (ownConfigEntryBase == null || isWritableConfig(ownConfigEntryBase))
				{
					return true;
				}
				__result = TomlTypeConverter.ConvertToString(ownConfigEntryBase.LocalBaseValue, __instance.SettingType);
				return false;
			}
		}

		[HarmonyPatch(typeof(ConfigEntryBase), "SetSerializedValue")]
		[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)]
		private static class PreventConfigRereadChangingValues
		{
			[<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(1)]
			[HarmonyPrefix]
			private static bool Prefix(ConfigEntryBase __instance, string value)
			{
				OwnConfigEntryBase ownConfigEntryBase = configData(__instance);
				if (ownConfigEntryBase == null || ownConfigEntryBase.LocalBaseValue == null)
				{
					return true;
				}
				try
				{
					ownConfigEntryBase.LocalBaseValue = TomlTypeConverter.ConvertToValue(value, __instance.SettingType);
				}
				catch (Exception ex)
				{
					Debug.LogWarning((object)$"Config value of setting \"{__instance.Definition}\" could not be parsed and will be ignored. Reason: {ex.Message}; Value: {value}");
				}
				return false;
			}
		}

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)]
		private class InvalidDeserializationTypeException : Exception
		{
			public string expected = null;

			public string received = null;

			public string field = "";
		}

		public static bool ProcessingServerUpdate;

		public readonly string Name;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		public string DisplayName;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		public string CurrentVersion;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		public string MinimumRequiredVersion;

		public bool ModRequired = false;

		private bool? forceConfigLocking;

		private bool isSourceOfTruth = true;

		private static readonly HashSet<ConfigSync> configSyncs;

		private readonly HashSet<OwnConfigEntryBase> allConfigs = new HashSet<OwnConfigEntryBase>();

		private HashSet<CustomSyncedValueBase> allCustomValues = new HashSet<CustomSyncedValueBase>();

		private static bool isServer;

		private static bool lockExempt;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		private OwnConfigEntryBase lockedConfig = null;

		private const byte PARTIAL_CONFIGS = 1;

		private const byte FRAGMENTED_CONFIG = 2;

		private const byte COMPRESSED_CONFIG = 4;

		private readonly Dictionary<string, SortedDictionary<int, byte[]>> configValueCache = new Dictionary<string, SortedDictionary<int, byte[]>>();

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(new byte[] { 1, 0, 1 })]
		private readonly List<KeyValuePair<long, string>> cacheExpirations = new List<KeyValuePair<long, string>>();

		private static long packageCounter;

		public bool IsLocked
		{
			get
			{
				bool? flag = forceConfigLocking;
				bool num;
				if (!flag.HasValue)
				{
					if (lockedConfig == null)
					{
						goto IL_0052;
					}
					num = ((IConvertible)lockedConfig.BaseConfig.BoxedValue).ToInt32(CultureInfo.InvariantCulture) != 0;
				}
				else
				{
					num = flag == true;
				}
				if (!num)
				{
					goto IL_0052;
				}
				int result = ((!lockExempt) ? 1 : 0);
				goto IL_0053;
				IL_0052:
				result = 0;
				goto IL_0053;
				IL_0053:
				return (byte)result != 0;
			}
			set
			{
				forceConfigLocking = value;
			}
		}

		public bool IsAdmin => lockExempt || isSourceOfTruth;

		public bool IsSourceOfTruth
		{
			get
			{
				return isSourceOfTruth;
			}
			private set
			{
				if (value != isSourceOfTruth)
				{
					isSourceOfTruth = value;
					this.SourceOfTruthChanged?.Invoke(value);
				}
			}
		}

		public bool InitialSyncDone { get; private set; } = false;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		[method: <7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(2)]
		[field: <b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		public event Action<bool> SourceOfTruthChanged;

		[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		[method: <7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(2)]
		[field: <b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)]
		private event Action lockedConfigChanged;

		static ConfigSync()
		{
			ProcessingServerUpdate = false;
			configSyncs = new HashSet<ConfigSync>();
			lockExempt = false;
			packageCounter = 0L;
			RuntimeHelpers.RunClassConstructor(typeof(VersionCheck).TypeHandle);
		}

		public ConfigSync(string name)
		{
			Name = name;
			configSyncs.Add(this);
			new VersionCheck(this);
		}

		public SyncedConfigEntry<T> AddConfigEntry<[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(2)] T>(ConfigEntry<T> configEntry)
		{
			OwnConfigEntryBase ownConfigEntryBase = configData((ConfigEntryBase)(object)configEntry);
			SyncedConfigEntry<T> syncedEntry = ownConfigEntryBase as SyncedConfigEntry<T>;
			if (syncedEntry == null)
			{
				syncedEntry = new SyncedConfigEntry<T>(configEntry);
				AccessTools.DeclaredField(typeof(ConfigDescription), "<Tags>k__BackingField").SetValue(((ConfigEntryBase)configEntry).Description, new object[1]
				{
					new ConfigurationManagerAttributes()
				}.Concat(((ConfigEntryBase)configEntry).Description.Tags ?? Array.Empty<object>()).Concat(new SyncedConfigEntry<T>[1] { syncedEntry }).ToArray());
				configEntry.SettingChanged += [<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (object _, EventArgs _) =>
				{
					if (!ProcessingServerUpdate && syncedEntry.SynchronizedConfig)
					{
						Broadcast(0L, (ConfigEntryBase)configEntry);
					}
				};
				allConfigs.Add(syncedEntry);
			}
			return syncedEntry;
		}

		public SyncedConfigEntry<T> AddLockingConfigEntry<[<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(0)] T>(ConfigEntry<T> lockingConfig) where T : IConvertible
		{
			if (lockedConfig != null)
			{
				throw new Exception("Cannot initialize locking ConfigEntry twice");
			}
			lockedConfig = AddConfigEntry<T>(lockingConfig);
			lockingConfig.SettingChanged += [<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (object _, EventArgs _) =>
			{
				this.lockedConfigChanged?.Invoke();
			};
			return (SyncedConfigEntry<T>)lockedConfig;
		}

		internal void AddCustomValue(CustomSyncedValueBase customValue)
		{
			if (allCustomValues.Select([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (CustomSyncedValueBase v) => v.Identifier).Concat(new string[1] { "serverversion" }).Contains(customValue.Identifier))
			{
				throw new Exception("Cannot have multiple settings with the same name or with a reserved name (serverversion)");
			}
			allCustomValues.Add(customValue);
			allCustomValues = new HashSet<CustomSyncedValueBase>(allCustomValues.OrderByDescending([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (CustomSyncedValueBase v) => v.Priority));
			customValue.ValueChanged += delegate
			{
				if (!ProcessingServerUpdate)
				{
					Broadcast(0L, customValue);
				}
			};
		}

		private void RPC_FromServerConfigSync(ZRpc rpc, ZPackage package)
		{
			lockedConfigChanged += serverLockedSettingChanged;
			IsSourceOfTruth = false;
			if (HandleConfigSyncRPC(0L, package, clientUpdate: false))
			{
				InitialSyncDone = true;
			}
		}

		private void RPC_FromOtherClientConfigSync(long sender, ZPackage package)
		{
			HandleConfigSyncRPC(sender, package, clientUpdate: true);
		}

		private bool HandleConfigSyncRPC(long sender, ZPackage package, bool clientUpdate)
		{
			//IL_0076: Unknown result type (might be due to invalid IL or missing references)
			//IL_007d: Expected O, but got Unknown
			//IL_0250: Unknown result type (might be due to invalid IL or missing references)
			//IL_0257: Expected O, but got Unknown
			//IL_01ea: Unknown result type (might be due to invalid IL or missing references)
			//IL_01f1: Expected O, but got Unknown
			try
			{
				if (isServer && IsLocked)
				{
					ZRpc currentRpc = SnatchCurrentlyHandlingRPC.currentRpc;
					object obj;
					if (currentRpc == null)
					{
						obj = null;
					}
					else
					{
						ISocket socket = currentRpc.GetSocket();
						obj = ((socket != null) ? socket.GetHostName() : null);
					}
					string text = (string)obj;
					if (text != null)
					{
						MethodInfo methodInfo = AccessTools.DeclaredMethod(typeof(ZNet), "ListContainsId", (Type[])null, (Type[])null);
						SyncedList val = (SyncedList)AccessTools.DeclaredField(typeof(ZNet), "m_adminList").GetValue(ZNet.instance);
						if (!(((object)methodInfo == null) ? val.Contains(text) : ((bool)methodInfo.Invoke(ZNet.instance, new object[2] { val, text }))))
						{
							return false;
						}
					}
				}
				cacheExpirations.RemoveAll(([<b0ec366c-b3b7-489f-80fd-cb438f6feb50>Nullable(new byte[] { 0, 1 })] KeyValuePair<long, string> kv) =>
				{
					if (kv.Key < DateTimeOffset.Now.Ticks)
					{
						configValueCache.Remove(kv.Value);
						return true;
					}
					return false;
				});
				byte b = package.ReadByte();
				if ((b & 2) != 0)
				{
					long num = package.ReadLong();
					string text2 = sender.ToString() + num;
					if (!configValueCache.TryGetValue(text2, out var value))
					{
						value = new SortedDictionary<int, byte[]>();
						configValueCache[text2] = value;
						cacheExpirations.Add(new KeyValuePair<long, string>(DateTimeOffset.Now.AddSeconds(60.0).Ticks, text2));
					}
					int key = package.ReadInt();
					int num2 = package.ReadInt();
					value.Add(key, package.ReadByteArray());
					if (value.Count < num2)
					{
						return false;
					}
					configValueCache.Remove(text2);
					package = new ZPackage(value.Values.SelectMany([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (byte[] a) => a).ToArray());
					b = package.ReadByte();
				}
				ProcessingServerUpdate = true;
				if ((b & 4) != 0)
				{
					byte[] buffer = package.ReadByteArray();
					MemoryStream stream = new MemoryStream(buffer);
					MemoryStream memoryStream = new MemoryStream();
					using (DeflateStream deflateStream = new DeflateStream(stream, CompressionMode.Decompress))
					{
						deflateStream.CopyTo(memoryStream);
					}
					package = new ZPackage(memoryStream.ToArray());
					b = package.ReadByte();
				}
				if ((b & 1) == 0)
				{
					resetConfigsFromServer();
				}
				ParsedConfigs parsedConfigs = ReadConfigsFromPackage(package);
				ConfigFile val2 = null;
				bool saveOnConfigSet = false;
				foreach (KeyValuePair<OwnConfigEntryBase, object> configValue in parsedConfigs.configValues)
				{
					if (!isServer && configValue.Key.LocalBaseValue == null)
					{
						configValue.Key.LocalBaseValue = configValue.Key.BaseConfig.BoxedValue;
					}
					if (val2 == null)
					{
						val2 = configValue.Key.BaseConfig.ConfigFile;
						saveOnConfigSet = val2.SaveOnConfigSet;
						val2.SaveOnConfigSet = false;
					}
					configValue.Key.BaseConfig.BoxedValue = configValue.Value;
				}
				if (val2 != null)
				{
					val2.SaveOnConfigSet = saveOnConfigSet;
					val2.Save();
				}
				foreach (KeyValuePair<CustomSyncedValueBase, object> customValue in parsedConfigs.customValues)
				{
					if (!isServer)
					{
						CustomSyncedValueBase key2 = customValue.Key;
						if (key2.LocalBaseValue == null)
						{
							key2.LocalBaseValue = customValue.Key.BoxedValue;
						}
					}
					customValue.Key.BoxedValue = customValue.Value;
				}
				Debug.Log((object)string.Format("Received {0} configs and {1} custom values from {2} for mod {3}", parsedConfigs.configValues.Count, parsedConfigs.customValues.Count, (isServer || clientUpdate) ? $"client {sender}" : "the server", DisplayName ?? Name));
				if (!isServer)
				{
					serverLockedSettingChanged();
				}
				return true;
			}
			finally
			{
				ProcessingServerUpdate = false;
			}
		}

		private ParsedConfigs ReadConfigsFromPackage(ZPackage package)
		{
			ParsedConfigs parsedConfigs = new ParsedConfigs();
			Dictionary<string, OwnConfigEntryBase> dictionary = allConfigs.Where([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (OwnConfigEntryBase c) => c.SynchronizedConfig).ToDictionary([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (OwnConfigEntryBase c) => c.BaseConfig.Definition.Section + "_" + c.BaseConfig.Definition.Key, [<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (OwnConfigEntryBase c) => c);
			Dictionary<string, CustomSyncedValueBase> dictionary2 = allCustomValues.ToDictionary([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (CustomSyncedValueBase c) => c.Identifier, [<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (CustomSyncedValueBase c) => c);
			int num = package.ReadInt();
			for (int num2 = 0; num2 < num; num2++)
			{
				string text = package.ReadString();
				string text2 = package.ReadString();
				string text3 = package.ReadString();
				Type type = Type.GetType(text3);
				if (text3 == "" || type != null)
				{
					object obj;
					try
					{
						obj = ((text3 == "") ? null : ReadValueWithTypeFromZPackage(package, type));
					}
					catch (InvalidDeserializationTypeException ex)
					{
						Debug.LogWarning((object)("Got unexpected struct internal type " + ex.received + " for field " + ex.field + " struct " + text3 + " for " + text2 + " in section " + text + " for mod " + (DisplayName ?? Name) + ", expecting " + ex.expected));
						continue;
					}
					OwnConfigEntryBase value2;
					if (text == "Internal")
					{
						CustomSyncedValueBase value;
						if (text2 == "serverversion")
						{
							if (obj?.ToString() != CurrentVersion)
							{
								Debug.LogWarning((object)("Received server version is not equal: server version = " + (obj?.ToString() ?? "null") + "; local version = " + (CurrentVersion ?? "unknown")));
							}
						}
						else if (text2 == "lockexempt")
						{
							if (obj is bool flag)
							{
								lockExempt = flag;
							}
						}
						else if (dictionary2.TryGetValue(text2, out value))
						{
							if ((text3 == "" && (!value.Type.IsValueType || Nullable.GetUnderlyingType(value.Type) != null)) || GetZPackageTypeString(value.Type) == text3)
							{
								parsedConfigs.customValues[value] = obj;
								continue;
							}
							Debug.LogWarning((object)("Got unexpected type " + text3 + " for internal value " + text2 + " for mod " + (DisplayName ?? Name) + ", expecting " + value.Type.AssemblyQualifiedName));
						}
					}
					else if (dictionary.TryGetValue(text + "_" + text2, out value2))
					{
						Type type2 = configType(value2.BaseConfig);
						if ((text3 == "" && (!type2.IsValueType || Nullable.GetUnderlyingType(type2) != null)) || GetZPackageTypeString(type2) == text3)
						{
							parsedConfigs.configValues[value2] = obj;
							continue;
						}
						Debug.LogWarning((object)("Got unexpected type " + text3 + " for " + text2 + " in section " + text + " for mod " + (DisplayName ?? Name) + ", expecting " + type2.AssemblyQualifiedName));
					}
					else
					{
						Debug.LogWarning((object)("Received unknown config entry " + text2 + " in section " + text + " for mod " + (DisplayName ?? Name) + ". This may happen if client and server versions of the mod do not match."));
					}
					continue;
				}
				Debug.LogWarning((object)("Got invalid type " + text3 + ", abort reading of received configs"));
				return new ParsedConfigs();
			}
			return parsedConfigs;
		}

		private static bool isWritableConfig(OwnConfigEntryBase config)
		{
			ConfigSync configSync = configSyncs.FirstOrDefault([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (ConfigSync cs) => cs.allConfigs.Contains(config));
			if (configSync == null)
			{
				return true;
			}
			return configSync.IsSourceOfTruth || !config.SynchronizedConfig || config.LocalBaseValue == null || (!configSync.IsLocked && (config != configSync.lockedConfig || lockExempt));
		}

		private void serverLockedSettingChanged()
		{
			foreach (OwnConfigEntryBase allConfig in allConfigs)
			{
				configAttribute<ConfigurationManagerAttributes>(allConfig.BaseConfig).ReadOnly = !isWritableConfig(allConfig);
			}
		}

		private void resetConfigsFromServer()
		{
			ConfigFile val = null;
			bool saveOnConfigSet = false;
			foreach (OwnConfigEntryBase item in allConfigs.Where([<7fd4d6ab-a41e-4933-9340-1c744f329afd>NullableContext(0)] (OwnConfigEntryBase config) => config.LocalBaseValue != null))
			{
				if (val == null)
				{
					val = item.BaseConfig.ConfigFile;
					saveOnConfigSet = val.SaveOnConfigSet;
					val.SaveOnConfigSet = false;
				}
				item.BaseConfig.BoxedValue = item