Skip to content

Commit 2d5cd2a

Browse files
committed
Made ClientConnectingState's m_LocalLobby protected so it could be injected in ClientReconnectingState too
1 parent 30815f7 commit 2d5cd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/ConnectionManagement/ConnectionState/ClientConnectingState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ClientConnectingState : ConnectionState
2121
[Inject]
2222
protected LobbyServiceFacade m_LobbyServiceFacade;
2323
[Inject]
24-
LocalLobby m_LocalLobby;
24+
protected LocalLobby m_LocalLobby;
2525

2626
public override void Enter()
2727
{

0 commit comments

Comments
 (0)