feat: add FOUNDRY support (#585)

* feat: add FOUNDRY support

* add pr
This commit is contained in:
CosminPerRam 2024-07-07 23:28:33 +03:00 committed by GitHub
parent 8a968c006c
commit 38229cde3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View file

@ -1221,6 +1221,14 @@ export const games = {
protocol: 'valve'
}
},
foundry: {
name: 'FOUNDRY',
release_year: 2024,
options: {
port: 27015,
protocol: 'valve'
}
},
fortressforever: {
name: 'Fortress Forever',
release_year: 2007,