work on physics begun

This commit is contained in:
2026-03-03 00:51:04 +02:00
parent 0dc8f1b36f
commit 02898d62c0
10 changed files with 132 additions and 388 deletions

View File

@@ -16,6 +16,9 @@ public:
void Think( float fDelta );
float m_fTimer;
int m_bIsShooting;
float m_fFBWalkingDirection;
float m_fLRWalkingDirection;
};
#endif