Ejemplo n.º 1
0
 public void Subscribe(UnityAction <Inventory> action)
 {
     onInventoryUpdate.AddListener(action);
 }