Files
Wand-Enhancer/WeModPatcher/Constants.cs
T
2025-03-21 23:35:16 +02:00

7 lines
163 B
C#

namespace WeModPatcher
{
public static class Constants
{
public const string RepositoryUrl = "https://github.com/k1tbyte/Wemod-Patcher";
}
}