Add roll sharing feature over the WebSocket.

This commit is contained in:
Thomas Andres Gomez 2024-11-09 22:57:26 +01:00
parent 0e5fee6771
commit f92922c228
17 changed files with 476 additions and 183 deletions

View file

@ -2,6 +2,7 @@
<resources>
<string name="main_page__create_action">Créer une feuille de personnage</string>
<string name="main_page__network_action">Configuration réseau</string>
<string name="main_page__roll_history_action">Consulter l'historique des lancés</string>
<string name="roll_page__critical_success">Réussite critique</string>
<string name="roll_page__special_success">Réussite spéciale</string>
@ -81,4 +82,6 @@
<string name="network__socket__type_server">Serveur</string>
<string name="network__socket__type_client">Client</string>
<string name="network__socket__type_none">Aucun</string>
<string name="roll_history__title">Historique des lancés</string>
</resources>