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