Bendzae / bevy_replicon_snap

High-level networking library that extends the bevy_replicon library to allow snapshot interpolation and client-side prediction
MIT License
23 stars 10 forks source link

Get rid of custom traits and use Serde #3

Closed xentripetal closed 12 months ago

xentripetal commented 1 year ago

From what I can tell, it is unnecessary to have custom Ser/De traits. This removes them in place of standard serde, same as replicon.

Bendzae commented 12 months ago

You're right thanks!