renet icon indicating copy to clipboard operation
renet copied to clipboard

add: impl `Reflect` on `ClientId`

Open ActuallyHappening opened this issue 1 year ago • 2 comments

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.

ActuallyHappening avatar Dec 05 '23 03:12 ActuallyHappening

Additionally, I'd find it very useful for it to implement Component. I'll make a PR shortly.

sylv256 avatar Jan 03 '24 00:01 sylv256

#140

sylv256 avatar Jan 03 '24 02:01 sylv256