This commit is contained in:
2026-03-18 00:07:23 +01:00
commit 897c5a80e1
13 changed files with 372 additions and 0 deletions

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Vintage Story Client",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/ButterflyPins/ButterflyPins/ButterflyPins.csproj"
}
]
}