feat: add support for swiftplay

This commit is contained in:
Lothindir 2025-02-11 09:28:56 +01:00
parent 926b73689e
commit 1eb53f8baf
No known key found for this signature in database
GPG key ID: D1D89A656C5787C0

View file

@ -37,6 +37,10 @@ export const gameModes = {
type: 'Ranked',
name: 'FLEX 3vs3',
},
480: {
type: 'Normal',
name: 'Swiftplay',
},
490: {
type: 'Normal',
name: 'QUICKPLAY',