impl basic player state machine (#198)

This commit is contained in:
yz-yu
2020-04-12 15:16:30 +08:00
committed by GitHub
parent c92978f4e8
commit 877e2ce958
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,