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