Closed ActuallyHappening closed 2 weeks ago
Additionally, I'd find it very useful for it to implement Component
. I'll make a PR shortly.
I changed ClientId back to u64. Mostly because ease of integration, there is always a derive that everyone needs. In the end a u64 simplifies this.
This optionally implements
Reflect
on theClientId
type. I'll want this (eventually) when I begin serialising my scenes, since I believe bevy relies onReflect
(not necessarilySerialise
andDeserialise
) but I might be wrong.