15 lines
323 B
C#
15 lines
323 B
C#
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 = "";
|
|
}
|
|
}
|