[Games] Add Warsow support.

This commit is contained in:
CosminPerRam 2023-06-27 01:15:04 +03:00
parent 58f7ff8aab
commit 0f9a10f2fb
6 changed files with 16 additions and 0 deletions

View file

@ -111,6 +111,8 @@ pub mod unturned;
pub mod ut;
/// V Rising
pub mod vr;
/// Warsow
pub mod warsow;
use crate::protocols::gamespy::GameSpyVersion;
use crate::protocols::quake::QuakeVersion;