mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add Conan Exiles support.
This commit is contained in:
parent
1145a064a9
commit
f11a50a415
4 changed files with 20 additions and 2 deletions
|
|
@ -34,6 +34,17 @@ game_query_mod!(
|
|||
Engine::new(366_090),
|
||||
27004
|
||||
);
|
||||
game_query_mod!(
|
||||
conanexiles,
|
||||
"Conan Exiles",
|
||||
Engine::new(440_900),
|
||||
27015,
|
||||
GatheringSettings {
|
||||
players: false,
|
||||
rules: true,
|
||||
check_app_id: true,
|
||||
}
|
||||
);
|
||||
game_query_mod!(
|
||||
counterstrike,
|
||||
"Counter-Strike",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue