public GameObjectFactory(ComponentService componentService)
 {
     _componentService = componentService;
 }
Beispiel #2
0
 public MonoBehaviourFactory(ComponentService componentService)
 {
     _componentService = componentService;
 }