722 B
722 B
NetworkingManager.ConnectedClients Property
Gets a dictionary of connected clients
Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<int, NetworkedClient> ConnectedClients { get; }
Property Value
Type: Dictionary(Int32, NetworkedClient)