This commit is contained in:
syuilo
2017-10-08 04:13:38 +09:00
parent c14f946bd4
commit e05144b93e
2 changed files with 10 additions and 1 deletions

View File

@@ -275,4 +275,6 @@ export function ai(color: string, othello: Othello) {
}
}
}
think();
}