mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 09:43:11 +08:00
refactor(Hooks): Swapped net_event_struct with CNetworkIncrementStatEvent
This commit is contained in:
@ -202,6 +202,6 @@ class CNetworkIncrementStatEvent : public rage::netGameEvent
|
||||
{
|
||||
public:
|
||||
Hash m_stat; // 0x30
|
||||
std::uint32_t m_ammount; // 0x34
|
||||
std::uint32_t m_amount; // 0x34
|
||||
};
|
||||
#pragma pack(pop)
|
Reference in New Issue
Block a user