feat(PlayerStruct): Added net_player property

This commit is contained in:
Yimura 2021-07-26 21:21:00 +02:00
parent 12050657ec
commit 6e238479a6

View File

@ -1,4 +1,5 @@
#pragma once
#include "gta/player.hpp"
#ifndef PLAYER_STRUCT
#define PLAYER_STRUCT
@ -13,6 +14,8 @@ namespace big
bool is_friend = false;
bool is_online = false;
CNetGamePlayer* net_player;
bool operator < (const CPlayer& another) const
{
char temp[20], temp2[20];