mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[Game] Add Creativerse support.
This commit is contained in:
parent
89d69c1176
commit
76a3ac2f78
7 changed files with 84 additions and 56 deletions
|
|
@ -255,6 +255,8 @@ impl Request {
|
|||
pub enum SteamApp {
|
||||
/// Counter-Strike
|
||||
CS,
|
||||
/// Creativerse
|
||||
CREATIVERSE,
|
||||
/// Team Fortress Classic
|
||||
TFC,
|
||||
/// Day of Defeat
|
||||
|
|
@ -361,6 +363,7 @@ impl SteamApp {
|
|||
Self::INS => Engine::new_source(222_880),
|
||||
Self::SDTD => Engine::new_source(251_570),
|
||||
Self::RUST => Engine::new_source(252_490),
|
||||
Self::CREATIVERSE => Engine::new_source(280_790),
|
||||
Self::BO => Engine::new_source(296_300),
|
||||
Self::DST => Engine::new_source(322_320),
|
||||
Self::BB2 => Engine::new_source(346_330),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue