Added Insurgency and Insurgency: Sandstorm implementation.

This commit is contained in:
cosminperram 2022-10-22 19:25:54 +03:00
parent 14abf3d1ab
commit 83bbd5d428
8 changed files with 210 additions and 12 deletions

View file

@ -146,6 +146,10 @@ pub enum App {
TS = 2400,
/// Garry's Mod
GM = 4000,
/// Insurgency
INS = 222880,
/// Insurgency: Sandstorm
INSS = 581320,
/// Alien Swarm: Reactive Drop
ASRD = 563560,
}