mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
8 lines
151 B
C++
8 lines
151 B
C++
#pragma once
|
|
#include "scriptHandler.hpp"
|
|
|
|
class CGameScriptHandler : public rage::scriptHandler
|
|
{
|
|
public:
|
|
CGameScriptId m_script_id;// 0x60
|
|
}; |