This commit is contained in:
2026-03-22 04:23:33 +01:00
commit d7e08f8850
18 changed files with 1314 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}/WolfTamingExtras/WolfTamingExtras.csproj"
}
]
}