Decompiled source of Chameleon Giants Standalone v1.0.1

plugins/Chameleon_Giants_Standalone/Chameleon_Giants_Standalone.dll

Decompiled 2 months 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[123]
		{
			0, 0, 0, 1, 0, 0, 0, 115, 92, 65,
			115, 115, 101, 116, 115, 92, 67, 104, 97, 109,
			101, 108, 101, 111, 110, 95, 71, 105, 97, 110,
			116, 115, 95, 83, 116, 97, 110, 100, 97, 108,
			111, 110, 101, 83, 116, 97, 103, 105, 110, 103,
			92, 112, 108, 117, 103, 105, 110, 115, 92, 67,
			104, 97, 109, 101, 108, 101, 111, 110, 95, 71,
			105, 97, 110, 116, 115, 95, 83, 116, 97, 110,
			100, 97, 108, 111, 110, 101, 92, 67, 104, 97,
			109, 101, 108, 101, 111, 110, 95, 71, 105, 97,
			110, 116, 115, 95, 83, 116, 97, 110, 100, 97,
			108, 111, 110, 101, 80, 108, 117, 103, 105, 110,
			46, 99, 115
		};
		result.TypesData = new byte[96]
		{
			0, 0, 0, 0, 91, 74, 97, 99, 107, 100,
			101, 68, 101, 115, 116, 114, 111, 121, 101, 114,
			46, 76, 101, 116, 104, 97, 108, 67, 111, 109,
			112, 97, 110, 121, 46, 67, 104, 97, 109, 101,
			108, 101, 111, 110, 95, 71, 105, 97, 110, 116,
			115, 95, 83, 116, 97, 110, 100, 97, 108, 111,
			110, 101, 124, 67, 104, 97, 109, 101, 108, 101,
			111, 110, 95, 71, 105, 97, 110, 116, 115, 95,
			83, 116, 97, 110, 100, 97, 108, 111, 110, 101,
			80, 108, 117, 103, 105, 110
		};
		result.TotalFiles = 1;
		result.TotalTypes = 1;
		result.IsEditorOnly = false;
		return result;
	}
}
namespace JackdeDestroyer.LethalCompany.Chameleon_Giants_Standalone;

[BepInPlugin("JackdeDestroyer.Chameleon_Giants_Standalone", "Chameleon_Giants_Standalone", "1.0.0")]
[BepInDependency(/*Could not decode attribute arguments.*/)]
public class Chameleon_Giants_StandalonePlugin : BaseUnityPlugin
{
	public const string modGUID = "JackdeDestroyer.Chameleon_Giants_Standalone";

	public const string modName = "Chameleon_Giants_Standalone";

	public const string modVersion = "1.0.0";

	private void Awake()
	{
		AssetBundle obj = AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AssetBundles/JackdeDestroyer_Chameleon_Giants_Standalone_SkinAssets"));
		EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<ForestKeeperSkin>("Assets/EnemySkins/Labrinthia Skins/ForestKeeperSkin.asset"));
		EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<ForestKeeperSkin>("Assets/EnemySkins/Labrinthia Skins/ForestKeeperSkin 1.asset"));
	}
}