This commit is contained in:
parent
2c9b448264
commit
14fe98ab08
13 changed files with 71 additions and 22 deletions
|
@ -14,6 +14,10 @@
|
|||
#ifndef __ENEMY_NSSHARK_H__
|
||||
#define __ENEMY_NSSHARK_H__
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxnrgbar.h"
|
||||
|
||||
|
||||
class CNpcSubSharkEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
|
@ -49,6 +53,7 @@ protected:
|
|||
bool m_meterOn;
|
||||
s32 m_invulnerableTimer;
|
||||
DVECTOR m_targetPos;
|
||||
CFXNRGBar *m_energyBar;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue