naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
878 stars 58 forks source link

Bevy adapter parity with core Naia crates #166

Open connorcarpenter opened 1 year ago

connorcarpenter commented 1 year ago

There are some methods that are exposed in the Naia Server/Client structs that are NOT exposed in the Bevy adapters. Server.rtt() and Server.jitter() being among them. Should do an audit and make sure no others slipped through the cracks.