Skip to content

Commit 67e2fbe

Browse files
committed
cleanup
1 parent 991bd90 commit 67e2fbe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/BossRoom/Scripts/Gameplay/ConnectionManagement/ConnectionManager.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ public void ChangeState(ConnectionStateType newState)
104104
m_Logics[m_CurrentState].Enter();
105105
}
106106

107-
public void InstantiateGameState()
108-
{
109-
110-
}
111-
112107
void OnClientDisconnectCallback(ulong clientId)
113108
{
114109
m_Logics[m_CurrentState].OnClientDisconnect(clientId);

0 commit comments

Comments
 (0)