This commit is contained in:
parent
13b2fbf0a8
commit
c59ef39aa0
17 changed files with 366 additions and 910 deletions
|
@ -35,8 +35,8 @@
|
|||
class CPlayerStateRun : public CPlayerState
|
||||
{
|
||||
public:
|
||||
void enter(class CPlayer *_player);
|
||||
void think(class CPlayer *_player);
|
||||
void enter(class CPlayerModeBasic *_playerMode);
|
||||
void think(class CPlayerModeBasic *_playerMode);
|
||||
|
||||
private:
|
||||
int m_numberOfTimeAnimHasLooped;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue