mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
Fixed eThreadState. (#186)
This commit is contained in:
parent
3f5df576ad
commit
b8edb83d66
@ -7,11 +7,10 @@ namespace rage
|
||||
{
|
||||
enum class eThreadState : std::uint32_t
|
||||
{
|
||||
idle,
|
||||
running,
|
||||
idle,
|
||||
killed,
|
||||
unk_3,
|
||||
unk_4,
|
||||
paused
|
||||
};
|
||||
|
||||
class scrThreadContext
|
||||
|
Loading…
Reference in New Issue
Block a user