different stuff in physics

This commit is contained in:
2026-03-29 19:38:17 +03:00
parent b56d85f95d
commit 79ceac1005
8 changed files with 223 additions and 18 deletions
+4
View File
@@ -10,10 +10,14 @@ public:
DECLARE_DATADESC();
DECLARE_SERVERCLASS()
CMOBAPlayer();
virtual ~CMOBAPlayer();
virtual void Spawn( void ) override;
void Think( float fDelta );
private:
Vector m_vMovementVector = {};
HShape m_hCuboid = NULL;
};
#endif