Exemplo n.º 1
0
 void ShouldBeActive(EventMysteryBoxBought eventMysteryBoxBought)
 {
     button.interactable = mysteryBoxInventory.Owned > 0;
 }
Exemplo n.º 2
0
 void OnLootBoxPurchased(EventMysteryBoxBought eventMysteryBoxBought) => UpdateLootBoxAmount();