We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28a3a3 commit 1f07d1cCopy full SHA for 1f07d1c
Assets/BossRoom/Scripts/Client/UI/Lobby/LobbyUIMediator.cs
@@ -25,7 +25,6 @@ public class LobbyUIMediator : MonoBehaviour
25
NameGenerationData m_NameGenerationData;
26
GameNetPortal m_GameNetPortal;
27
ClientGameNetPortal m_ClientNetPortal;
28
- IPublisher<UnityServiceErrorMessage> m_UnityServiceErrorMessagePublisher;
29
30
[Inject]
31
void InjectDependenciesAndInitialize(
@@ -44,7 +43,6 @@ ClientGameNetPortal clientGameNetPortal
44
43
m_LocalLobby = localLobby;
45
m_GameNetPortal = gameNetPortal;
46
m_ClientNetPortal = clientGameNetPortal;
47
- m_UnityServiceErrorMessagePublisher = unityServiceErrorMessagePublisher;
48
49
RegenerateName();
50
0 commit comments