Abstract base class for enchantment logic applied to cards. Implement this class to define how a card is modified or enhanced by an enchantment. More...
Public Member Functions | |
| Card | EnchantCard (Card card) |
| Applies the enchantment logic to the specified card and returns the modified card. | |
Properties | |
| Card | Card [get, set] |
| Type | CardLogicTarget [get] |
| Gets the type of the card logic that this instance targets. | |
Abstract base class for enchantment logic applied to cards. Implement this class to define how a card is modified or enhanced by an enchantment.
Applies the enchantment logic to the specified card and returns the modified card.
| card | The card to enchant. |