mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
feat(CItemInfo): Added
This commit is contained in:
parent
cacab970b3
commit
30b6dc851c
12
CItemInfo.hpp
Normal file
12
CItemInfo.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
class CItemInfo
|
||||
{
|
||||
public:
|
||||
char pad_0000[16]; //0x0000
|
||||
uint32_t m_name; //0x0010
|
||||
uint32_t m_model; //0x0014
|
||||
uint32_t m_audio; //0x0018
|
||||
uint32_t m_slot; //0x001C
|
||||
}; //Size: 0x0020
|
||||
static_assert(sizeof(CItemInfo) == 0x20);
|
Loading…
Reference in New Issue
Block a user