Veritius / bevy_stardust

A flexible networking crate for Bevy.
Apache License 2.0
36 stars 0 forks source link

Get an Arc<ChannelRegistry> after plugin finish #23

Closed Veritius closed 4 months ago

Veritius commented 4 months ago

It'd be useful for async implementations of things to be able to get a pointer to the ChannelRegistry. It's not like it can change after plugin initialisation anyway.