PluginSendEventCallback typedef

PluginSendEventCallback = void Function(String, NetworkerPacket<PlayableWorldEvent>)

Implementation

typedef PluginSendEventCallback = void Function(
    String, NetworkerPacket<PlayableWorldEvent>);