Show / Hide Table of Contents

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

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾