Decompiled source of Badgers Sosig Clothing Modpack v1.1.1

Badgers_Sosig_Clothing_Modpack.dll

Decompiled 3 months ago
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security;
using System.Security.Permissions;
using BepInEx;
using BepInEx.Logging;
using HarmonyLib;
using OtherLoader;

[assembly: Debuggable(DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("0.0.0.0")]
[module: UnverifiableCode]
namespace WickedBadger.Badgers_Sosig_Clothing_Modpack;

[BepInPlugin("WickedBadger.Badgers_Sosig_Clothing_Modpack", "Badgers_Sosig_Clothing_Modpack", "1.1.1")]
[BepInProcess("h3vr.exe")]
[Description("Built with MeatKit")]
[BepInDependency("h3vr.otherloader", "1.3.0")]
public class Badgers_Sosig_Clothing_ModpackPlugin : BaseUnityPlugin
{
	private static readonly string BasePath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);

	internal static ManualLogSource Logger;

	private void Awake()
	{
		Logger = ((BaseUnityPlugin)this).Logger;
		LoadAssets();
	}

	private void LoadAssets()
	{
		Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly(), "WickedBadger.Badgers_Sosig_Clothing_Modpack");
		OtherLoader.RegisterDirectLoad(BasePath, "WickedBadger.Badgers_Sosig_Clothing_Modpack", "", "", "badger_mg_heavy,badger_mg_light,badger_specops,badger_nvgs,badger_mg_arctic,badger_mg_chemwar", "");
	}
}