Concord
Concord copied to clipboard
Add Entity:giveClone and Entity:ensureClone
This function would allow you to :give
or :ensure
a Component directly from another Entity. Meaning all the data would be cloned over.
The cloning mechanism would rely on :serialize
and :deserialize
methods for the Component being cloned over.