impl basic player state machine (#198)

This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent a7d857c9e4
commit bfc0c43aa7
5 changed files with 206 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,