mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
add TODO
This commit is contained in:
parent
23722ce828
commit
b9027737c8
@ -12,6 +12,8 @@ public abstract class NetworkConnection
|
||||
// NetworkIdentities that this connection can see
|
||||
internal readonly HashSet<NetworkIdentity> observing = new HashSet<NetworkIdentity>();
|
||||
|
||||
// TODO this is NetworkServer.handlers on server and NetworkClient.handlers on client.
|
||||
// maybe use them directly. avoid extra state.
|
||||
Dictionary<int, NetworkMessageDelegate> messageHandlers;
|
||||
|
||||
/// <summary>Unique identifier for this connection that is assigned by the transport layer.</summary>
|
||||
|
Loading…
Reference in New Issue
Block a user