Beispiel #1
0
 public GameObject GetGame(string resourcePath)
 {
     return(gameFactory.GetItem(resourcePath));
 }
Beispiel #2
0
 public GameObject GetUI(string resourcePath)
 {
     return(uiFactory.GetItem(resourcePath));
 }