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

Add ChannelMode comments #196

Open dubrowgn opened 2 months ago

dubrowgn commented 2 months ago

This basically just adds descriptions of ChannelMode from https://github.com/naia-lib/naia/issues/181.

Note: This was originally opened in https://github.com/naia-lib/naia/pull/191, but I wanted to move the source branch to a feature branch.