Previous question: link
In my application I have three layers:
- Data (Entities and Data Access Objects)
- Model (Managers)
- Presentation (Views)
How can I setup Game Object Context
that Model layer
will include all Data layer
dependencies and Presentation
layer will include all Model
&Data layers
dependencies?
Is there any way to set parent component for Game Object Context
?