mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkClient.OnDataReceived made static
This commit is contained in:
parent
42bceb25d9
commit
60083ff72d
@ -92,7 +92,7 @@ void OnDisconnected()
|
||||
connection?.InvokeHandler(new DisconnectMessage());
|
||||
}
|
||||
|
||||
protected void OnDataReceived(byte[] data)
|
||||
internal static void OnDataReceived(byte[] data)
|
||||
{
|
||||
if (connection != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user