Message when everyone is verified

This commit is contained in:
Frank
2026-01-08 15:34:43 +01:00
parent e4976e51fa
commit e42966e618
5 changed files with 70 additions and 4 deletions

View File

@@ -21,4 +21,5 @@ enum SessionSettingType: string
case VERIFICATION_PROGRESS_FOR_PLAYER1 = 'VerificationProgressForPlayer1';
case VERIFICATION_PROGRESS_FOR_PLAYER2 = 'VerificationProgressForPlayer2';
case VERIFICATION_PROGRESS_FOR_PLAYER3 = 'VerificationProgressForPlayer3';
case EVERYONE_VERIFIED = 'EveryoneVerified';
}