mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: add Renegade X support (#643)
This commit is contained in:
parent
b3947164d3
commit
fe9d4f2cfc
7 changed files with 266 additions and 2 deletions
|
|
@ -2400,6 +2400,13 @@ export const games = {
|
|||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
renegade10: {
|
||||
name: 'Renegade X',
|
||||
release_year: 2014,
|
||||
options: {
|
||||
protocol: 'renegadex'
|
||||
}
|
||||
},
|
||||
rdr2r: {
|
||||
name: 'Red Dead Redemption 2 - RedM',
|
||||
release_year: 2018,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue