mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-11 15:56:29 +02:00
Add jackpot
This commit is contained in:
20
luckydiamond/src/mocks/JackpotNumbers.js
Normal file
20
luckydiamond/src/mocks/JackpotNumbers.js
Normal file
@@ -0,0 +1,20 @@
|
||||
export default [
|
||||
{
|
||||
diamonds: 1,
|
||||
},
|
||||
{
|
||||
diamonds: 5,
|
||||
},
|
||||
{
|
||||
diamonds: 10,
|
||||
},
|
||||
{
|
||||
diamonds: 50,
|
||||
},
|
||||
{
|
||||
diamonds: 100,
|
||||
},
|
||||
{
|
||||
diamonds: 'max',
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user