mirror of
https://github.com/YimMenu/RDR-Classes.git
synced 2024-12-22 14:37:30 +08:00
11 lines
257 B
C++
11 lines
257 B
C++
|
#pragma once
|
||
|
#include "netPlayer.hpp"
|
||
|
|
||
|
class CPlayerInfo;
|
||
|
class CNetGamePlayer : public rage::netPlayer
|
||
|
{
|
||
|
public:
|
||
|
CPlayerInfo* m_PlayerInfo; //0x0128
|
||
|
char pad_0130[2432]; //0x0130
|
||
|
}; //Size: 0x0AB0
|
||
|
static_assert(sizeof(CNetGamePlayer) == 0xAB0);
|