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