Half-Life Deathmatch: Source support.

This commit is contained in:
CosminPerRam 2022-11-28 21:33:09 +02:00
parent 663fb6a66e
commit d671bb0310
6 changed files with 20 additions and 1 deletions

View file

@ -55,3 +55,5 @@ pub mod cs;
pub mod arma2oa;
/// Day of Infamy
pub mod doi;
/// Half-Life Deathmatch: Source
pub mod hldms;