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