Initial commit

This commit is contained in:
pan.codes 2024-05-02 19:23:12 +02:00
commit ccbde43d83
5 changed files with 469 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>