Type Definition netcode::UdpClient [] [src]

type UdpClient = Client<UdpSocket, ()>;

UDP based netcode client.