mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 12:16:13 +08:00
Update c_baseentity.h
This commit is contained in:
@ -251,26 +251,4 @@ public:
|
|||||||
NETVAR2(GetBombSite, "DT_PlantedC4", "m_nBombSite", unsigned);
|
NETVAR2(GetBombSite, "DT_PlantedC4", "m_nBombSite", unsigned);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
class CColliderable
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
|
|
||||||
Vector& OBBMins()
|
|
||||||
{
|
|
||||||
using OriginalFn = Vector& (__thiscall* )(void*);
|
|
||||||
return getvfunc<OriginalFn>(this, 1)(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
Vector& OBBMaxs()
|
|
||||||
{
|
|
||||||
typedef Vector&(__thiscall* OriginalFn)(void*);
|
|
||||||
return getvfunc<OriginalFn>(this, 2)(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user