mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Game] Add Frontlines: Fuel of War support. (#31)
* [Game] Add initial files * [Game] Initial support * [Game] Add response struct * [Game] Add query_with_timeout * [Game] FFOW: Added some doc comments
This commit is contained in:
parent
786da81ea5
commit
348147b415
7 changed files with 248 additions and 122 deletions
|
|
@ -42,6 +42,8 @@ pub mod dods;
|
|||
pub mod doi;
|
||||
/// Don't Starve Together
|
||||
pub mod dst;
|
||||
/// Frontlines: Fuel of War
|
||||
pub mod ffow;
|
||||
/// Garry's Mod
|
||||
pub mod gm;
|
||||
/// Half-Life 2 Deathmatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue