mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +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',
|
type: 'Ranked',
|
||||||
name: 'FLEX 3vs3',
|
name: 'FLEX 3vs3',
|
||||||
},
|
},
|
||||||
|
700: {
|
||||||
|
type: 'Ranked',
|
||||||
|
name: 'CLASH',
|
||||||
|
},
|
||||||
800: {
|
800: {
|
||||||
type: 'Bot',
|
type: 'Bot',
|
||||||
name: '3v3 Co-op vs. AI (Intermediate)',
|
name: '3v3 Co-op vs. AI (Intermediate)',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue