add mwr to game list (h1)

This commit is contained in:
RaidMax 2022-06-07 12:10:39 -05:00
parent b690579154
commit ab494a22cb
2 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,8 @@
T6 = 7,
T7 = 8,
SHG1 = 9,
CSGO = 10
CSGO = 10,
H1 = 11
}
public enum ConnectionType
@ -24,4 +25,4 @@
Disconnect
}
}
}
}

View File

@ -33,7 +33,8 @@ namespace SharedLibraryCore
T6 = 7,
T7 = 8,
SHG1 = 9,
CSGO = 10
CSGO = 10,
H1 = 11
}
// only here for performance