WIP: implemented simple queue online matchmaking and refactored vs_info data handling #8

Manually merged
Dniel97 merged 23 commits from UncleJim/artemis:online into idac 2024-01-08 17:37:50 +00:00
Showing only changes of commit c0078b252f - Show all commits

View File

@ -6,6 +6,9 @@ class IDACConstants():
VER_IDAC_SEASON_1 = 0
VER_IDAC_SEASON_2 = 1
BATTLE_MODE_ONLINE = 0
BATTLE_MODE_OFFLINE = 1
VERSION_STRING = (
"Initial D THE ARCADE Season 1",
"Initial D THE ARCADE Season 2",