mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
48e08bdd05
commit
b0da7f8b0f
@ -13,7 +13,7 @@ public class NetworkClient
|
|||||||
|
|
||||||
public readonly Dictionary<short, NetworkMessageDelegate> handlers = new Dictionary<short, NetworkMessageDelegate>();
|
public readonly Dictionary<short, NetworkMessageDelegate> handlers = new Dictionary<short, NetworkMessageDelegate>();
|
||||||
|
|
||||||
public NetworkConnection connection { get; protected set; } = null;
|
public NetworkConnection connection { get; protected set; }
|
||||||
|
|
||||||
protected enum ConnectState
|
protected enum ConnectState
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user