feat(GTA/Enums): Added other gamestates
This commit is contained in:
parent
2f7b8d425b
commit
8247370a72
@ -3,7 +3,13 @@
|
||||
|
||||
enum class eGameState : std::uint32_t
|
||||
{
|
||||
Playing = 0
|
||||
Playing,
|
||||
Died,
|
||||
Arrested,
|
||||
FailedMission,
|
||||
LeftGame,
|
||||
Respawn,
|
||||
InMPCutScene
|
||||
};
|
||||
|
||||
constexpr auto MAX_PLAYERS = 32;
|
||||
|
Reference in New Issue
Block a user