Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Decompiled source of HSRChimeraDogs v1.0.0
plugins/HSRChimeraDogs/HSRChimeraDogs.dll
Decompiled 3 hours agousing 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() { return new MonoScriptData { FilePathsData = new byte[84] { 0, 0, 0, 1, 0, 0, 0, 76, 92, 65, 115, 115, 101, 116, 115, 92, 72, 83, 82, 67, 104, 105, 109, 101, 114, 97, 68, 111, 103, 115, 83, 116, 97, 103, 105, 110, 103, 92, 112, 108, 117, 103, 105, 110, 115, 92, 72, 83, 82, 67, 104, 105, 109, 101, 114, 97, 68, 111, 103, 115, 92, 72, 83, 82, 67, 104, 105, 109, 101, 114, 97, 68, 111, 103, 115, 80, 108, 117, 103, 105, 110, 46, 99, 115 }, TypesData = new byte[70] { 0, 0, 0, 0, 65, 67, 114, 97, 102, 116, 121, 95, 71, 108, 105, 116, 99, 104, 101, 115, 46, 76, 101, 116, 104, 97, 108, 67, 111, 109, 112, 97, 110, 121, 46, 72, 83, 82, 67, 104, 105, 109, 101, 114, 97, 68, 111, 103, 115, 124, 72, 83, 82, 67, 104, 105, 109, 101, 114, 97, 68, 111, 103, 115, 80, 108, 117, 103, 105, 110 }, TotalFiles = 1, TotalTypes = 1, IsEditorOnly = false }; } } namespace Crafty_Glitches.LethalCompany.HSRChimeraDogs; [BepInPlugin("Crafty_Glitches.HSRChimeraDogs", "HSRChimeraDogs", "1.0.0")] [BepInDependency(/*Could not decode attribute arguments.*/)] public class HSRChimeraDogsPlugin : BaseUnityPlugin { public const string modGUID = "Crafty_Glitches.HSRChimeraDogs"; public const string modName = "HSRChimeraDogs"; public const string modVersion = "1.0.0"; private void Awake() { AssetBundle obj = AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AssetBundles/Crafty_Glitches_HSRChimeraDogs_SkinAssets")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/fig stew/FigStewEyeless.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/AventurineDog/AventurineDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/BEAGLE COCONUT/BeagleCoconut.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/BLADE/BladeDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/BUBBLES/BubblesDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/ACHERON/AcheronDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/COMPLAINER/ComplainerDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/DAN HENG/DanHengDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/ROBIN/RobinDog.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<EyelessDogSkin>("Assets/CHIMERAS/SEELE/SeeleDog.asset")); } }