public GameObjectFactory(ComponentService componentService)
 {
     _componentService = componentService;
 }
Exemplo n.º 2
0
 public MonoBehaviourFactory(ComponentService componentService)
 {
     _componentService = componentService;
 }