lucaspoffo / renet

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

Fix Bevy sets #126

Closed Shatur closed 7 months ago

Shatur commented 7 months 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 7 months ago

Whoops! Sorry about that :) This looks correct!

lucaspoffo commented 7 months ago

Thanks!