Skip to content

Commit

Permalink
Add 'case' card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHearst committed Jan 21, 2024
1 parent 5244335 commit c7f2731
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 @@ -125,7 +125,7 @@ extension Card {
///
/// [Scryfall documentation](https://scryfall.com/docs/api/layouts)
public enum Layout: String, CaseIterable, Codable, Sendable {
case normal, split, flip, transform, meld, leveler, saga, adventure, planar, scheme, vanguard, token, emblem, augment, host, `class`, battle, unknown
case normal, split, flip, transform, meld, leveler, saga, adventure, planar, scheme, vanguard, token, emblem, augment, host, `class`, battle, `case`, unknown
case modalDfc = "modal_dfc"
case doubleSided = "double_sided"
case doubleFacedToken = "double_faced_token"
Expand Down

0 comments on commit c7f2731

Please sign in to comment.