mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-08 12:07:19 -05:00
12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
// List of card strings to be removed
|
|
// [
|
|
// "Card Name 1",
|
|
// "Card Name 2"
|
|
// ]
|
|
// Case-sensitive
|
|
|
|
[
|
|
"Sunset Pyramid (TO DELETE)",
|
|
"Thoughtseize"
|
|
]
|