eco: Add generic impls

This commit is contained in:
Douile 2024-01-26 17:51:32 +00:00
parent 723f2f5a06
commit d7aee90c25
No known key found for this signature in database
GPG key ID: E048586A5FF6585C
4 changed files with 37 additions and 1 deletions

View file

@ -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)),
};