mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
12 lines
164 B
C++
12 lines
164 B
C++
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
class CTunables
|
||
|
{
|
||
|
public:
|
||
|
char pad_0000[112]; //0x0000
|
||
|
uint64_t m_bPtr; //0x0070
|
||
|
uint16_t m_bCount; //0x0078
|
||
|
}; //Size: 0x007A
|