Delegate NetworkManager.CoroutineHandler
Delegate for receiving ZPackages .
Gets called inside a .
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public delegate IEnumerator CoroutineHandler(long sender, ZPackage package);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | sender | Sender ID of the package |
| ZPackage | package | Package sent |
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |