mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkClient.OnDisconnected made static
This commit is contained in:
parent
60083ff72d
commit
461ba0b036
@ -83,7 +83,7 @@ void OnError(Exception exception)
|
||||
Debug.LogException(exception);
|
||||
}
|
||||
|
||||
void OnDisconnected()
|
||||
static void OnDisconnected()
|
||||
{
|
||||
connectState = ConnectState.Disconnected;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user