Merge branch 'master' into trainer

This commit is contained in:
noobpwnftw
2020-09-09 08:43:12 +08:00
17 changed files with 640 additions and 94 deletions
+1
View File
@@ -48,6 +48,7 @@ struct Stack {
int statScore;
int moveCount;
bool inCheck;
bool ttPv;
};