main
liutk 2024-07-08 22:01:04 +08:00
parent f2b05925e4
commit 2463ed69bb
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ enum Score: string
case LOSE24 = '2:4';
case LOSE25 = '2:5';
case LOSE_OTHER = '负其他';
case WIN = '胜';
case DRAW = '平';
case LOSE = '负';
public static function options()
{