mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Merge branch 'main' into feat/cli
This commit is contained in:
commit
963040fb84
28 changed files with 1071 additions and 348 deletions
10
crates/lib/src/games/unreal2.rs
Normal file
10
crates/lib/src/games/unreal2.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//! Unreal2 game query modules
|
||||
|
||||
use crate::protocols::unreal2::game_query_mod;
|
||||
|
||||
game_query_mod!(darkesthour, "Darkest Hour: Europe '44-'45 (2008)", 7758);
|
||||
game_query_mod!(devastation, "Devastation (2003)", 7778);
|
||||
game_query_mod!(killingfloor, "Killing Floor", 7708);
|
||||
game_query_mod!(redorchestra, "Red Orchestra", 7759);
|
||||
game_query_mod!(ut2003, "Unreal Tournament 2003", 7758);
|
||||
game_query_mod!(ut2004, "Unreal Tournament 2004", 7778);
|
||||
Loading…
Add table
Add a link
Reference in a new issue