feat: add abiotic factor support (#563)

This commit is contained in:
Rob Stivanson 2024-05-07 02:07:17 -07:00 committed by GitHub
parent 0d4189a8ff
commit f52f9b2322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,12 @@
export const games = {
abioticfactor: {
name: 'Abiotic Factor',
release_year: 2024,
options: {
port: 27015,
protocol: 'valve'
}
},
actionsource: {
name: 'Action: Source',
release_year: 2019,