amethyst/legion

Is there way to push entities with dynamic components?

AcrylicShrimp opened this issue · 0 comments

Hi all! I want to push an entity, but I don't know what components will be exists, because it can be known on runtime.

So currently I'm just creating an empty entity and push components on it.

Is there better way to do? Thank you!