This commit is contained in:
Charles 2001-05-04 20:11:44 +00:00
parent ea618523f8
commit 6f4ea38c12
7 changed files with 112 additions and 10 deletions

View file

@ -22,6 +22,7 @@ public:
protected:
virtual void processClose( int _frames );
virtual void processMovement( int _frames );
void spawnJellyfish( int _frames );
enum NPC_MOTHER_JELLYFISH_STATE
{
@ -35,6 +36,9 @@ protected:
MOTHER_JELLYFISH_CYCLE_3,
MOTHER_JELLYFISH_ATTACK_PLAYER_SHOCK,
};
int m_jellyfishCount;
s32 m_spawnTimer;
};
#endif