9 lines
193 B
C++
9 lines
193 B
C++
class C_BasePlayer : public C_BaseEntity
|
|
{
|
|
public:
|
|
inline static CTFPlayerShared &shared_(IClientEntity *self)
|
|
{
|
|
return *((CTFPlayerShared *) (unsigned(self) + 6092));
|
|
}
|
|
};
|