lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
685 stars 68 forks source link

Fix Bevy sets #126

Closed Shatur closed 1 year ago

Shatur commented 1 year ago

Looks like in #119 the author forgot to add client systems to these sets. Required to abstract transports properly. Also the description of RenetReceive and RenetSend says that they work for both client and server.

OleStrohm commented 1 year ago

Whoops! Sorry about that :) This looks correct!

lucaspoffo commented 1 year ago

Thanks!