Initial commit

This commit is contained in:
gamer147
2024-09-08 10:32:52 -04:00
commit f22cc19bfc
12 changed files with 600 additions and 0 deletions

6
NuGet.Config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
</packageSources>
</configuration>