Files
Unlock-All/obj/Debug/netstandard2.1/MyPluginInfo.cs
2026-03-31 20:57:22 +01:00

10 lines
261 B
C#

namespace UnlockAll
{
public static class MyPluginInfo
{
public const string PLUGIN_GUID = "UnlockAllRecipes";
public const string PLUGIN_NAME = "Unlock All Recipes";
public const string PLUGIN_VERSION = "1.0.0";
}
}