PluginSendEventCallback typedef

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

Implementation

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