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