Still new to Articy. I have templates which I wish to include in my entity. Is there any way to create a new sub-entity when adding this inside of an entity?
Entities: A, B, C
Add C to A
Add C to B
I wish for A and B to hold different initializations of the C Entity (not overwhelm my interface and not reference the same Entity)
I figure Entities are just initializations of classes? I wish add a class inside of another class instead of just adding a reference.
Thanks