mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed mocks/gamemode, added param players
This commit is contained in:
@@ -1,22 +1,27 @@
|
||||
export default [
|
||||
{
|
||||
id: 1,
|
||||
title: 'slots'
|
||||
title: 'slots',
|
||||
players: 0
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: 'double game'
|
||||
title: 'double game',
|
||||
players: 0
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: 'crash game'
|
||||
title: 'crash game',
|
||||
players: 0
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: 'jackpot game'
|
||||
title: 'jackpot game',
|
||||
players: 0
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: 'mines game'
|
||||
title: 'mines game',
|
||||
players: 0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user