mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
make scrNativeRegistrationTable class members public (#159)
This commit is contained in:
parent
5a2ef4d55e
commit
057df5ceda
@ -8,9 +8,10 @@ namespace rage
|
|||||||
{
|
{
|
||||||
class scrNativeRegistrationTable
|
class scrNativeRegistrationTable
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
scrNativeRegistration *m_entries[0xFF];
|
scrNativeRegistration *m_entries[0xFF];
|
||||||
std::uint32_t m_unk;
|
std::uint32_t m_unk;
|
||||||
bool m_initialized;
|
bool m_initialized;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
Loading…
Reference in New Issue
Block a user