Justin Young
Justin Young
I personally don't use the ex import, i import each module independently. That being said, we should present a unified front in our documentation, and this is a key element...
before merging, would need documentation and testing updated, but its too early for that, i need people to look at this, IMHO its not a trivial change, although it doesn't...
@chrisk-7777 i don't hate that at all. I'm doing some research, because i'm trying to understand the patterns with implements Clonable, as the base Component class has clone on it........
that's a solid explanation, @chrisk-7777 . Thx,.... my only concern with forcing an implementation, is that i'm putting a 'default' serialize() and deserialize() on the component class, i suspect MOST...
I gonna re-attempt this concept tomorrow as a centralized 'serializer' for all of Ex as opposed to shoving this functionality into Entity and Components... getting a ton of circular arguements
Got the vitest spec file done tonight and pushed to the PR