Add public room discovery
This commit is contained in:
parent
59ef173ea7
commit
e204279b09
16 changed files with 857 additions and 22 deletions
|
|
@ -277,6 +277,7 @@ func setup(
|
|||
reservations: PlayerAssetReservationService,
|
||||
network_profile_service: NetworkProfileService,
|
||||
network_player_list: NetworkPlayerListService,
|
||||
discovery: DiscoveryClient,
|
||||
settings_manager: PlayerSettingsManagerType,
|
||||
surface_drawing: NetworkSurfaceDrawingService,
|
||||
art_unlocks: PlayerArtUnlocks,
|
||||
|
|
@ -372,6 +373,7 @@ func setup(
|
|||
reservations,
|
||||
network_profile_service,
|
||||
network_player_list,
|
||||
discovery,
|
||||
player_jobs,
|
||||
world_time,
|
||||
world_environment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue