Update Project and ModInfo

This commit is contained in:
Exil Productions
2025-11-11 17:03:38 +01:00
parent 6138ce080e
commit a4ca3b18d5
3 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ using VMM.ModRegistry.Settings;
using VMM.ModRegistry.Settings.Types;
using VMM.UI;
[assembly: MelonInfo(typeof(VMM.Core), ModInfo.Name, ModInfo.Version, ModInfo.Author, null)]
[assembly: MelonInfo(typeof(VMM.Core), ModInfo.Name, ModInfo.Version, ModInfo.Author, ModInfo.DownloadLink)]
[assembly: MelonGame("Singularity Studios", "Vigil")]
namespace VMM