Files
Unity-MazeRunner-Pathfindin…/.vscode/launch.json
Bobby Rafael df18c63766 Initial commit
2025-04-29 19:52:06 +07:00

10 lines
178 B
JSON

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