Example #1
0
 public void OnCardDiedEvent()
 {
     PlayerState.AddHealth(definition.cost);
     Destroy(gameObject); // To destroy the card
 }