Updated on 2026-08-14
This commit is contained in:
parent
288b966313
commit
297439b27c
7 changed files with 18 additions and 0 deletions
|
|
@ -85,6 +85,12 @@ internal enum class Wallet2CobrandImage(
|
|||
batchIds = setOf("AF32"),
|
||||
),
|
||||
|
||||
GetsMine(
|
||||
cards2ResId = R.drawable.ill_gets_mine_card2_120_106,
|
||||
cards3ResId = R.drawable.ill_gets_mine_card3_120_106,
|
||||
batchIds = setOf("BB000008"),
|
||||
),
|
||||
|
||||
Grim(
|
||||
cards2ResId = R.drawable.ill_grim_card2_120_106,
|
||||
cards3ResId = R.drawable.ill_grim_card3_120_106,
|
||||
|
|
@ -194,6 +200,12 @@ internal enum class Wallet2CobrandImage(
|
|||
batchIds = setOf("AF07"),
|
||||
),
|
||||
|
||||
USA(
|
||||
cards2ResId = R.drawable.ill_usa_card2_120_106,
|
||||
cards3ResId = R.drawable.ill_usa_card3_120_106,
|
||||
batchIds = setOf("AF91"),
|
||||
),
|
||||
|
||||
VeChain(
|
||||
cards2ResId = R.drawable.ill_vechain_card2_120_106,
|
||||
cards3ResId = R.drawable.ill_vechain_card3_120_106,
|
||||
|
|
@ -218,4 +230,10 @@ internal enum class Wallet2CobrandImage(
|
|||
cards3ResId = R.drawable.ill_white_card3_120_106,
|
||||
batchIds = setOf("AF15"),
|
||||
),
|
||||
|
||||
Winter(
|
||||
cards2ResId = R.drawable.ill_winter_card2_120_106,
|
||||
cards3ResId = R.drawable.ill_winter_card3_120_106,
|
||||
batchIds = setOf("AF85", "AF86", "AF87", "AF99"),
|
||||
),
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Loading…
Add table
Add a link
Reference in a new issue