mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Added Alien Swarm and Alien Swamr: Reactive Drop support
This commit is contained in:
parent
e8cbe7b9f5
commit
a5bdd05c24
7 changed files with 297 additions and 96 deletions
|
|
@ -1,12 +1,25 @@
|
|||
|
||||
//! Currently supported games.
|
||||
|
||||
/// Team Fortress 2
|
||||
pub mod tf2;
|
||||
/// The Ship
|
||||
pub mod ts;
|
||||
/// Counter-Strike: Global Offensive
|
||||
pub mod csgo;
|
||||
/// Counter-Strike: Source
|
||||
pub mod css;
|
||||
/// Day of Defeat: Source
|
||||
pub mod dods;
|
||||
/// Garry's Mod
|
||||
pub mod gm;
|
||||
/// Left 4 Dead
|
||||
pub mod l4d;
|
||||
/// Left 4 Dead 2
|
||||
pub mod l4d2;
|
||||
/// Half-Life 2 Deathmatch
|
||||
pub mod hl2dm;
|
||||
/// Alien Swarm
|
||||
pub mod aliens;
|
||||
/// Alien Swarm: Reactive Drop
|
||||
pub mod asrd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue