This commit is contained in:
parent
afaccf62dd
commit
d16d2ce244
9 changed files with 104 additions and 9 deletions
|
@ -18,6 +18,10 @@
|
|||
#include "enemy\nboss.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLAYER_PLAYER_H__
|
||||
#include "player\player.h"
|
||||
#endif
|
||||
|
||||
|
||||
class CNpcSubSharkEnemy : public CNpcBossEnemy
|
||||
{
|
||||
|
@ -53,6 +57,8 @@ protected:
|
|||
u8 m_salvoCount;
|
||||
s32 m_invulnerableTimer;
|
||||
DVECTOR m_targetPos;
|
||||
u8 m_carryPlayer;
|
||||
PLAYER_MODE m_oldPlayerMode;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue