Created a dashboard and created an invite code for game sessions.

This commit is contained in:
Frank
2026-01-06 17:42:06 +01:00
parent 49045bc696
commit 56590a901f
8 changed files with 303 additions and 7 deletions

View File

@@ -10,4 +10,5 @@ enum SessionSettingType: string
case RIGHTS_FOR_PLAYER1 = 'RightsForPlayer1';
case RIGHTS_FOR_PLAYER2 = 'RightsForPlayer2';
case RIGHTS_FOR_PLAYER3 = 'RightsForPlayer3';
case INVITE_CODE = 'InviteCode';
}