Event OnClientConnectedCallback
The callback to invoke once a client connects. This callback is only ran on the server and on the local client that connects.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public event Action<ulong> OnClientConnectedCallback
Returns
| Type | Description |
|---|---|
| Action<ulong> |