技能系统 初步搭建,下步 伤害系统

This commit is contained in:
2025-02-03 01:07:56 +08:00
parent 2e53786aa0
commit 5536428125
15 changed files with 465 additions and 846 deletions

View File

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