Decompiled source of NosferatuBracken v0.1.4

plugins/NosferatuBracken/NosferatuBracken.dll

Decompiled 3 weeks ago
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using AntlerShed.EnemySkinKit.Vanilla;
using AntlerShed.SkinRegistry;
using BepInEx;
using UnityEngine;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyVersion("0.0.0.0")]
[CompilerGenerated]
[EditorBrowsable(EditorBrowsableState.Never)]
[GeneratedCode("Unity.MonoScriptGenerator.MonoScriptInfoGenerator", null)]
internal class UnitySourceGeneratedAssemblyMonoScriptTypes_v1
{
	private struct MonoScriptData
	{
		public byte[] FilePathsData;

		public byte[] TypesData;

		public int TotalTypes;

		public int TotalFiles;

		public bool IsEditorOnly;
	}

	[MethodImpl(MethodImplOptions.AggressiveInlining)]
	private static MonoScriptData Get()
	{
		MonoScriptData result = default(MonoScriptData);
		result.FilePathsData = new byte[90]
		{
			0, 0, 0, 1, 0, 0, 0, 82, 92, 65,
			115, 115, 101, 116, 115, 92, 78, 111, 115, 102,
			101, 114, 97, 116, 117, 66, 114, 97, 99, 107,
			101, 110, 83, 116, 97, 103, 105, 110, 103, 92,
			112, 108, 117, 103, 105, 110, 115, 92, 78, 111,
			115, 102, 101, 114, 97, 116, 117, 66, 114, 97,
			99, 107, 101, 110, 92, 78, 111, 115, 102, 101,
			114, 97, 116, 117, 66, 114, 97, 99, 107, 101,
			110, 80, 108, 117, 103, 105, 110, 46, 99, 115
		};
		result.TypesData = new byte[69]
		{
			0, 0, 0, 0, 64, 121, 100, 114, 101, 100,
			115, 111, 120, 57, 51, 46, 76, 101, 116, 104,
			97, 108, 67, 111, 109, 112, 97, 110, 121, 46,
			78, 111, 115, 102, 101, 114, 97, 116, 117, 66,
			114, 97, 99, 107, 101, 110, 124, 78, 111, 115,
			102, 101, 114, 97, 116, 117, 66, 114, 97, 99,
			107, 101, 110, 80, 108, 117, 103, 105, 110
		};
		result.TotalFiles = 1;
		result.TotalTypes = 1;
		result.IsEditorOnly = false;
		return result;
	}
}
namespace ydredsox93.LethalCompany.NosferatuBracken;

[BepInPlugin("ydredsox93.lethalcompany.nosferatubracken", "NosferatuBracken", "0.1.4")]
[BepInDependency(/*Could not decode attribute arguments.*/)]
public class NosferatuBrackenPlugin : BaseUnityPlugin
{
	public const string modGUID = "ydredsox93.lethalcompany.nosferatubracken";

	public const string modName = "NosferatuBracken";

	public const string modVersion = "0.1.4";

	private void Awake()
	{
		EnemySkinRegistry.RegisterSkin((Skin)(object)AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AssetBundles/ydredsox93_NosferatuBracken_SkinAssets")).LoadAsset<BrackenSkin>("Assets/MyStuff/BrackenSkin.asset"));
	}
}