Ejemplo n.º 1
0
 public GameObject GetGame(string resourcePath)
 {
     return(gameFactory.GetItem(resourcePath));
 }
Ejemplo n.º 2
0
 public GameObject GetUI(string resourcePath)
 {
     return(uiFactory.GetItem(resourcePath));
 }