mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkClient.SetHandlers made static
This commit is contained in:
parent
180d3f8cf4
commit
558e1d8754
@ -46,7 +46,7 @@ public NetworkClient()
|
||||
singleton = this;
|
||||
}
|
||||
|
||||
internal void SetHandlers(NetworkConnection conn)
|
||||
internal static void SetHandlers(NetworkConnection conn)
|
||||
{
|
||||
conn.SetHandlers(handlers);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user