Initial commit

This commit is contained in:
Tyfon
2024-04-18 16:22:45 -07:00
commit b39959230d
10 changed files with 729 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>