feat(network): add selectable privacy-preserving discovery

This commit is contained in:
Alexander Sellite 2026-09-01 10:21:26 -04:00
parent 9cf0c8fc9c
commit 4d31fd1517
26 changed files with 959 additions and 153 deletions

View file

@ -67,7 +67,7 @@ signal new_slot_requested(
duplicate_source_slot_id: String,
)
signal quit_requested
signal join_game_requested(endpoint: String)
signal join_game_requested(route: ConnectionRoute)
enum ConfirmationAction {
NONE,