Veritius / bevy_stardust

A flexible networking crate for Bevy.
Apache License 2.0
41 stars 1 forks source link

Local iterator for NetworkReader #19

Closed Veritius closed 6 months ago

Veritius commented 7 months ago

Currently, NetworkReader returns an iterator object storing state in itself. Instead, it could be better if the param kept a counter instead, and you could just call next or something.