Henauxg / bevy_quinnet

A Client/Server game networking plugin using QUIC, for the Bevy game engine.
Apache License 2.0
233 stars 14 forks source link

[client] expose connection ids in connection events #5

Closed zheilbron closed 1 year ago

zheilbron commented 1 year ago

Make the ConnectionId visible from client connection events.

Henauxg commented 1 year ago

Thank you 👍