Add Console

不知道写了什么
This commit is contained in:
2025-02-04 15:05:05 +08:00
parent bc1c5d65ef
commit b5bfa877da
5 changed files with 912 additions and 5 deletions

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

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}