mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-29 01:01:11 +00:00
7 lines
163 B
C#
7 lines
163 B
C#
namespace WeModPatcher
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string RepositoryUrl = "https://github.com/k1tbyte/Wemod-Patcher";
|
|
}
|
|
} |