sendPacket

abstract fun sendPacket(packet: Packet<out Any>)

Sends a packet through the UDP client.

Parameters

packet

The packet to send.