feat: add support for swiftplay (#90)

This commit is contained in:
Francesco Monti 2025-02-11 13:46:30 +01:00 committed by GitHub
parent 926b73689e
commit ed3f0ad0a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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