This commit is contained in:
parent
904214167c
commit
cb8f318494
13 changed files with 128 additions and 121 deletions
|
@ -42,18 +42,16 @@ public:
|
|||
|
||||
virtual const struct PlayerMetrics *getPlayerMetrics();
|
||||
|
||||
virtual void setAnimNo(int _animNo);
|
||||
virtual void setAnimFrame(int _animFrame);
|
||||
|
||||
virtual int isInAttackState();
|
||||
|
||||
private:
|
||||
int canAttackFromThisState();
|
||||
|
||||
int m_savedAnimNo,m_savedAnimFrame;
|
||||
int m_chopFrame;
|
||||
int m_chopping;
|
||||
typedef enum
|
||||
{
|
||||
BLOWER_STATE__EMPTY,
|
||||
BLOWER_STATE__SUCKING,
|
||||
BLOWER_STATE__FULL,
|
||||
BLOWER_STATE__AIMING,
|
||||
} BlowerState;
|
||||
|
||||
BlowerState m_blowerState;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue