예제 #1
0
 void ShouldBeActive(EventMysteryBoxBought eventMysteryBoxBought)
 {
     button.interactable = mysteryBoxInventory.Owned > 0;
 }
예제 #2
0
 void OnLootBoxPurchased(EventMysteryBoxBought eventMysteryBoxBought) => UpdateLootBoxAmount();