add mwr to game list (h1)
This commit is contained in:
parent
b690579154
commit
ab494a22cb
@ -15,7 +15,8 @@
|
|||||||
T6 = 7,
|
T6 = 7,
|
||||||
T7 = 8,
|
T7 = 8,
|
||||||
SHG1 = 9,
|
SHG1 = 9,
|
||||||
CSGO = 10
|
CSGO = 10,
|
||||||
|
H1 = 11
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ConnectionType
|
public enum ConnectionType
|
||||||
|
@ -33,7 +33,8 @@ namespace SharedLibraryCore
|
|||||||
T6 = 7,
|
T6 = 7,
|
||||||
T7 = 8,
|
T7 = 8,
|
||||||
SHG1 = 9,
|
SHG1 = 9,
|
||||||
CSGO = 10
|
CSGO = 10,
|
||||||
|
H1 = 11
|
||||||
}
|
}
|
||||||
|
|
||||||
// only here for performance
|
// only here for performance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user