controllers done i guess

This commit is contained in:
2026-06-15 16:11:55 +03:00
parent c51080a903
commit 900b12a6a6
14 changed files with 206 additions and 48 deletions

View File

@@ -27,10 +27,10 @@ private:
int m_rightHandId;
};
class CMOBAPlayerHandController: public CBaseModelEntity
class CMOBAPlayerHandController: public CBaseEntity
{
public:
DECLARE_CLASS(CMOBAPlayerHandController, CBaseModelEntity);
DECLARE_CLASS(CMOBAPlayerHandController, CBaseEntity);
DECLARE_DATADESC();
DECLARE_SERVERCLASS()
CMOBAPlayerHandController();