mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add abiotic factor support (#563)
This commit is contained in:
parent
0d4189a8ff
commit
f52f9b2322
3 changed files with 10 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue