mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
refator: copy cli into mono
This commit is contained in:
parent
66ae3c296e
commit
80f6b87991
63 changed files with 244 additions and 34 deletions
9
crates/lib/src/games/gamespy.rs
Normal file
9
crates/lib/src/games/gamespy.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//! 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue