add SC TV SessionType (#410)
This commit is contained in:
parent
c0e1ab6a24
commit
fc403483f7
@ -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" }
|
||||
};
|
||||
}
|
@ -179,6 +179,7 @@ namespace big
|
||||
SOLO,
|
||||
INVITE_ONLY,
|
||||
JOIN_CREW,
|
||||
SC_TV,
|
||||
LEAVE_ONLINE = -1
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user