Skip to content

Commit

Permalink
Merge pull request #26 from missingems/Add-additional-frame-effect
Browse files Browse the repository at this point in the history
Added `enchantment`, `shatteredglass`, `upsidedowndfc` frame effects
  • Loading branch information
JacobHearst authored Nov 21, 2024
2 parents eeb71e9 + a0061cc commit 7e3ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ScryfallKit/Models/Card/Card+enums.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ extension Card {
case legendary, miracle, nyxtouched, draft, devoid, tombstone, colorshifted, inverted,
sunmoondfc, compasslanddfc, originpwdfc, mooneldrazidfc, waxingandwaningmoondfc, showcase,
extendedart, companion, etched, snow, lesson, convertdfc, fandfc, battle, gravestone, fullart,
vehicle, borderless, extended, spree, textless, unknown
vehicle, borderless, extended, spree, textless, unknown, enchantment, shatteredglass, upsidedowndfc

public init(from decoder: Decoder) throws {
self =
Expand Down

0 comments on commit 7e3ea0f

Please sign in to comment.