public void RefreshCounter(TryToShowNotificationEvent e, Node any, [JoinAll] GoldBoxItemNode gold, [JoinAll] SingleNode <GoldBoxesShopTabComponent> shopNode) { shopNode.component.UserBoxCount.text = gold.userItemCounter.Count.ToString(); }
public void GetCounter(NodeAddedEvent e, SingleNode <GoldBoxesShopTabComponent> shopNode, [JoinAll] GoldBoxItemNode gold) { shopNode.component.UserBoxCount.text = gold.userItemCounter.Count.ToString(); }