Interface HasCardCreationSideEffects

All Known Implementing Classes:
CatalogueSource, DeckCollectionSource, FormatCatalogueSource, GraveyardActorsSource, MinionsSource, SecretSource, SummonWithoutReplacementCardSource, UncollectibleCatalogueSource, UngoroPackRarityWeightedCardSource, UnweightedCatalogueSource

public interface HasCardCreationSideEffects
Indicates that this object creates cards as a side effect of its methods.

For example, a CatalogueSource creates cards, while a GraveyardCardsSource does not.

See Also: