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