public GameObject GetGame(string resourcePath) { return(gameFactory.GetItem(resourcePath)); }
public GameObject GetUI(string resourcePath) { return(uiFactory.GetItem(resourcePath)); }