mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add clash gamemode
This commit is contained in:
parent
cb3997529d
commit
81661f3e93
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ export const gameModes = {
|
|||
type: 'Ranked',
|
||||
name: 'FLEX 3vs3',
|
||||
},
|
||||
700: {
|
||||
type: 'Ranked',
|
||||
name: 'CLASH',
|
||||
},
|
||||
800: {
|
||||
type: 'Bot',
|
||||
name: '3v3 Co-op vs. AI (Intermediate)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue