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 PCB v1.0.0
plugins/TouhouBoomboxPCB.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 TouhouBoomboxPCB; [BepInPlugin("cutyimodo.TouhouBoomboxPCB", "Touhou Boombox PCB", "1.0.0")] [BepInDependency("ImoutoSama.PersonalBoombox", "1.1.0")] public class TouhouBoomboxPCBPlugin : BaseUnityPlugin { private const string modGUID = "cutyimodo.TouhouBoomboxPCB"; private const string modName = "Touhou Boombox PCB"; private const string modVersion = "1.0.0"; private void Awake() { ((BaseUnityPlugin)this).Logger.LogInfo((object)"Plugin Touhou Boombox PCB v1.0.0 loaded!"); RequestData val = PersonalBoomboxPlugin.AddFromAssemblyDll(Assembly.GetExecutingAssembly().Location); } }