This commit is contained in:
parent
a1bf80bc35
commit
6a94ade948
4 changed files with 12 additions and 7 deletions
|
@ -22,6 +22,7 @@ class CNpcSmallJellyfishEnemy : public CNpcEnemy
|
|||
{
|
||||
public:
|
||||
void render();
|
||||
virtual int getFrameCount() {return( 6 );}
|
||||
protected:
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue