Initial commit

This commit is contained in:
2026-01-31 17:53:59 +01:00
commit 94b0379e98
8 changed files with 211 additions and 0 deletions

10
Form1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace VRChat_YouTube_Workaround
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}