cBournhonesque / lightyear

A networking library to make multiplayer games for the Bevy game engine
https://cbournhonesque.github.io/lightyear/book
Apache License 2.0
498 stars 51 forks source link

Expose and document `SerializeFns` #654

Closed philpax closed 1 month ago

philpax commented 1 month ago

While trying to use register_component_serialize_fns, I noticed that SerializeFns was not exposed. I've fixed this and also added some basic comments to explain its use.