mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Add comments
This commit is contained in:
parent
b82f4a1f34
commit
9077cc7fd7
@ -39,6 +39,7 @@ public abstract class Transport : MonoBehaviour
|
||||
/// <summary>
|
||||
/// Notify subscribers when this client receive data from the server
|
||||
/// </summary>
|
||||
// Note: we provide channelId for NetworkDiagnostics.
|
||||
[HideInInspector] public ClientDataReceivedEvent OnClientDataReceived = new ClientDataReceivedEvent();
|
||||
|
||||
/// <summary>
|
||||
@ -109,6 +110,7 @@ public virtual void ClientConnect(Uri uri)
|
||||
/// <summary>
|
||||
/// Notify subscribers when this server receives data from the client
|
||||
/// </summary>
|
||||
// Note: we provide channelId for NetworkDiagnostics.
|
||||
[HideInInspector] public ServerDataReceivedEvent OnServerDataReceived = new ServerDataReceivedEvent();
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user