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 TouhouBoombox EoSD v1.0.4
plugins/TouhouBoomboxEoSD.dll
Decompiled 2 months agousing System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using BepInEx; using PersonalBoombox; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyVersion("0.0.0.0")] namespace TouhouBoomboxEoSD; [BepInPlugin("cutyimodo.TouhouBoomboxEoSD", "Touhou Boombox EoSD", "1.0.0")] [BepInDependency("ImoutoSama.PersonalBoombox", "1.1.0")] public class TouhouBoomboxEoSDPlugin : BaseUnityPlugin { private const string modGUID = "cutyimodo.TouhouBoomboxEoSD"; private const string modName = "Touhou Boombox EoSD"; private const string modVersion = "1.0.0"; private void Awake() { ((BaseUnityPlugin)this).Logger.LogInfo((object)"Plugin Touhou Boombox EoSD v1.0.0 loaded!"); RequestData val = PersonalBoomboxPlugin.AddFromAssemblyDll(Assembly.GetExecutingAssembly().Location); } }