diff --git a/ModInfo.cs b/ModInfo.cs new file mode 100644 index 0000000..408f317 --- /dev/null +++ b/ModInfo.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace VMM +{ + internal class ModInfo + { + public const string Name = "VigilModManager"; + public const string Version = "1.0.0"; + public const string Author = "Exil_S"; + public const string DownloadLink = ""; + } +}