Initial Commit

This commit is contained in:
2026-03-31 20:57:22 +01:00
parent 3ef83b7790
commit 4177dd357e
53 changed files with 3598 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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";
}
}