using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using BepInEx; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: AssemblyTitle("Landoria.LandoriaModPack")] [assembly: AssemblyDescription("Installs the Landoria modpack dependencies.")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Landoria.LandoriaModPack")] [assembly: AssemblyCopyright("Copyright © 2026")] [assembly: ComVisible(false)] [assembly: Guid("BD9DB129-FFA6-414E-95AD-10EA8CE362C4")] [assembly: AssemblyFileVersion("1.0.0")] [assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] [assembly: AssemblyVersion("1.0.0.17824")] namespace Landoria.LandoriaModPack; [BepInPlugin("Landoria.LandoriaModPack", "Landoria.LandoriaModPack", "1.0.0")] public sealed class LandoriaModPackPlugin : BaseUnityPlugin { private const string PluginGuid = "Landoria.LandoriaModPack"; private const string PluginName = "Landoria.LandoriaModPack"; private const string PluginVersion = "1.0.0"; }