mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Move up SDTD Steam ID
This commit is contained in:
parent
649dfd81ed
commit
bdaa1c4f64
1 changed files with 2 additions and 2 deletions
|
|
@ -181,6 +181,8 @@ pub enum SteamID {
|
||||||
INS = 222880,
|
INS = 222880,
|
||||||
/// Sven Co-op
|
/// Sven Co-op
|
||||||
SC = 225840,
|
SC = 225840,
|
||||||
|
/// 7 Days To Die
|
||||||
|
SDTD = 251570,
|
||||||
/// Rust
|
/// Rust
|
||||||
RUST = 252490,
|
RUST = 252490,
|
||||||
/// Don't Starve Together
|
/// Don't Starve Together
|
||||||
|
|
@ -193,8 +195,6 @@ pub enum SteamID {
|
||||||
DOI = 447820,
|
DOI = 447820,
|
||||||
/// The Forrest
|
/// The Forrest
|
||||||
TF = 556450, //this is the id for the dedicated server, for the game its 242760
|
TF = 556450, //this is the id for the dedicated server, for the game its 242760
|
||||||
/// 7 Days To Die
|
|
||||||
SDTD = 251570,
|
|
||||||
/// Unturned
|
/// Unturned
|
||||||
UNTURNED = 304930,
|
UNTURNED = 304930,
|
||||||
/// ARK: Survival Evolved
|
/// ARK: Survival Evolved
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue