Exemplo n.º 1
0
 public void PushGame(string itemName, GameObject itemGo)
 {
     gameFactory.PushItem(itemName, itemGo);
 }
Exemplo n.º 2
0
 public void PushUI(string itemName, GameObject itemGo)
 {
     uiFactory.PushItem(itemName, itemGo);
 }