mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +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
|
||
|
};
|