mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
9 lines
384 B
Rust
9 lines
384 B
Rust
//! Gamespy game query modules
|
|
|
|
use crate::protocols::gamespy::game_query_mod;
|
|
|
|
game_query_mod!(battlefield1942, "Battlefield 1942", one, 23000);
|
|
game_query_mod!(crysiswars, "Crysis Wars", three, 64100);
|
|
game_query_mod!(hce, "Halo: Combat Evolved", two, 2302);
|
|
game_query_mod!(serioussam, "Serious Sam", one, 25601);
|
|
game_query_mod!(unrealtournament, "Unreal Tournament", one, 7778);
|