Initial commit

This commit is contained in:
pan.codes 2024-05-02 19:07:58 +02:00
commit dda21d9297
15 changed files with 923 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>