mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
12 lines
132 B
C++
12 lines
132 B
C++
#pragma once
|
|
#include "ObfVar.hpp"
|
|
|
|
namespace rage
|
|
{
|
|
class RageSecurity
|
|
{
|
|
public:
|
|
Obf32 m_lastRun;
|
|
Obf32 m_interval;
|
|
};
|
|
} |