mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
Half-Life Deathmatch: Source support.
This commit is contained in:
parent
663fb6a66e
commit
d671bb0310
6 changed files with 20 additions and 1 deletions
|
|
@ -159,6 +159,8 @@ pub enum SteamID {
|
|||
DODS = 300,
|
||||
/// Half-Life 2 Deathmatch
|
||||
HL2DM = 320,
|
||||
/// Half-Life Deathmatch: Source
|
||||
HLDMS = 360,
|
||||
/// Team Fortress 2
|
||||
TF2 = 440,
|
||||
/// Left 4 Dead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue