feat(games): add zombie panic: source support

This commit is contained in:
CosminPerRam 2024-01-11 01:48:05 +02:00
parent b248a7661e
commit a3bc8b79e5
4 changed files with 4 additions and 0 deletions

View file

@ -148,3 +148,4 @@ game_query_mod!(
}
);
game_query_mod!(vrising, "V Rising", Engine::new(1_604_030), 27016);
game_query_mod!(zps, "Zombie Panic: Source", Engine::new(17_500), 27015);