refactor(Hooks): Swapped net_event_struct with CNetworkIncrementStatEvent

This commit is contained in:
Yimura
2021-05-26 14:45:36 +02:00
parent 1150bddc2c
commit cc3faf92eb
3 changed files with 6 additions and 6 deletions

View File

@ -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)