Files
GoblinRaid/.vscode/launch.json
Caleb Sandford deQuincey 1972134c81 Start AI COntroller
2025-10-28 17:26:07 +00:00

10 lines
178 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}