mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
Added atRTTI to CEventNetwork (#1399)
This commit is contained in:
parent
b388d46623
commit
f1895be28a
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "fwddec.hpp"
|
||||
#include "pointers.hpp"
|
||||
#include <base/atRTTI.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@ -539,7 +540,7 @@ namespace rage
|
||||
class CEventNetwork
|
||||
{
|
||||
public:
|
||||
virtual ~CEventNetwork() = default;//0x0000 (0)
|
||||
DEFINE_RAGE_RTTI(rage::CEventNetwork);
|
||||
virtual void unk_0008() = 0; //0x0008 (1)
|
||||
virtual void unk_0010() = 0; //0x0010 (2)
|
||||
virtual eEventNetworkType get_type() = 0; //0x0018 (3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user