initial plugin before git init

This commit is contained in:
Valentijn
2026-05-30 14:24:45 +02:00
commit d589d77934
21 changed files with 4114 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace LaunchConfirm
{
public static class MyPluginInfo
{
public const string PLUGIN_GUID = "HerpieDerpiee.LaunchConfirm";
public const string PLUGIN_NAME = "LaunchConfirm";
public const string PLUGIN_VERSION = "1.0.0";
}
}