This commit is contained in:
parent
7c42177848
commit
c2d7d07d8b
20 changed files with 261 additions and 844 deletions
|
@ -36,11 +36,9 @@ class CNpcStaticClamEnemy : public CNpcClamEnemy
|
|||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
//virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
||||
virtual u8 hasBeenAttacked() {return( false );}
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
//virtual void processShot( int _frames );
|
||||
virtual void processClose( int _frames );
|
||||
|
||||
u8 m_isStunned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue