Closed as not planned
Description
What problem does this solve or what need does it fill?
Being able to use preconfigured bundles as templates is something that I find very useful for flexible entity spawning strategies. In all cases so far, I havent had an issue calling clone
on any bundle, but for some reason TextBundle
does not drive Clone
. This makes it difficult to provide a preconfigured template bundle for re-use.
What solution would you like?
Simply derive(Clone)
on TextBundle
.
What alternative(s) have you considered?
N/A
Additional context
N/A