伤害系统有问题,打算放弃

This commit is contained in:
2025-02-03 15:03:45 +08:00
parent 8f2612bda2
commit 060046a6a6
18 changed files with 549 additions and 112 deletions

View File

@@ -5,7 +5,7 @@
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"target": "es2016",
"lib": ["es2016", "dom"]
"target": "es2017",
"lib": ["es2017", "dom"]
}
}