feat(ttt): added draw status in ttt match history

This commit is contained in:
Maix0 2026-01-07 00:16:39 +01:00 committed by Maix0
parent 830f251537
commit f87a991441
7 changed files with 36 additions and 17 deletions

View file

@ -2013,7 +2013,8 @@
"enum": [
"winX",
"winO",
"other"
"other",
"draw"
]
}
}