renet
renet copied to clipboard
add: impl `Reflect` on `ClientId`
This optionally implements Reflect
on the ClientId
type.
I'll want this (eventually) when I begin serialising my scenes, since I believe bevy relies on Reflect
(not necessarily Serialise
and Deserialise
) but I might be wrong.
Additionally, I'd find it very useful for it to implement Component
. I'll make a PR shortly.
#140