Initial version.

This commit is contained in:
2026-03-31 20:53:14 +01:00
parent d01c682544
commit f069812d13
30 changed files with 3312 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace WalleyeFix
{
public static class MyPluginInfo
{
public const string PLUGIN_GUID = "WalleyeFix";
public const string PLUGIN_NAME = "My first plugin";
public const string PLUGIN_VERSION = "1.0.0";
}
}