added keybind
This commit is contained in:
@@ -15,9 +15,18 @@ public:
|
||||
virtual void Spawn( void ) override;
|
||||
void Think( float fDelta );
|
||||
|
||||
bool m_bIsForward = 0;
|
||||
bool m_bIsBack = 0;
|
||||
bool m_bIsLeft = 0;
|
||||
bool m_bIsRight = 0;
|
||||
|
||||
int m_bIsShooting;
|
||||
float m_fFBWalkingDirection;
|
||||
float m_fLRWalkingDirection;
|
||||
|
||||
Vector m_vMovementVector;
|
||||
Vector m_vLocalMovementVector;
|
||||
Vector vCameraPos;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user