add SC TV SessionType (#410)

This commit is contained in:
Aure7138 2022-08-13 17:19:41 +08:00 committed by GitHub
parent c0e1ab6a24
commit fc403483f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace big
{ eSessionType::SOLO, "Solo Session" },
{ eSessionType::INVITE_ONLY, "Invite Only Session" },
{ eSessionType::JOIN_CREW, "Join Crew Session" },
{ eSessionType::SC_TV, "SC TV" },
{ eSessionType::LEAVE_ONLINE, "Leave GTA Online" }
};
}

View File

@ -179,6 +179,7 @@ namespace big
SOLO,
INVITE_ONLY,
JOIN_CREW,
SC_TV,
LEAVE_ONLINE = -1
};