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 Thumper Has a Pet Yipee v0.0.9
plugins/Thumper_Has_a_Pet_Yipee/Thumper_Has_A_Pet_Yipee.dll
Decompiled a year 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() { MonoScriptData result = default(MonoScriptData); result.FilePathsData = new byte[111] { 0, 0, 0, 1, 0, 0, 0, 103, 92, 65, 115, 115, 101, 116, 115, 92, 84, 104, 117, 109, 112, 101, 114, 95, 72, 97, 115, 95, 97, 95, 80, 101, 116, 95, 89, 105, 112, 101, 101, 83, 116, 97, 103, 105, 110, 103, 92, 112, 108, 117, 103, 105, 110, 115, 92, 84, 104, 117, 109, 112, 101, 114, 95, 72, 97, 115, 95, 97, 95, 80, 101, 116, 95, 89, 105, 112, 101, 101, 92, 84, 104, 117, 109, 112, 101, 114, 95, 72, 97, 115, 95, 65, 95, 80, 101, 116, 95, 89, 105, 112, 101, 101, 80, 108, 117, 103, 105, 110, 46, 99, 115 }; result.TypesData = new byte[85] { 0, 0, 0, 0, 80, 97, 108, 111, 97, 102, 111, 102, 98, 114, 101, 97, 100, 46, 76, 101, 116, 104, 97, 108, 67, 111, 109, 112, 97, 110, 121, 46, 84, 104, 117, 109, 112, 101, 114, 95, 72, 97, 115, 95, 65, 95, 80, 101, 116, 95, 89, 105, 112, 101, 101, 124, 84, 104, 117, 109, 112, 101, 114, 95, 72, 97, 115, 95, 65, 95, 80, 101, 116, 95, 89, 105, 112, 101, 101, 80, 108, 117, 103, 105, 110 }; result.TotalFiles = 1; result.TotalTypes = 1; result.IsEditorOnly = false; return result; } } namespace aloafofbread.LethalCompany.Thumper_Has_A_Pet_Yipee; [BepInPlugin("aloafofbread.YipeeWahh", "Thumper_Has_a_Pet_Yipee", "0.0.9")] [BepInDependency(/*Could not decode attribute arguments.*/)] public class Thumper_Has_A_Pet_YipeePlugin : BaseUnityPlugin { public const string modGUID = "aloafofbread.YipeeWahh"; public const string modName = "Thumper_Has_a_Pet_Yipee"; public const string modVersion = "0.0.9"; private void Awake() { AssetBundle obj = AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AssetBundles/aloafofbread_Thumper_Has_a_Pet_Yipee_SkinAssets")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<ThumperSkin>("Assets/YipeeThumper/YipeeThumper/Angryyipee.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<ThumperSkin>("Assets/YipeeThumper/YipeeThumper/OGyipee.asset")); EnemySkinRegistry.RegisterSkin((Skin)(object)obj.LoadAsset<ThumperSkin>("Assets/YipeeThumper/YipeeThumper/hoorayyipee.asset")); } }