Update c_baseentity.h

This commit is contained in:
0TheSpy
2022-11-19 05:08:44 +03:00
committed by GitHub
parent 9f2ea72aef
commit d1452596d6

View File

@ -251,26 +251,4 @@ public:
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