This commit is contained in:
parent
01e9f62ea7
commit
3a83575bac
2 changed files with 16 additions and 3 deletions
|
@ -54,6 +54,9 @@ public:
|
|||
virtual void enter(class CPlayerModeBase *_playerMode);
|
||||
virtual void think(class CPlayerModeBase *_playerMode);
|
||||
|
||||
private:
|
||||
int m_bounceOffFloor;
|
||||
|
||||
};
|
||||
|
||||
class CPlayerStateButtBounceUp : public CPlayerState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue