mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
add SC TV SessionType (#410)
This commit is contained in:
parent
1ef205d0a5
commit
3c9f0dfcd9
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user