mirror of
https://github.com/Tribufu/rust-gamedig
synced 2026-08-19 11:51:05 +00:00
eco: Add generic impls
This commit is contained in:
parent
723f2f5a06
commit
d7aee90c25
4 changed files with 37 additions and 1 deletions
|
|
@ -120,4 +120,5 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
|
|||
"redorchestra" => game!("Red Orchestra", 7759, Protocol::Unreal2),
|
||||
"unrealtournament2003" => game!("Unreal Tournament 2003", 7758, Protocol::Unreal2),
|
||||
"unrealtournament2004" => game!("Unreal Tournament 2004", 7778, Protocol::Unreal2),
|
||||
"eco" => game!("Eco", 3000, Protocol::PROPRIETARY(ProprietaryProtocol::Eco)),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue