Add charlie to point calculation
Jenkins Production Deployment

This commit is contained in:
2022-09-15 15:43:29 +02:00
parent 6d2c750a58
commit e8165727de
2 changed files with 19 additions and 3 deletions
+1
View File
@@ -10,4 +10,5 @@ export interface Player {
hadTrumpHandoff?: boolean;
team?: Team;
foxesCaught?: number;
wonLastTrickWithCharlie?: boolean;
}