This commit is contained in:
parent
25a557744e
commit
69fcc8270d
8 changed files with 87 additions and 33 deletions
|
@ -29,8 +29,15 @@ protected:
|
|||
|
||||
class CNpcStaticClamEnemy : public CNpcClamEnemy
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
virtual void processShot();
|
||||
virtual void processClose( int _frames );
|
||||
|
||||
u8 m_isStunned;
|
||||
u8 m_isAnimating;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue